|
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.data.jbo.ui.beans.form.InputBean
The input element automatically selects the corresponding component to render the attribute.
Field Summary | |
static AttributeKey |
ATTR_NAME_ATTR
Constant for ATTR_NAME_ATTR attribute key. |
static AttributeKey |
INLINE_MESSAGE_ATTR
Constant for INLINE_MESSAGE_ATTR attribute key. |
static java.lang.String |
INPUT_NAME
Constant for the local name of this bean |
Constructor Summary | |
|
InputBean()
Construct an instance of the InputBean. |
protected |
InputBean(boolean ignored,
java.lang.String localName)
Construct an instance of the InputBean. |
Method Summary | |
java.lang.String |
getAttrName()
Gets The attrName attribute identifies which attribute information to access. |
static java.lang.String |
getAttrName(MutableUINode bean)
Gets The attrName attribute identifies which attribute information to access. |
java.lang.String |
getName()
Gets The name of this input element used in form submission. |
static java.lang.String |
getName(MutableUINode bean)
Gets The name of this input element used in form submission. |
boolean |
isInlineMessage()
Gets Indicates if this element is being rendered inside an inlineMessage. |
static boolean |
isInlineMessage(MutableUINode bean)
Gets Indicates if this element is being rendered inside an inlineMessage. |
boolean |
isReadOnly()
Gets Indicates if this element should be rendered as read only. |
static boolean |
isReadOnly(MutableUINode bean)
Gets Indicates if this element should be rendered as read only. |
static void |
setAttrName(MutableUINode bean,
java.lang.String attrName)
Sets The attrName attribute identifies which attribute information to access. |
void |
setAttrName(java.lang.String attrName)
Sets The attrName attribute identifies which attribute information to access. |
void |
setInlineMessage(boolean inlineMessage)
Sets Indicates if this element is being rendered inside an inlineMessage. |
static void |
setInlineMessage(MutableUINode bean,
boolean inlineMessage)
Sets Indicates if this element is being rendered inside an inlineMessage. |
static void |
setName(MutableUINode bean,
java.lang.String name)
Sets The name of this input element used in form submission. |
void |
setName(java.lang.String name)
Sets The name of this input element used in form submission. |
void |
setReadOnly(boolean readOnly)
Sets Indicates if this element should be rendered as read only. |
static void |
setReadOnly(MutableUINode bean,
boolean readOnly)
Sets Indicates if this element should be rendered as read only. |
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, getID, 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, getID, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Field Detail |
public static final java.lang.String INPUT_NAME
public static final AttributeKey ATTR_NAME_ATTR
public static final AttributeKey INLINE_MESSAGE_ATTR
Constructor Detail |
public InputBean()
protected InputBean(boolean ignored, java.lang.String localName)
Method Detail |
public final java.lang.String getName()
public final void setName(java.lang.String name)
public final java.lang.String getAttrName()
public final void setAttrName(java.lang.String attrName)
public final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
public final boolean isInlineMessage()
public final void setInlineMessage(boolean inlineMessage)
public static java.lang.String getName(MutableUINode bean)
public static void setName(MutableUINode bean, java.lang.String name)
public static java.lang.String getAttrName(MutableUINode bean)
public static void setAttrName(MutableUINode bean, java.lang.String attrName)
public static boolean isReadOnly(MutableUINode bean)
public static void setReadOnly(MutableUINode bean, boolean readOnly)
public static boolean isInlineMessage(MutableUINode bean)
public static void setInlineMessage(MutableUINode bean, boolean inlineMessage)
|
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 |