Uses of Interface
org.wicketstuff.wiquery.core.options.ICollectionItemOptions
-
Packages that use ICollectionItemOptions Package Description org.wicketstuff.wiquery.core.options -
-
Uses of ICollectionItemOptions in org.wicketstuff.wiquery.core.options
Classes in org.wicketstuff.wiquery.core.options that implement ICollectionItemOptions Modifier and Type Class Description classArrayItemOptions<E extends IListItemOption>Array of IListItemOptionsclassListItemOptions<E extends IListItemOption>List of IListItemOptionsMethods in org.wicketstuff.wiquery.core.options that return ICollectionItemOptions Modifier and Type Method Description ICollectionItemOptionsOptions. getCollectionItemOptions(java.lang.String key)Returns the given option value.Methods in org.wicketstuff.wiquery.core.options with parameters of type ICollectionItemOptions Modifier and Type Method Description OptionsOptions. put(java.lang.String key, ICollectionItemOptions value)Puts a list of IListItemOption value for the given option name.
-