|
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.data.jbo.ui.beans.form.OptionBean
The option element defines an interface to the UIX option element with a simplified data binding to a BC4J data provider. It will generally be used inside a <rowStamp> (that is in turn likely in a <viewObjectScope>)
<bc4j:list attrName="Job">
<contents>
<bc4j:viewObjectScope name="JobListView">
<bc4j:rowStamp>
<bc4j:option attrName="JobID" textAttrName="JobName"/>
</bc4j:rowStamp>
</bc4j:viewObjectScope>
</contents>
</bc4j:list>
| Field Summary | |
static AttributeKey |
ATTR_NAME_ATTR
Constant for ATTR_NAME_ATTR attribute key. |
static AttributeKey |
TEXT_ATTR_NAME_ATTR
Constant for TEXT_ATTR_NAME_ATTR attribute key. |
| Constructor Summary | |
|
OptionBean()
Construct an instance of the OptionBean. |
protected |
OptionBean(boolean ignored,
java.lang.String localName)
Construct an instance of the OptionBean. |
| Method Summary | |
java.lang.String |
getAttrName()
Gets The attrName attribute identifies which attribute definition to use for the value of the option. |
static java.lang.String |
getAttrName(MutableUINode bean)
Gets The attrName attribute identifies which attribute definition to use for the value of the 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 the option. |
static java.lang.String |
getTextAttrName(MutableUINode bean)
Gets The textAttrName attribute identifies which attribute definition to use for the text of the option. |
static void |
setAttrName(MutableUINode bean,
java.lang.String attrName)
Sets The attrName attribute identifies which attribute definition to use for the value of the option. |
void |
setAttrName(java.lang.String attrName)
Sets The attrName attribute identifies which attribute definition to use for the value of the option. |
static void |
setTextAttrName(MutableUINode bean,
java.lang.String textAttrName)
Sets The textAttrName attribute identifies which attribute definition to use for the text of the option. |
void |
setTextAttrName(java.lang.String textAttrName)
Sets The textAttrName attribute identifies which attribute definition to use for the text of the option. |
| 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 AttributeKey ATTR_NAME_ATTR
public static final AttributeKey TEXT_ATTR_NAME_ATTR
| Constructor Detail |
public OptionBean()
protected OptionBean(boolean ignored,
java.lang.String localName)
| Method Detail |
public java.lang.String getNamespaceURI()
getNamespaceURI in class BaseUINodeoracle.cabo.ui.UINodeUINode.getLocalName(),
RendererManager,
RendererFactorypublic 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 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)
|
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 | ||||||||