|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by all components that support messaging.
Method Summary | |
java.lang.String |
getLongDescURL() Gets an URL to a page with more information about the message. |
java.lang.String |
getMessage() 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". |
java.lang.String |
getPrompt() Gets the prompt of the bean. |
java.lang.String |
getRequired() Gets whether the associated control requires user input. |
java.lang.String |
getTargetFrame() Gets the target frame for the URL, if any. |
java.lang.String |
getTip() Gets the tip text associated with the control |
void |
setLongDescURL(java.lang.String longDescURL) Sets 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. |
void |
setMessage(java.lang.String message) Sets 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. |
void |
setMessageType(java.lang.String messageType) Sets 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". |
void |
setPrompt(java.lang.String prompt) Sets the prompt of the bean. |
void |
setRequired(java.lang.String required) Sets whether the associated control requires user input. |
void |
setTargetFrame(java.lang.String targetFrame) Sets the target frame for the URL, if any. |
void |
setTip(java.lang.String tip) Sets the tip text associated with the control |
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 |
Method Detail |
public java.lang.String getPrompt()
public void setPrompt(java.lang.String prompt)
public java.lang.String getTip()
public void setTip(java.lang.String tip)
public java.lang.String getMessageType()
public void setMessageType(java.lang.String messageType)
public 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 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 java.lang.String getMessage()
public void setMessage(java.lang.String message)
public 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 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 java.lang.String getLongDescURL()
public void setLongDescURL(java.lang.String longDescURL)
public void setLongDescURLBinding(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 void setLongDescURLBinding(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 java.lang.String getTargetFrame()
public void setTargetFrame(java.lang.String targetFrame)
public java.lang.String getRequired()
public void setRequired(java.lang.String required)
|
UIX 2.2.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |