public final class WicketJquerySelectors extends Object
| Modifier and Type | Method and Description |
|---|---|
static IWicketJquerySelectorsSettings |
assignedSettingsOrDefault()
returns the
IWicketJquerySelectorsSettings which are assigned to given application or a new default instance. |
static void |
install(org.apache.wicket.Application app)
installs the library to given application
|
static void |
install(org.apache.wicket.Application app,
IWicketJquerySelectorsSettings settings)
installs the library settings to given app.
|
static boolean |
isInstalled(org.apache.wicket.Application application)
Checks whether this library support is already installed
|
static IWicketJquerySelectorsSettings |
settings()
returns the
IWicketJquerySelectorsSettings which are assigned to current application |
static IWicketJquerySelectorsSettings |
settings(org.apache.wicket.Application app)
returns the
IWicketJquerySelectorsSettings which are assigned to given application |
public static boolean isInstalled(org.apache.wicket.Application application)
application - the wicket applicationtrue if library is already installed, otherwise falsepublic static void install(org.apache.wicket.Application app)
app - the wicket applicationpublic static void install(org.apache.wicket.Application app,
IWicketJquerySelectorsSettings settings)
app - the wicket applicationsettings - the settings to usepublic static IWicketJquerySelectorsSettings settings(org.apache.wicket.Application app)
IWicketJquerySelectorsSettings which are assigned to given applicationapp - The current applicationIWicketJquerySelectorsSettingspublic static IWicketJquerySelectorsSettings assignedSettingsOrDefault()
IWicketJquerySelectorsSettings which are assigned to given application or a new default instance.
This is an internal API method, please don't use it.IWicketJquerySelectorsSettingspublic static IWicketJquerySelectorsSettings settings()
IWicketJquerySelectorsSettings which are assigned to current applicationIWicketJquerySelectorsSettingsCopyright © 2014. All Rights Reserved.