Uses of Interface
org.odlabs.wiquery.core.options.IListItemOption

Packages that use IListItemOption
org.odlabs.wiquery.core.options   
org.odlabs.wiquery.ui.autocomplete   
org.odlabs.wiquery.ui.dialog   
org.odlabs.wiquery.ui.draggable   
org.odlabs.wiquery.ui.tabs   
 

Uses of IListItemOption in org.odlabs.wiquery.core.options
 

Classes in org.odlabs.wiquery.core.options with type parameters of type IListItemOption
 class ArrayItemOptions<E extends IListItemOption>
          Array of IListItemOptions
 class ListItemOptions<E extends IListItemOption>
          List of IListItemOptions
 

Subinterfaces of IListItemOption in org.odlabs.wiquery.core.options
 interface ITypedOption<T>
          Represents an typed option.
 

Classes in org.odlabs.wiquery.core.options that implement IListItemOption
 class AbstractOption<T extends Serializable>
          Wraps a value to be generated as a JavaScript string.
 class BooleanOption
          $Id: $
 class DoubleOption
          $Id: $
 class FloatOption
          $Id: $
 class IntegerItemOptions
          Representation of an integer into an ItemOptions
 class IntegerOption
          $Id: $
 class LiteralOption
          $Id$
 class LongOption
          $Id: $
 class ShortOption
          $Id: $
 class StringOption
          $Id: $
 

Methods in org.odlabs.wiquery.core.options that return IListItemOption
 IListItemOption[] ICollectionItemOptions.values()
          Method retrieving the list of IListItemOption from this collection
 IListItemOption[] ArrayItemOptions.values()
           
 IListItemOption[] ListItemOptions.values()
           
 

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

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

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

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

Uses of IListItemOption in org.odlabs.wiquery.ui.dialog
 

Classes in org.odlabs.wiquery.ui.dialog that implement IListItemOption
 class AjaxDialogButton
          A version of DialogButton that integrates with wicket AJAX.
 class DialogButton
          $Id: DialogButton.java
 

Uses of IListItemOption in org.odlabs.wiquery.ui.draggable
 

Classes in org.odlabs.wiquery.ui.draggable that implement IListItemOption
 class DraggableCursorAt
          $Id: DraggableCursorAt.java
 

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

Method parameters in org.odlabs.wiquery.ui.tabs with type arguments of type IListItemOption
 Tabs Tabs.setFx(ListItemOptions<IListItemOption> fx)
          Enable animations for hiding and showing tab panels.
 



Copyright © 2012. All Rights Reserved.