|
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.form.FormElementBean | +--oracle.cabo.ui.beans.form.OptionContainerBean | +--oracle.cabo.ui.beans.form.ListBean | +--oracle.cabo.ui.beans.message.MessageListBean
The messageList control is a combination of the list and inlineMessage controls.
<messageList name="mylist" multiple="true" prompt="Choose your options:"> <contents> <option text="Option1" /> <option text="Option2" /> <option text="Option3" /> </contents> </messageList>
Constructor Summary | |
|
MessageListBean()
Construct an instance of the MessageListBean. |
protected |
MessageListBean(boolean ignored,
java.lang.String localName)
Construct an instance of the MessageListBean. |
|
MessageListBean(java.lang.String name)
Construct an instance of the MessageListBean. |
Method Summary | |
char |
getAccessKey()
Gets Character used to gain quick access to the form element specified by the labeledNodeId , if set. |
static char |
getAccessKey(MutableUINode bean)
Gets Character used to gain quick access to the form element specified by the labeledNodeId , if set. |
java.lang.String |
getAnchor()
Gets Specifies the name of an anchor tag. |
static java.lang.String |
getAnchor(MutableUINode bean)
Gets Specifies the name of an anchor tag. |
java.lang.String |
getContentStyleClass()
Gets the CSS style of the content area of the messaging component. |
static java.lang.String |
getContentStyleClass(MutableUINode bean)
Gets the CSS style of the content area of the messaging component. |
UINode |
getEnd()
Node to render after the child element(s). |
static UINode |
getEnd(MutableUINode bean)
Node to render after the child element(s). |
java.lang.String |
getLongDescURL()
Gets an URL to a page with more information about the message. |
static java.lang.String |
getLongDescURL(MutableUINode bean)
Gets an URL to a page with more information about the message. |
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 |
getPrompt()
Gets the prompt of the bean. |
static java.lang.String |
getPrompt(MutableUINode bean)
Gets the prompt of the bean. |
java.lang.String |
getRequired()
Gets whether the associated control requires user input. |
static java.lang.String |
getRequired(MutableUINode bean)
Gets whether the associated control requires user input. |
java.lang.String |
getTargetFrame()
Gets the target frame for the URL, if any. |
static java.lang.String |
getTargetFrame(MutableUINode bean)
Gets the target frame for the URL, if any. |
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 |
java.lang.String |
getVAlign()
Gets the vertical alignment of the prompt and other contents. |
static java.lang.String |
getVAlign(MutableUINode bean)
Gets the vertical alignment of the prompt and other contents. |
void |
setAccessKey(char accessKey)
Sets Character used to gain quick access to the form element specified by the labeledNodeId , if set. |
static void |
setAccessKey(MutableUINode bean,
char accessKey)
Sets Character used to gain quick access to the form element specified by the labeledNodeId , if set. |
static void |
setAnchor(MutableUINode bean,
java.lang.String anchor)
Sets Specifies the name of an anchor tag. |
void |
setAnchor(java.lang.String anchor)
Sets Specifies the name of an anchor tag. |
static void |
setContentStyleClass(MutableUINode bean,
java.lang.String contentStyleClass)
Sets the CSS style of the content area of the messaging component. |
void |
setContentStyleClass(java.lang.String contentStyleClass)
Sets the CSS style of the content area of the messaging component. |
static void |
setEnd(MutableUINode bean,
UINode endNode)
Node to render after the child element(s). |
void |
setEnd(UINode endNode)
Node to render after the child element(s). |
static void |
setLongDescURL(MutableUINode bean,
java.lang.String longDescURL)
Sets an URL to a page with more information about the message. |
void |
setLongDescURL(java.lang.String longDescURL)
Sets an URL to a page with more information about the message. |
void |
setLongDescURLBinding(BoundValue boundValue)
Binds the an URL to a page with more information about the message. |
static void |
setLongDescURLBinding(MutableUINode bean,
BoundValue boundValue)
Binds the an URL to a page with more information about the message. |
static void |
setLongDescURLBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the an URL to a page with more information about the message. |
static void |
setLongDescURLBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the an URL to a page with more information about the message. |
void |
setLongDescURLBinding(java.lang.Object selectKey)
Binds the an URL to a page with more information about the message. |
void |
setLongDescURLBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the an URL to a page with more information about the message. |
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 |
setPrompt(MutableUINode bean,
java.lang.String prompt)
Sets the prompt of the bean. |
void |
setPrompt(java.lang.String prompt)
Sets the prompt of the bean. |
static void |
setRequired(MutableUINode bean,
java.lang.String required)
Sets whether the associated control requires user input. |
void |
setRequired(java.lang.String required)
Sets whether the associated control requires user input. |
static void |
setTargetFrame(MutableUINode bean,
java.lang.String targetFrame)
Sets the target frame for the URL, if any. |
void |
setTargetFrame(java.lang.String targetFrame)
Sets the target frame for the URL, if any. |
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 |
setTranslatablePrompt(MutableUINode bean,
java.lang.String bundleName,
java.lang.String key)
Binds to a ResourceBundle the the prompt of the bean. |
void |
setTranslatablePrompt(java.lang.String bundleName,
java.lang.String key)
Binds to a ResourceBundle the the prompt of the bean. |
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 |
static void |
setVAlign(MutableUINode bean,
java.lang.String vAlign)
Sets the vertical alignment of the prompt and other contents. |
void |
setVAlign(java.lang.String vAlign)
Sets the vertical alignment of the prompt and other contents. |
Methods inherited from class oracle.cabo.ui.beans.form.ListBean |
getSize, getSize, isMultiple, isMultiple, setMultiple, setMultiple, setSize, setSize |
Methods inherited from class oracle.cabo.ui.beans.form.FormElementBean |
getName, getName, getOnBlur, getOnBlur, getOnFocus, getOnFocus, isDisabled, isDisabled, isReadOnly, isReadOnly, setDisabled, setDisabled, setName, setName, setNameBinding, setNameBinding, setNameBinding, setNameBinding, setNameBinding, setNameBinding, setOnBlur, setOnBlur, setOnFocus, setOnFocus, setReadOnly, setReadOnly |
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, getNamespaceURI, 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.MutableUINode |
addIndexedChild, addIndexedChild, clearIndexedChildren, getAttributeValue, removeIndexedChild, replaceIndexedChild, setAttributeValue, setAttributeValue, setAttributeValue, setID, setNamedChild, setNodeID |
Methods inherited from interface oracle.cabo.ui.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getID, getIndexedChild, getIndexedChild, getIndexedChildCount, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
Constructor Detail |
public MessageListBean()
public MessageListBean(java.lang.String name)
name
- the name used to identify the element in client-to-client or
client-to-server events.protected MessageListBean(boolean ignored, java.lang.String localName)
Method Detail |
public final UINode getEnd()
public final void setEnd(UINode endNode)
public final java.lang.String getPrompt()
getPrompt
in interface MessageBean
public final void setPrompt(java.lang.String prompt)
setPrompt
in interface MessageBean
public final void setTranslatablePrompt(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 getLongDescURL()
getLongDescURL
in interface MessageBean
public final void setLongDescURL(java.lang.String longDescURL)
setLongDescURL
in interface MessageBean
public final void setLongDescURLBinding(BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public final void setLongDescURLBinding(java.lang.Object selectKey)
setLongDescURLBinding
in interface MessageBean
selectKey
- the key to be passed to selectValue()
on the
current DataObject
, e.g., the DataObject for the current
table row.public final void setLongDescURLBinding(java.lang.String dataNamespace, java.lang.String dataName, java.lang.Object selectKey)
setLongDescURLBinding
in interface MessageBean
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 getTargetFrame()
getTargetFrame
in interface MessageBean
public final void setTargetFrame(java.lang.String targetFrame)
setTargetFrame
in interface MessageBean
public final java.lang.String getVAlign()
public final void setVAlign(java.lang.String vAlign)
public final java.lang.String getMessageType()
getMessageType
in interface MessageBean
public final void setMessageType(java.lang.String messageType)
setMessageType
in interface MessageBean
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)
setMessageTypeBinding
in interface MessageBean
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)
setMessageTypeBinding
in interface MessageBean
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 getTip()
getTip
in interface MessageBean
public final void setTip(java.lang.String tip)
setTip
in interface MessageBean
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()
getMessage
in interface MessageBean
public final void setMessage(java.lang.String message)
setMessage
in interface MessageBean
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)
setMessageBinding
in interface MessageBean
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)
setMessageBinding
in interface MessageBean
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 getAnchor()
public final void setAnchor(java.lang.String anchor)
public final java.lang.String getContentStyleClass()
public final void setContentStyleClass(java.lang.String contentStyleClass)
public final java.lang.String getRequired()
getRequired
in interface MessageBean
public final void setRequired(java.lang.String required)
setRequired
in interface MessageBean
public final char getAccessKey()
labeledNodeId
, if set.
If the same access key appears in multiple locations in the
same page of output, the rendering user agent will cycle
among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
The character specified by this attribute
must exist in the
prompt
attribute of this instance.
If it does not, the user will receive no visual indication of
the existence of the accessKey.
The easiest, and most convenient
way to specify both the text and the mnemonic together is to use
NodeUtils.setTextAndAccessKey().
public final void setAccessKey(char accessKey)
labeledNodeId
, if set.
If the same access key appears in multiple locations in the
same page of output, the rendering user agent will cycle
among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
The character specified by this attribute
must exist in the
prompt
attribute of this instance.
If it does not, the user will receive no visual indication of
the existence of the accessKey.
The easiest, and most convenient
way to specify both the text and the mnemonic together is to use
NodeUtils.setTextAndAccessKey().
public static UINode getEnd(MutableUINode bean)
public static void setEnd(MutableUINode bean, UINode endNode)
public static java.lang.String getPrompt(MutableUINode bean)
public static void setPrompt(MutableUINode bean, java.lang.String prompt)
public static void setTranslatablePrompt(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 getLongDescURL(MutableUINode bean)
public static void setLongDescURL(MutableUINode bean, java.lang.String longDescURL)
public static void setLongDescURLBinding(MutableUINode bean, BoundValue boundValue)
boundValue
- a BoundValue implementation to be used
to retrieve the value.public static void setLongDescURLBinding(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 setLongDescURLBinding(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 getTargetFrame(MutableUINode bean)
public static void setTargetFrame(MutableUINode bean, java.lang.String targetFrame)
public static java.lang.String getVAlign(MutableUINode bean)
public static void setVAlign(MutableUINode bean, java.lang.String vAlign)
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
.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 getAnchor(MutableUINode bean)
public static void setAnchor(MutableUINode bean, java.lang.String anchor)
public static java.lang.String getContentStyleClass(MutableUINode bean)
public static void setContentStyleClass(MutableUINode bean, java.lang.String contentStyleClass)
public static java.lang.String getRequired(MutableUINode bean)
public static void setRequired(MutableUINode bean, java.lang.String required)
public static char getAccessKey(MutableUINode bean)
labeledNodeId
, if set.
If the same access key appears in multiple locations in the
same page of output, the rendering user agent will cycle
among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
The character specified by this attribute
must exist in the
prompt
attribute of this instance.
If it does not, the user will receive no visual indication of
the existence of the accessKey.
The easiest, and most convenient
way to specify both the text and the mnemonic together is to use
NodeUtils.setTextAndAccessKey().
public static void setAccessKey(MutableUINode bean, char accessKey)
labeledNodeId
, if set.
If the same access key appears in multiple locations in the
same page of output, the rendering user agent will cycle
among the elements accessed by the similar keys.
This attribute is sometimes referred to as the "mnemonic".
The character specified by this attribute
must exist in the
prompt
attribute of this instance.
If it does not, the user will receive no visual indication of
the existence of the accessKey.
The easiest, and most convenient
way to specify both the text and the mnemonic together is to use
NodeUtils.setTextAndAccessKey().
|
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 |