Uses of Class
org.wicketstuff.wiquery.core.options.Options
Packages that use Options
Package
Description
-
Uses of Options in org.wicketstuff.wiquery.core.ajax
Methods in org.wicketstuff.wiquery.core.ajax that return OptionsModifier and TypeMethodDescriptionprotected OptionsJQueryAjaxOption.getOptions()Method retrieving the options -
Uses of Options in org.wicketstuff.wiquery.core.behavior
Fields in org.wicketstuff.wiquery.core.behavior declared as OptionsMethods in org.wicketstuff.wiquery.core.behavior that return Options -
Uses of Options in org.wicketstuff.wiquery.core.javascript
Methods in org.wicketstuff.wiquery.core.javascript with parameters of type OptionsModifier and TypeMethodDescriptionBinds thecssstatement. -
Uses of Options in org.wicketstuff.wiquery.core.javascript.helper
Methods in org.wicketstuff.wiquery.core.javascript.helper with parameters of type Options -
Uses of Options in org.wicketstuff.wiquery.core.options
Methods in org.wicketstuff.wiquery.core.options that return OptionsModifier and TypeMethodDescriptionOptions.getObject()Put an boolean value for the given option name.Puts an double value for the given option name.Puts an float value for the given option name.Puts an int value for the given option name.Puts aLongvalue for the given option name.Puts an short value for the given option name.Puts aStringvalue for the given option name.Puts aJsScopevalue for the given option name.Options.put(String key, ICollectionItemOptions value) Puts a list of IListItemOption value for the given option name.Options.put(String key, IComplexOption value) Puts a complex option value for the given option name.Options.putBoolean(String key, org.apache.wicket.model.IModel<Boolean> value) Put an boolean value for the given option name.Puts an IModel <Double> value for the given option name.Puts an IModel <Double> value for the given option name.Options.putInteger(String key, org.apache.wicket.model.IModel<Integer> value) Puts an int value for the given option name.Options.putLiteral(String key, String value) Puts aStringvalue as a JavaScript literal for the given name.Options.putLiteral(String key, org.apache.wicket.model.IModel<String> value) Puts aStringvalue as a JavaScript literal for the given name.Puts aLongvalue for the given option name.Puts an short value for the given option name.Puts aStringvalue for the given option name.Methods in org.wicketstuff.wiquery.core.options with parameters of type Options