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

Packages that use IntegerItemOptions
org.odlabs.wiquery.ui.datepicker   
org.odlabs.wiquery.ui.slider   
org.odlabs.wiquery.ui.tabs   
 

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

Methods in org.odlabs.wiquery.ui.datepicker that return types with arguments of type IntegerItemOptions
 ArrayItemOptions<IntegerItemOptions> DatePickerNumberOfMonths.getArrayParam()
           
 

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

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

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

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

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

Method parameters in org.odlabs.wiquery.ui.tabs with type arguments of type IntegerItemOptions
 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.