|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.agilecoders.wicket.jquery.WicketJquerySelectors
public final class WicketJquerySelectors
base wicket-jquery-selectors class that is responsible for installation of custom settings.
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isInstalled(org.apache.wicket.Application application)
application - the wicket application
true if library is already installed, otherwise falsepublic static void install(org.apache.wicket.Application app)
app - the wicket application
public 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 application
app - The current application
IWicketJquerySelectorsSettingspublic 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 application
IWicketJquerySelectorsSettings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||