|
UIX 2.2.16 | ||||||||
| 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.ColumnBean
|
+--oracle.cabo.ui.beans.table.LovSelectColumnBean
This bean is not supported on the following agent types: pda, phone, voice.
The lovSelectColumn
This component extends the column component and renders a "LOV Quick Select" column. The "LOV Quick Select" column contains a clickable link or icon in each cell, and when clicked a javascript function is called which behaves as if the user chose the single selection radio button for the row and then pressed the LOV "Select" page level button. It is meant to be a one-click method of LOV single-selection. See the UI BLAF guidelines for more information on the UI design. This component is to be used only in the LOV search results table that includes the singleSelection column.
<table ...>
...
<tableSelection>
<singleSelection text="select an item"
selected="${uix.current.selected}"/>
</tableSelection>
... your LOV columns ...
... now add the lovSelectColumn as the last column ...
<lovSelectColumn>
<columnHeader>Quick Select</columnHeader>
</lovSelectColumn>
</table>
It does not support any children.
UIConstants,
ColumnBean| Constructor Summary | |
|
LovSelectColumnBean()
Construct an instance of the LovSelectColumnBean. |
protected |
LovSelectColumnBean(boolean ignored,
java.lang.String localName)
Construct an instance of the LovSelectColumnBean. |
| Method Summary | |
boolean |
isDisabled()
Gets Whether or not this row is disabled. |
static boolean |
isDisabled(MutableUINode bean)
Gets Whether or not this row is disabled. |
void |
setDisabled(boolean disabled)
Sets Whether or not this row is disabled. |
static void |
setDisabled(MutableUINode bean,
boolean disabled)
Sets Whether or not this row is disabled. |
void |
setDisabledBinding(BoundValue boundValue)
Binds the Whether or not this row is disabled. |
static void |
setDisabledBinding(MutableUINode bean,
BoundValue boundValue)
Binds the Whether or not this row is disabled. |
static void |
setDisabledBinding(MutableUINode bean,
java.lang.Object selectKey)
Binds the Whether or not this row is disabled. |
static void |
setDisabledBinding(MutableUINode bean,
java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the Whether or not this row is disabled. |
void |
setDisabledBinding(java.lang.Object selectKey)
Binds the Whether or not this row is disabled. |
void |
setDisabledBinding(java.lang.String dataNamespace,
java.lang.String dataName,
java.lang.Object selectKey)
Binds the Whether or not this row is disabled. |
| 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.UINode |
getAttributeNames, getAttributeValue, getAttributeValue, getChildNames, getChildNames, getIndexedChild, getIndexedChild, getIndexedChildCount, getLocalName, getNamedChild, getNamedChild, getNamespaceURI, getNodeID, getNodeRole, getRawAttributeValue, render, render |
| Constructor Detail |
public LovSelectColumnBean()
protected LovSelectColumnBean(boolean ignored,
java.lang.String localName)
| Method Detail |
public final boolean isDisabled()
public final void setDisabled(boolean disabled)
public final void setDisabledBinding(BoundValue boundValue)
boundValue - a BoundValue implementation to be used
to retrieve the value.public final void setDisabledBinding(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 setDisabledBinding(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 boolean isDisabled(MutableUINode bean)
public static void setDisabled(MutableUINode bean,
boolean disabled)
public static void setDisabledBinding(MutableUINode bean,
BoundValue boundValue)
boundValue - a BoundValue implementation to be used
to retrieve the value.
public static void setDisabledBinding(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 setDisabledBinding(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.
|
UIX 2.2.16 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||