Uses of Class
org.odlabs.wiquery.core.options.ArrayItemOptions

Packages that use ArrayItemOptions
org.odlabs.wiquery.ui.autocomplete   
org.odlabs.wiquery.ui.datepicker   
org.odlabs.wiquery.ui.slider   
org.odlabs.wiquery.ui.tabs   
 

Uses of ArrayItemOptions in org.odlabs.wiquery.ui.autocomplete
 

Methods in org.odlabs.wiquery.ui.autocomplete that return ArrayItemOptions
 ArrayItemOptions<? extends IListItemOption> AutocompleteSource.getArray()
           
 

Methods in org.odlabs.wiquery.ui.autocomplete with parameters of type ArrayItemOptions
 void AutocompleteSource.setArray(ArrayItemOptions<? extends IListItemOption> array)
          Set the array param
 

Constructors in org.odlabs.wiquery.ui.autocomplete with parameters of type ArrayItemOptions
AutocompleteSource(ArrayItemOptions<? extends IListItemOption> array)
          Constructor
 

Uses of ArrayItemOptions in org.odlabs.wiquery.ui.datepicker
 

Methods in org.odlabs.wiquery.ui.datepicker that return ArrayItemOptions
 ArrayItemOptions<IntegerItemOptions> DatePickerNumberOfMonths.getArrayParam()
           
 

Methods in org.odlabs.wiquery.ui.datepicker with parameters of type ArrayItemOptions
 void DatePickerNumberOfMonths.setArrayParam(ArrayItemOptions<IntegerItemOptions> arrayParam)
          Set's the array parameter
 

Constructors in org.odlabs.wiquery.ui.datepicker with parameters of type ArrayItemOptions
DatePickerNumberOfMonths(ArrayItemOptions<IntegerItemOptions> arrayParam)
          Constructor
 

Uses of ArrayItemOptions in org.odlabs.wiquery.ui.slider
 

Methods in org.odlabs.wiquery.ui.slider with parameters of type ArrayItemOptions
 Slider Slider.setValues(ArrayItemOptions<IntegerItemOptions> values)
          This option can be used to specify multiple handles.
 

Uses of ArrayItemOptions in org.odlabs.wiquery.ui.tabs
 

Methods in org.odlabs.wiquery.ui.tabs with parameters of type ArrayItemOptions
 Tabs Tabs.setDisabled(ArrayItemOptions<IntegerItemOptions> disabled)
          Set an array containing the position of the tabs (zero-based index) that should be disabled on initialization
 



Copyright © 2012. All Rights Reserved.