|
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.message.MessageTextBean
Component that displays the text portion of an inline message, including a tip and the error message. Developers should use this if they need more control over layout than the composite inline messaging elements allow.
<messageText messageType="error" tip="Enter first name only."/>
Constructor Summary | |
|
MessageTextBean()
Construct an instance of the MessageTextBean. |
protected |
MessageTextBean(boolean ignored,
java.lang.String localName)
Construct an instance of the MessageTextBean. |
Method Summary | |
java.lang.String |
getMessage()
Gets the error, warning, or informational text. |
static java.lang.String |
getMessage(MutableUINode bean)
Gets the error, warning, or informational text. |
java.lang.String |
getMessageType()
Gets the type of the message; acceptable values are "error", "warning", "info", and "none". |
static java.lang.String |
getMessageType(MutableUINode bean)
Gets the type of the message; acceptable values are "error", "warning", "info", and "none". |
java.lang.String |
getTip()
Gets the tip text associated with the control |
static java.lang.String |
getTip(MutableUINode bean)
Gets the tip text associated with the control |
static void |
setMessage(MutableUINode bean,
java.lang.String message)
Sets the error, warning, or informational text. |
void |
setMessage(java.lang.String message)
Sets the error, warning, or informational text. |
void |
setMessageBinding(BoundValue boundValue)
Binds the the error, warning, or informational text. |
static void |
setMessageBinding(MutableUINode bean,
BoundValue boundValue)
Binds the the error, warning, or informational text. |
static void |
setMessageBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the the error, warning, or informational text. |
static void |
setMessageBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the error, warning, or informational text. |
void |
setMessageBinding(java.lang.Object selectKey)
Binds the the error, warning, or informational text. |
void |
setMessageBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the error, warning, or informational text. |
static void |
setMessageType(MutableUINode bean,
java.lang.String messageType)
Sets the type of the message; acceptable values are "error", "warning", "info", and "none". |
void |
setMessageType(java.lang.String messageType)
Sets the type of the message; acceptable values are "error", "warning", "info", and "none". |
void |
setMessageTypeBinding(BoundValue boundValue)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
static void |
setMessageTypeBinding(MutableUINode bean,
BoundValue boundValue)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
static void |
setMessageTypeBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
static void |
setMessageTypeBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
void |
setMessageTypeBinding(java.lang.Object selectKey)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
void |
setMessageTypeBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the the type of the message; acceptable values are "error", "warning", "info", and "none". |
static void |
setTip(MutableUINode bean,
java.lang.String tip)
Sets the tip text associated with the control |
void |
setTip(java.lang.String tip)
Sets the tip text associated with the control |
static void |
setTranslatableTip(MutableUINode bean,
java.lang.String bundleName,
java.lang.String key)
Binds to a ResourceBundle the the tip text associated with the control |
void |
setTranslatableTip(java.lang.String bundleName,
java.lang.String key)
Binds to a ResourceBundle the the tip text associated with the control |
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 |
Constructor Detail |
public MessageTextBean()
protected MessageTextBean(boolean ignored, java.lang.String localName)
Method Detail |
public final java.lang.String getTip()
public final void setTip(java.lang.String tip)
public final void setTranslatableTip(java.lang.String bundleName, java.lang.String key)
bundleName
- the name of the ResourceBundlekey
- the key of the string to retrieve from the ResourceBundlepublic final java.lang.String getMessage()
public final void setMessage(java.lang.String message)
public final void setMessageBinding(BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public final void setMessageBinding(java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public final void setMessageBinding(java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.public final java.lang.String getMessageType()
public final void setMessageType(java.lang.String messageType)
public final void setMessageTypeBinding(BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public final void setMessageTypeBinding(java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public final void setMessageTypeBinding(java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.public static java.lang.String getTip(MutableUINode bean)
public static void setTip(MutableUINode bean, java.lang.String tip)
public static void setTranslatableTip(MutableUINode bean, java.lang.String bundleName, java.lang.String key)
bundleName
- the name of the ResourceBundlekey
- the key of the string to retrieve from the ResourceBundlepublic static java.lang.String getMessage(MutableUINode bean)
public static void setMessage(MutableUINode bean, java.lang.String message)
public static void setMessageBinding(MutableUINode bean, BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public static void setMessageBinding(MutableUINode bean, java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public static void setMessageBinding(MutableUINode bean, java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.public static java.lang.String getMessageType(MutableUINode bean)
public static void setMessageType(MutableUINode bean, java.lang.String messageType)
public static void setMessageTypeBinding(MutableUINode bean, BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public static void setMessageTypeBinding(MutableUINode bean, java.lang.Object selectKey)
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public static void setMessageTypeBinding(MutableUINode bean, java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
dataNamespace
- the namespace to be passed to
RenderingContext.getDataObject()
dataName
- the name to be passed to
RenderingContext.getDataObject()
selectKey
- the key to be passed to selectValue()
on the
DataObject
.
|
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 |