|
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.StackLayoutBean | +--oracle.cabo.data.jbo.ui.beans.RegionBean
The region behaves for forms much the same way as table does for table rows. In automatic mode, all attributes are generated using the attrStamp named child. In all cases, the key is rendered before all attributes.
<bc4j:rootAppModuleScope name="EmpAppModule" > <contents> <bc4j:viewObjectScope name="AllDeptsVO" > <contents> <bc4j:region automatic="true" > <bc4j:attrStamp> <bc4j:messageInput readOnly="true" /> </bc4j:attrStamp> </bc4j:region> </contents> </bc4j:viewObjectScope> </contents> </bc4j:rootAppModuleScope>
Field Summary | |
static java.lang.String |
ATTR_STAMP_CHILD
Constant for ATTR_STAMP_CHILD named child. |
static java.lang.String |
KEY_CHILD
Constant for KEY_CHILD named child. |
static java.lang.String |
REGION_NAME
Constant for the local name of this bean |
Constructor Summary | |
|
RegionBean()
Construct an instance of the RegionBean. |
protected |
RegionBean(boolean ignored,
java.lang.String localName)
Construct an instance of the RegionBean. |
Method Summary | |
UINode |
getAttrStamp()
The attrStamp is used to render each attribute in automatic mode. |
static UINode |
getAttrStamp(MutableUINode bean)
The attrStamp is used to render each attribute in automatic mode. |
UINode |
getKey()
The key child will be rendered at the start of the region. |
static UINode |
getKey(MutableUINode bean)
The key child will be rendered at the start of the region. |
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. |
boolean |
isAutomatic()
Gets Setting automatic mode to true will cause the attrStamp to be used instead of the contents of this node. |
static boolean |
isAutomatic(MutableUINode bean)
Gets Setting automatic mode to true will cause the attrStamp to be used instead of the contents of this node. |
static void |
setAttrStamp(MutableUINode bean,
UINode attrStampNode)
The attrStamp is used to render each attribute in automatic mode. |
void |
setAttrStamp(UINode attrStampNode)
The attrStamp is used to render each attribute in automatic mode. |
void |
setAutomatic(boolean automatic)
Sets Setting automatic mode to true will cause the attrStamp to be used instead of the contents of this node. |
static void |
setAutomatic(MutableUINode bean,
boolean automatic)
Sets Setting automatic mode to true will cause the attrStamp to be used instead of the contents of this node. |
static void |
setKey(MutableUINode bean,
UINode keyNode)
The key child will be rendered at the start of the region. |
void |
setKey(UINode keyNode)
The key child will be rendered at the start of the region. |
Methods inherited from class oracle.cabo.ui.beans.layout.StackLayoutBean |
getSeparator, getSeparator, setSeparator, setSeparator |
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 REGION_NAME
public static final java.lang.String KEY_CHILD
public static final java.lang.String ATTR_STAMP_CHILD
Constructor Detail |
public RegionBean()
protected RegionBean(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 UINode getKey()
public final void setKey(UINode keyNode)
public final UINode getAttrStamp()
public final void setAttrStamp(UINode attrStampNode)
public final boolean isAutomatic()
public final void setAutomatic(boolean automatic)
public static UINode getKey(MutableUINode bean)
public static void setKey(MutableUINode bean, UINode keyNode)
public static UINode getAttrStamp(MutableUINode bean)
public static void setAttrStamp(MutableUINode bean, UINode attrStampNode)
public static boolean isAutomatic(MutableUINode bean)
public static void setAutomatic(MutableUINode bean, boolean automatic)
|
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 |