|
UIX 2.2.16 | ||||||||
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.MessageComponentLayoutBean
The messageComponentLayout lays out messaging beans so that the prompts and fields line up. The children of this bean are restricted to message components.
This bean can be used to lay out multiple columns using rows attribute. The children are laid out down and then across.
The messageComponentLayoutBean supports the following attributes:
<messageComponentLayout rows="6" promptWidth="40%"> <contents> <inlineMessage prompt="Attribute"> <contents> <stackLayout> <contents> <flowLayout> <contents> <radioButton name="foo"/> <messagePrompt prompt="First"/> <textInput/> </contents> </flowLayout> <flowLayout> <contents> <radioButton name="foo"/> <messagePrompt prompt="Second"/> <textInput/> </contents> </flowLayout> </contents> </stackLayout> </contents> </inlineMessage> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> <messageTextInput prompt="Attribute"/> </contents> </messageComponentLayout>
Constructor Summary | |
|
MessageComponentLayoutBean()
Construct an instance of the MessageComponentLayoutBean. |
protected |
MessageComponentLayoutBean(boolean ignored,
java.lang.String localName)
Construct an instance of the MessageComponentLayoutBean. |
Method Summary | |
int |
getColumns()
Gets Sets the maximum number of columns to show. |
static int |
getColumns(MutableUINode bean)
Gets Sets the maximum number of columns to show. |
java.lang.String |
getFieldWidth()
Gets the preferred width of the field. |
static java.lang.String |
getFieldWidth(MutableUINode bean)
Gets the preferred width of the field. |
java.lang.String |
getPromptWidth()
Gets the preferred width of the prompt. |
static java.lang.String |
getPromptWidth(MutableUINode bean)
Gets the preferred width of the prompt. |
int |
getRows()
Gets Sets the number of rows after which to start a new column. |
static int |
getRows(MutableUINode bean)
Gets Sets the number of rows after which to start a new column. |
java.lang.String |
getWidth()
Gets the preffered total width of the layout. |
static java.lang.String |
getWidth(MutableUINode bean)
Gets the preffered total width of the layout. |
void |
setColumns(int columns)
Sets Sets the maximum number of columns to show. |
static void |
setColumns(MutableUINode bean,
int columns)
Sets Sets the maximum number of columns to show. |
void |
setFieldWidth(int fieldWidth)
Sets the preferred width of the field. |
static void |
setFieldWidth(MutableUINode bean,
int fieldWidth)
Sets the preferred width of the field. |
static void |
setFieldWidth(MutableUINode bean,
java.lang.String fieldWidth)
Sets the preferred width of the field. |
void |
setFieldWidth(java.lang.String fieldWidth)
Sets the preferred width of the field. |
void |
setPromptWidth(int promptWidth)
Sets the preferred width of the prompt. |
static void |
setPromptWidth(MutableUINode bean,
int promptWidth)
Sets the preferred width of the prompt. |
static void |
setPromptWidth(MutableUINode bean,
java.lang.String promptWidth)
Sets the preferred width of the prompt. |
void |
setPromptWidth(java.lang.String promptWidth)
Sets the preferred width of the prompt. |
void |
setRows(int rows)
Sets Sets the number of rows after which to start a new column. |
static void |
setRows(MutableUINode bean,
int rows)
Sets Sets the number of rows after which to start a new column. |
void |
setWidth(int width)
Sets the preffered total width of the layout. |
static void |
setWidth(MutableUINode bean,
int width)
Sets the preffered total width of the layout. |
static void |
setWidth(MutableUINode bean,
java.lang.String width)
Sets the preffered total width of the layout. |
void |
setWidth(java.lang.String width)
Sets the preffered 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 MessageComponentLayoutBean()
protected MessageComponentLayoutBean(boolean ignored, java.lang.String localName)
Method Detail |
public final int getRows()
public final void setRows(int rows)
public final int getColumns()
public final void setColumns(int columns)
public final java.lang.String getWidth()
public final void setWidth(java.lang.String width)
public final void setWidth(int width)
public final java.lang.String getPromptWidth()
public final void setPromptWidth(java.lang.String promptWidth)
public final void setPromptWidth(int promptWidth)
public final java.lang.String getFieldWidth()
public final void setFieldWidth(java.lang.String fieldWidth)
public final void setFieldWidth(int fieldWidth)
public static int getRows(MutableUINode bean)
public static void setRows(MutableUINode bean, int rows)
public static int getColumns(MutableUINode bean)
public static void setColumns(MutableUINode bean, int columns)
public static java.lang.String getWidth(MutableUINode bean)
public static void setWidth(MutableUINode bean, java.lang.String width)
public static void setWidth(MutableUINode bean, int width)
public static java.lang.String getPromptWidth(MutableUINode bean)
public static void setPromptWidth(MutableUINode bean, java.lang.String promptWidth)
public static void setPromptWidth(MutableUINode bean, int promptWidth)
public static java.lang.String getFieldWidth(MutableUINode bean)
public static void setFieldWidth(MutableUINode bean, java.lang.String fieldWidth)
public static void setFieldWidth(MutableUINode bean, int fieldWidth)
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |