Uses of Interface
org.wicketstuff.wiquery.core.options.IComplexOption
Packages that use IComplexOption
Package
Description
-
Uses of IComplexOption in org.wicketstuff.wiquery.core.ajax
Classes in org.wicketstuff.wiquery.core.ajax that implement IComplexOption -
Uses of IComplexOption in org.wicketstuff.wiquery.core.behavior
Classes in org.wicketstuff.wiquery.core.behavior that implement IComplexOption -
Uses of IComplexOption in org.wicketstuff.wiquery.core.options
Subinterfaces of IComplexOption in org.wicketstuff.wiquery.core.optionsModifier and TypeInterfaceDescriptioninterfaceInterface to specify how a collection of ItemOptions must be generatedClasses in org.wicketstuff.wiquery.core.options that implement IComplexOptionModifier and TypeClassDescriptionclassArrayItemOptions<E extends IListItemOption>Array of IListItemOptionsclassRepresentation of an EventLabel into an ItemOptionsclassListItemOptions<E extends IListItemOption>List of IListItemOptionsMethods in org.wicketstuff.wiquery.core.options that return IComplexOptionModifier and TypeMethodDescriptionOptions.getComplexOption(String key) Returns the given option value.Methods in org.wicketstuff.wiquery.core.options with parameters of type IComplexOptionModifier and TypeMethodDescriptionOptions.put(String key, IComplexOption value) Puts a complex option value for the given option name.