|
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.table.TableBean | +--oracle.cabo.data.jbo.ui.beans.table.TableBean
<bc4j:rootAppModuleScope name="EmpAppModule" > <contents> <bc4j:viewObjectScope name="AllEmpsVO" > <contents> <bc4j:table name="emps" > <contents> <bc4j:column attrName="Empno"> <columnHeader> <bc4j:sortableHeader /> </columnHeader> <contents> <bc4j:textInput readOnly="true"/> </contents> </bc4j:column> <bc4j:column attrName="Hired"> <columnHeader> <bc4j:sortableHeader /> </columnHeader> <contents> <bc4j:dateField readOnly="true"/> </contents> </bc4j:column> </contents> </bc4j:table> </contents> </bc4j:viewObjectScope> </contents> </bc4j:rootAppModuleScope>
Field Summary | |
static java.lang.String |
COLUMN_STAMP_CHILD
Constant for COLUMN_STAMP_CHILD named child. |
static java.lang.String |
KEY_STAMP_CHILD
Constant for KEY_STAMP_CHILD named child. |
Constructor Summary | |
|
TableBean()
Construct an instance of the TableBean. |
protected |
TableBean(boolean ignored,
java.lang.String localName)
Construct an instance of the TableBean. |
Method Summary | |
UINode |
getColumnStamp()
The columnStamp is used to render each column in automatic mode. |
static UINode |
getColumnStamp(MutableUINode bean)
The columnStamp is used to render each column in automatic mode. |
UINode |
getKeyStamp()
The keyStamp child will be rendered at the start of each table row. |
static UINode |
getKeyStamp(MutableUINode bean)
The keyStamp child will be rendered at the start of each table row. |
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 columnStamp to be used instead of the contents of this node. |
static boolean |
isAutomatic(MutableUINode bean)
Gets Setting automatic mode to true will cause the columnStamp to be used instead of the contents of this node. |
void |
setAutomatic(boolean automatic)
Sets Setting automatic mode to true will cause the columnStamp 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 columnStamp to be used instead of the contents of this node. |
static void |
setColumnStamp(MutableUINode bean,
UINode columnStampNode)
The columnStamp is used to render each column in automatic mode. |
void |
setColumnStamp(UINode columnStampNode)
The columnStamp is used to render each column in automatic mode. |
static void |
setKeyStamp(MutableUINode bean,
UINode keyStampNode)
The keyStamp child will be rendered at the start of each table row. |
void |
setKeyStamp(UINode keyStampNode)
The keyStamp child will be rendered at the start of each table row. |
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 COLUMN_STAMP_CHILD
public static final java.lang.String KEY_STAMP_CHILD
Constructor Detail |
public TableBean()
protected TableBean(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 getColumnStamp()
public final void setColumnStamp(UINode columnStampNode)
public final UINode getKeyStamp()
public final void setKeyStamp(UINode keyStampNode)
public final boolean isAutomatic()
public final void setAutomatic(boolean automatic)
public static UINode getColumnStamp(MutableUINode bean)
public static void setColumnStamp(MutableUINode bean, UINode columnStampNode)
public static UINode getKeyStamp(MutableUINode bean)
public static void setKeyStamp(MutableUINode bean, UINode keyStampNode)
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 |