|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
See AWPopup. This renders a <select/>
tag, but uses the "size" attribute of <select/>
to indicate that we are to show more than one element.
Bindings | |||
---|---|---|---|
list
*
|
See AWPopup |
AWOrderedList (get) |
|
item
|
See AWPopup |
Object (set) |
|
index
|
See AWPopup |
int (set) |
|
selections
|
A list of items that represent the subset from "list" which the user selected. |
AWOrderedList (set) |
|
multiple
|
Allow the user to select multiple items from the list. |
boolean (get) |
|
size
|
The number of items/rows to show at one time |
int (get) |
|
noSelectionString
|
See AWPopup |
boolean (get) |
|
name
|
You are discouraged from using this, but it allows for providing your own name for the element. |
String (get) |
|
onChange
|
You are discouraged from using this |
String (get) |
|
isRefresh
|
See AWPopup |
boolean (get) |
|
action
|
See AWPopup |
AWResponseGenerating (get) |
|
isItemSelected
|
Allows for externalizing the decision about whether an item is one of the selected items or not.
By default, AWBrowser uses the |
boolean (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.aribaweb.html.AWBrowser
public final class AWBrowser
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
AWBrowser()
|
Method Summary | |
---|---|
java.lang.Object |
currentItem()
|
java.lang.String |
isCurrentItemSelected()
|
boolean |
isHiddenFieldSender()
|
java.lang.String |
isMultiple()
|
java.lang.String |
onChangeString()
|
java.lang.Object |
orderedList()
|
java.lang.Object |
selections()
|
void |
setCurrentIndex(int intValue)
|
void |
setCurrentItem(java.lang.Object object)
|
void |
setSelectedIndexArray(java.lang.String[] optionIndexArray)
|
java.lang.String[] |
supportedBindingNames()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Field Detail |
---|
public static final java.lang.String NoSelectionString
public int _currentIndex
public AWEncodedString _elementId
Constructor Detail |
---|
public AWBrowser()
Method Detail |
---|
public java.lang.String[] supportedBindingNames()
supportedBindingNames
in class AWComponent
public void setCurrentItem(java.lang.Object object)
public java.lang.Object currentItem()
public void setCurrentIndex(int intValue)
public java.lang.Object orderedList()
public void setSelectedIndexArray(java.lang.String[] optionIndexArray)
public java.lang.Object selections()
public java.lang.String isCurrentItemSelected()
public java.lang.String isMultiple()
public java.lang.String onChangeString()
public boolean isHiddenFieldSender()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |