Uses of Interface
org.wicketstuff.wiquery.core.options.IComplexOption
-
Packages that use IComplexOption Package Description org.wicketstuff.wiquery.core.ajax org.wicketstuff.wiquery.core.behavior org.wicketstuff.wiquery.core.options -
-
Uses of IComplexOption in org.wicketstuff.wiquery.core.ajax
Classes in org.wicketstuff.wiquery.core.ajax that implement IComplexOption Modifier and Type Class Description classJQueryAjaxOption$Id: JQueryAjaxOptions -
Uses of IComplexOption in org.wicketstuff.wiquery.core.behavior
Classes in org.wicketstuff.wiquery.core.behavior that implement IComplexOption Modifier and Type Class Description classAbstractAjaxEventCallback -
Uses of IComplexOption in org.wicketstuff.wiquery.core.options
Subinterfaces of IComplexOption in org.wicketstuff.wiquery.core.options Modifier and Type Interface Description interfaceICollectionItemOptionsInterface to specify how a collection of ItemOptions must be generatedClasses in org.wicketstuff.wiquery.core.options that implement IComplexOption Modifier and Type Class Description classArrayItemOptions<E extends IListItemOption>Array of IListItemOptionsclassEventLabelOptionsRepresentation of an EventLabel into an ItemOptionsclassListItemOptions<E extends IListItemOption>List of IListItemOptionsMethods in org.wicketstuff.wiquery.core.options that return IComplexOption Modifier and Type Method Description IComplexOptionOptions. getComplexOption(java.lang.String key)Returns the given option value.Methods in org.wicketstuff.wiquery.core.options with parameters of type IComplexOption Modifier and Type Method Description OptionsOptions. put(java.lang.String key, IComplexOption value)Puts a complex option value for the given option name.
-