|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.odlabs.wiquery.ui.autocomplete.AutocompleteSource
public class AutocompleteSource
$Id$
Bean for the source option into the Autocomplete component
Constructor Summary | |
---|---|
AutocompleteSource(ArrayItemOptions<? extends IListItemOption> array)
Constructor |
|
AutocompleteSource(JsScope jsScope)
Constructor |
|
AutocompleteSource(String string)
Constructor |
Method Summary | |
---|---|
ArrayItemOptions<? extends IListItemOption> |
getArray()
|
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option |
JsScope |
getJsScope()
|
String |
getString()
|
void |
setArray(ArrayItemOptions<? extends IListItemOption> array)
Set the array param |
void |
setJsScope(JsScope jsScope)
Set the scope param |
void |
setString(String string)
Set the string param |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AutocompleteSource(ArrayItemOptions<? extends IListItemOption> array)
array
- Array parameterpublic AutocompleteSource(JsScope jsScope)
jsScope
- Scope parameterpublic AutocompleteSource(String string)
string
- String parameterMethod Detail |
---|
public ArrayItemOptions<? extends IListItemOption> getArray()
public CharSequence getJavascriptOption()
IComplexOption
getJavascriptOption
in interface IComplexOption
public JsScope getJsScope()
public String getString()
public void setArray(ArrayItemOptions<? extends IListItemOption> array)
array
- public void setJsScope(JsScope jsScope)
jsScope
- public void setString(String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |