|
|||||||||
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.data.jbo.ui.beans.form.OptionListBean
The optionList element defines an interface to creating a series of UIX option element with a simplified data binding to a BC4J ViewObject.
<bc4j:choice attrName="Job"> <contents> <bc4j:optionList voName="JobListView" attrName="JobID" textAttrName="JobName"/> </contents> </bc4j:choice>
Field Summary | |
static AttributeKey |
ATTR_NAME_ATTR
Constant for ATTR_NAME_ATTR attribute key. |
static java.lang.String |
OPTION_LIST_NAME
Constant for the local name of this bean |
static AttributeKey |
TEXT_ATTR_NAME_ATTR
Constant for TEXT_ATTR_NAME_ATTR attribute key. |
static AttributeKey |
VO_NAME_ATTR
Constant for VO_NAME_ATTR attribute key. |
Constructor Summary | |
|
OptionListBean()
Construct an instance of the OptionListBean. |
protected |
OptionListBean(boolean ignored,
java.lang.String localName)
Construct an instance of the OptionListBean. |
Method Summary | |
java.lang.String |
getAttrName()
Gets The attrName attribute identifies which attribute definition to use for the value of each option. |
static java.lang.String |
getAttrName(MutableUINode bean)
Gets The attrName attribute identifies which attribute definition to use for the value of each option. |
java.lang.String |
getNamespaceURI()
The namespace URI that segregates the local name of this UINode so that nodes with the same local name will not clash. |
java.lang.String |
getTextAttrName()
Gets The textAttrName attribute identifies which attribute definition to use for the text of each option. |
static java.lang.String |
getTextAttrName(MutableUINode bean)
Gets The textAttrName attribute identifies which attribute definition to use for the text of each option. |
java.lang.String |
getVoName()
Gets The voName attribute identifies the name of the view object that will describe all the options. |
static java.lang.String |
getVoName(MutableUINode bean)
Gets The voName attribute identifies the name of the view object that will describe all the options. |
static void |
setAttrName(MutableUINode bean,
java.lang.String attrName)
Sets The attrName attribute identifies which attribute definition to use for the value of each option. |
void |
setAttrName(java.lang.String attrName)
Sets The attrName attribute identifies which attribute definition to use for the value of each option. |
static void |
setTextAttrName(MutableUINode bean,
java.lang.String textAttrName)
Sets The textAttrName attribute identifies which attribute definition to use for the text of each option. |
void |
setTextAttrName(java.lang.String textAttrName)
Sets The textAttrName attribute identifies which attribute definition to use for the text of each option. |
static void |
setVoName(MutableUINode bean,
java.lang.String voName)
Sets The voName attribute identifies the name of the view object that will describe all the options. |
void |
setVoName(java.lang.String voName)
Sets The voName attribute identifies the name of the view object that will describe all the options. |
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, 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, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Field Detail |
public static final java.lang.String OPTION_LIST_NAME
public static final AttributeKey VO_NAME_ATTR
public static final AttributeKey ATTR_NAME_ATTR
public static final AttributeKey TEXT_ATTR_NAME_ATTR
Constructor Detail |
public OptionListBean()
protected OptionListBean(boolean ignored, java.lang.String localName)
Method Detail |
public java.lang.String getNamespaceURI()
getNamespaceURI
in class BaseUINode
oracle.cabo.ui.UINode
UINode.getLocalName()
,
RendererManager
,
RendererFactory
public final java.lang.String getVoName()
public final void setVoName(java.lang.String voName)
public final java.lang.String getAttrName()
public final void setAttrName(java.lang.String attrName)
public final java.lang.String getTextAttrName()
public final void setTextAttrName(java.lang.String textAttrName)
public static java.lang.String getVoName(MutableUINode bean)
public static void setVoName(MutableUINode bean, java.lang.String voName)
public static java.lang.String getAttrName(MutableUINode bean)
public static void setAttrName(MutableUINode bean, java.lang.String attrName)
public static java.lang.String getTextAttrName(MutableUINode bean)
public static void setTextAttrName(MutableUINode bean, java.lang.String textAttrName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |