Uses of Interface
org.wicketstuff.wiquery.core.options.ICollectionItemOptions
Packages that use ICollectionItemOptions
-
Uses of ICollectionItemOptions in org.wicketstuff.wiquery.core.options
Classes in org.wicketstuff.wiquery.core.options that implement ICollectionItemOptionsModifier and TypeClassDescriptionclassArrayItemOptions<E extends IListItemOption>Array of IListItemOptionsclassListItemOptions<E extends IListItemOption>List of IListItemOptionsMethods in org.wicketstuff.wiquery.core.options that return ICollectionItemOptionsModifier and TypeMethodDescriptionOptions.getCollectionItemOptions(String key) Returns the given option value.Methods in org.wicketstuff.wiquery.core.options with parameters of type ICollectionItemOptionsModifier and TypeMethodDescriptionOptions.put(String key, ICollectionItemOptions value) Puts a list of IListItemOption value for the given option name.