OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.component.rich.layout
Class AdfRichPanelFormLayout

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIPanel
         |
         +--oracle.adf.view.js.component.rich.layout.AdfRichPanelFormLayout

public class AdfRichPanelFormLayout
extends AdfUIPanel
The panelFormLayout positions input form controls, such that their labels and fields line up vertically. It supports multiple columns, and also supports a footer facet.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelFormLayout()
The panelFormLayout positions input form controls, such that their labels and fields line up vertically.


Method Summary

public String
getFieldWidth()
Get function for attribute for 'fieldWidth'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getLabelAlignment()
Get function for attribute for 'labelAlignment'.
public String
getLabelWidth()
Get function for attribute for 'labelWidth'.
public Number
getMaxColumns()
Get function for attribute for 'maxColumns'.
public Number
getRows()
Get function for attribute for 'rows'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setFieldWidth(String newFieldWidth)
Set function for attribute 'FieldWidth'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setLabelAlignment(String newLabelAlignment)
Set function for attribute 'LabelAlignment'.
public void
setLabelWidth(String newLabelWidth)
Set function for attribute 'LabelWidth'.
public void
setMaxColumns(Number newMaxColumns)
Set function for attribute 'MaxColumns'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichPanelFormLayout

public AdfRichPanelFormLayout()

The panelFormLayout positions input form controls, such that their labels and fields line up vertically. It supports multiple columns, and also supports a footer facet.

Method Detail


getFieldWidth

public String getFieldWidth()

Get function for attribute for 'fieldWidth'.

Return:
String - FieldWidth

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getLabelAlignment

public String getLabelAlignment()

Get function for attribute for 'labelAlignment'.

Return:
String - LabelAlignment

getLabelWidth

public String getLabelWidth()

Get function for attribute for 'labelWidth'.

Return:
String - LabelWidth

getMaxColumns

public Number getMaxColumns()

Get function for attribute for 'maxColumns'.

Return:
Number - MaxColumns

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - Unsecure

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setFieldWidth

public void setFieldWidth(String newFieldWidth)

Set function for attribute 'FieldWidth'.

Parameters:
newFieldWidth    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setLabelAlignment

public void setLabelAlignment(String newLabelAlignment)

Set function for attribute 'LabelAlignment'.

Parameters:
newLabelAlignment    
Return:
void - No Value returned

setLabelWidth

public void setLabelWidth(String newLabelWidth)

Set function for attribute 'LabelWidth'.

Parameters:
newLabelWidth    
Return:
void - No Value returned

setMaxColumns

public void setMaxColumns(Number newMaxColumns)

Set function for attribute 'MaxColumns'.

Parameters:
newMaxColumns    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.