|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
An AJAX auto-completion chooser. Supports both single and multi-select.
| Bindings | |||
|---|---|---|---|
selections
|
TBD |
AWOrderedList (get) |
|
selectionSource
|
TBD |
ChooserSelectionSource (get) |
|
state
|
TBD |
ChooserState (both) |
|
noSelectionString
|
TBD |
String (get) |
|
formatter
|
TBD |
Formatter (get) |
|
disabled
|
TBD |
boolean (get) |
|
size
|
TBD |
int (get) |
|
multiSelect
|
TBD |
boolean (get) |
|
searchAction
|
TBD |
AWResponseGenerating (get) |
|
maxLength
|
TBD |
int (get) |
|
errorKey
|
TBD |
Object (get) |
|
allowFullMatchOnInput
|
Temp binding to allow full match on input. Later it will be true always. |
boolean (get) |
|
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.widgets.Chooser
public class Chooser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
|---|
AWResponseGenerating.ResponseSubstitution |
| Constructor Summary | |
|---|---|
Chooser()
|
|
| 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 int MaxRecentSelected
public static String Matches
public static String FilteredSelections
public static String NoSelectionString
public static String MoreSelectedString
public static String NoMatchFoundString
public AWEncodedString _chooserId
public AWEncodedString _menuId
| Constructor Detail |
|---|
public Chooser()
| Method Detail |
|---|
public String[] supportedBindingNames()
supportedBindingNames in class AWComponentpublic String noSelectionString()
public String behavior()
public void setChooserId(AWEncodedString chooserId)
public ChooserState chooserState()
public String currentItemString()
public String chooserDropDownSemanticKey()
public String chooserAddLinkSemanticKey()
public String chooserRemoveLinkSemanticKey()
public String currentItemHighlightedString()
public String displayValue()
public void setDisplayValue(String displayValue)
public boolean isReadOnly()
public void renderResponse(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.response()
renderResponse in interface AWCycleablerenderResponse in class AWComponentrequestContext - the context for the current request.component - the current parent componentpublic boolean isInvalid()
public boolean showBullet()
public boolean showCheck()
public String recentSelectedStyle()
public int maxRecentSelected()
public boolean showMoreSelected()
public String moreSelectedString()
public String moreSelectedStringPlusOne()
public String moreSelectedStringPlusTwo()
public void applyValues(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.request().
applyValues in interface AWCycleableapplyValues in class AWComponentrequestContext - the context for the current request.component - the current parent componentpublic boolean isSender()
public AWResponseGenerating invokeAction(AWRequestContext requestContext,
AWComponent component)
AWCycleableAWRequestContext.request() AWRequest.senderId()) and,
if so, handle the action and return the result.
invokeAction in interface AWCycleableinvokeAction in class AWComponentrequestContext - the context for the current request.component - the current parent component
public String selectValue()
public String toggleValue()
public boolean getRemoveValue()
public String getSelectionList()
public boolean displayRecentlyViewed()
public void setSelectionList(String listId)
public void setSelectValue(String selectionIndexValue)
public void setToggleValue(String selectionIndexValue)
public void setRemoveValue(boolean removeValue)
public boolean getFullMatchValue()
public void setFullMatchValue(boolean fullMatchValue)
public AWResponse matchAction()
public AWResponseGenerating searchAction()
public boolean isDisabled()
public String cssClass()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||