|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.DeprecatedUINode | +--oracle.cabo.ui.BaseUINode | +--oracle.cabo.ui.BaseMutableUINode | +--oracle.cabo.ui.beans.BaseWebBean | +--oracle.cabo.ui.beans.MarlinBean | +--oracle.cabo.ui.beans.layout.RowLayoutBean
RowLayoutBeans can be used on their own, or to define a row of a TableLayoutBean. It can contain any arbitrary content, one per cell, but clients that need formatting beyond just a simple <td> element must wrap the child nodes in cell format objects.
<tableLayout width="75%" borderWidth="3" cellSpacing="10" hAlign="center"> <contents> <rowLayout hAlign="right"> <contents> First Column <cellFormat vAlign="bottom"> <contents> SecondColumn </contents> </cellFormat> <flowLayout> <contents> Third Column <spacer height="100" width="1"/> </contents> </flowLayout> </contents> </rowLayout> <rowLayout> <contents> <header text="UIX Components"/> <cellFormat columnSpan="2"> <contents> <header text="UIX Controller"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout>
Constructor Summary | |
|
RowLayoutBean()
Construct an instance of the RowLayoutBean. |
protected |
RowLayoutBean(boolean ignored,
java.lang.String localName)
Construct an instance of the RowLayoutBean. |
|
RowLayoutBean(java.lang.String width)
Construct an instance of the RowLayoutBean. |
Method Summary | |
CellFormatBean |
addCellFormat(CellFormatBean cellFormat)
Deprecated. Since 2.0. Just use addIndexedChild() |
CellFormatBean |
getCellFormat(int index)
Deprecated. Since 2.0. Just use getIndexedChild() |
java.lang.String |
getHAlign()
Gets the default horizontal alignment of cells in this row. |
static java.lang.String |
getHAlign(MutableUINode bean)
Gets the default horizontal alignment of cells in this row. |
java.lang.String |
getVAlign()
Gets the default vertical alignment of cells in this row. |
static java.lang.String |
getVAlign(MutableUINode bean)
Gets the default vertical alignment of cells in this row. |
java.lang.String |
getWidth()
Gets the preferred total width of the layout. |
static java.lang.String |
getWidth(MutableUINode bean)
Gets the preferred total width of the layout. |
CellFormatBean |
removeCellFormat(int index)
Deprecated. Since 2.0. Just use removeIndexedChild() |
static void |
setHAlign(MutableUINode bean,
java.lang.String hAlign)
Sets the default horizontal alignment of cells in this row. |
void |
setHAlign(java.lang.String hAlign)
Sets the default horizontal alignment of cells in this row. |
static void |
setVAlign(MutableUINode bean,
java.lang.String vAlign)
Sets the default vertical alignment of cells in this row. |
void |
setVAlign(java.lang.String vAlign)
Sets the default vertical alignment of cells in this row. |
static void |
setWidth(MutableUINode bean,
java.lang.String width)
Sets the preferred total width of the layout. |
void |
setWidth(java.lang.String width)
Sets the preferred total width of the layout. |
Methods inherited from class oracle.cabo.ui.beans.MarlinBean |
isEqualMarlinName |
Methods inherited from class oracle.cabo.ui.BaseUINode |
getAttributeNames, getAttributeValue, getAttributeValueImpl, getChildArray, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getPreorderDescendentAttributeValue, getRawAttributeValue, getRenderedUINode, getRenderer, getRenderer, render, render, toString |
Methods inherited from class oracle.cabo.ui.DeprecatedUINode |
getAttributeValue, getChildNames, getNamedChild |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public RowLayoutBean()
public RowLayoutBean(java.lang.String width)
width
- the preferred total width of the layout.protected RowLayoutBean(boolean ignored, java.lang.String localName)
Method Detail |
public final CellFormatBean getCellFormat(int index)
public final CellFormatBean addCellFormat(CellFormatBean cellFormat)
public final CellFormatBean removeCellFormat(int index)
public final java.lang.String getHAlign()
public final void setHAlign(java.lang.String hAlign)
public final java.lang.String getVAlign()
public final void setVAlign(java.lang.String vAlign)
public final java.lang.String getWidth()
public final void setWidth(java.lang.String width)
public static java.lang.String getHAlign(MutableUINode bean)
public static void setHAlign(MutableUINode bean, java.lang.String hAlign)
public static java.lang.String getVAlign(MutableUINode bean)
public static void setVAlign(MutableUINode bean, java.lang.String vAlign)
public static java.lang.String getWidth(MutableUINode bean)
public static void setWidth(MutableUINode bean, java.lang.String width)
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |