|
|||||||||
| 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 interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
AWBrowser()
|
|
| Method Summary | |
|---|---|
Object |
currentItem()
|
String |
isCurrentItemSelected()
|
boolean |
isHiddenFieldSender()
|
String |
isMultiple()
|
String |
onChangeString()
|
Object |
orderedList()
|
Object |
selections()
|
void |
setCurrentIndex(int intValue)
|
void |
setCurrentItem(Object object)
|
void |
setSelectedIndexArray(String[] optionIndexArray)
|
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 |
| Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
|---|
getFieldValue, isKindOfClass, setFieldValue |
| Field Detail |
|---|
public static final String NoSelectionString
public int _currentIndex
public AWEncodedString _elementId
| Constructor Detail |
|---|
public AWBrowser()
| Method Detail |
|---|
public String[] supportedBindingNames()
supportedBindingNames in class AWComponentpublic void setCurrentItem(Object object)
public Object currentItem()
public void setCurrentIndex(int intValue)
public Object orderedList()
public void setSelectedIndexArray(String[] optionIndexArray)
public Object selections()
public String isCurrentItemSelected()
public String isMultiple()
public String onChangeString()
public boolean isHiddenFieldSender()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||