Uses of Interface
org.wicketstuff.wiquery.core.events.EventLabel
-
Packages that use EventLabel Package Description org.wicketstuff.wiquery.core.events org.wicketstuff.wiquery.core.javascript org.wicketstuff.wiquery.core.javascript.helper org.wicketstuff.wiquery.core.options -
-
Uses of EventLabel in org.wicketstuff.wiquery.core.events
Classes in org.wicketstuff.wiquery.core.events that implement EventLabel Modifier and Type Class Description classFormEvent$Id: FormEvent.java 1714M 2012-01-17 08:29:21Z (local) $classKeyboardEvent$Id: KeyboardEvent.java 1714M 2012-01-17 08:29:30Z (local) $classMouseEvent$Id: MouseEvent.java 1714M 2012-01-17 08:29:30Z (local) $classStateEvent$Id: StateEvent.java 1714M 2012-01-17 08:29:30Z (local) $Fields in org.wicketstuff.wiquery.core.events declared as EventLabel Modifier and Type Field Description protected EventLabel[]Event. eventLabelsThe list of events triggering theJsScope.Constructors in org.wicketstuff.wiquery.core.events with parameters of type EventLabel Constructor Description Event(EventLabel... eventLabels)Creates a new event binding aJsScopeto the givenEventLabel.WiQueryAjaxEventBehavior(EventLabel... events) -
Uses of EventLabel in org.wicketstuff.wiquery.core.javascript
Methods in org.wicketstuff.wiquery.core.javascript with parameters of type EventLabel Modifier and Type Method Description static java.lang.StringJsUtils. implode(EventLabel... eventLabels)Converts the given array ofEventLabelto aString. -
Uses of EventLabel in org.wicketstuff.wiquery.core.javascript.helper
Methods in org.wicketstuff.wiquery.core.javascript.helper with parameters of type EventLabel Modifier and Type Method Description static ChainableStatementEventsHelper. bind(EventLabel eventLabel, JsScope jsScope)Binds a handler to one or more events (like click) for each matched element.static ChainableStatementEventsHelper. die(EventLabel eventLabel, JsScope jsScope)This does the opposite of live, it removes a bound live event.static ChainableStatementEventsHelper. live(EventLabel eventLabel, JsScope jsScope)Binds a handler to an event (like click) for all current - and future - matched element.static ChainableStatementEventsHelper. one(EventLabel eventLabel, JsScope jsScope)Binds a handler to one or more events to be executed once for each matched element.static ChainableStatementEventsHelper. trigger(EventLabel eventLabel)Trigger an event on every matched element.static ChainableStatementEventsHelper. trigger(EventLabel eventLabel, java.lang.CharSequence... data)Trigger an event on every matched element.static ChainableStatementEventsHelper. triggerHandler(EventLabel eventLabel)Triggers all bound event handlers on an element (for a specific event type) WITHOUT executing the browser's default actions, bubbling, or live events.static ChainableStatementEventsHelper. triggerHandler(EventLabel eventLabel, java.lang.CharSequence... data)Triggers all bound event handlers on an element (for a specific event type) WITHOUT executing the browser's default actions, bubbling, or live events.static ChainableStatementEventsHelper. unbind(EventLabel eventLabel, JsScope jsScope)This does the opposite of bind, it removes bound events from each of the matched elements. -
Uses of EventLabel in org.wicketstuff.wiquery.core.options
Methods in org.wicketstuff.wiquery.core.options that return EventLabel Modifier and Type Method Description EventLabelEventLabelOptions. getEventLabel()Method retrieving the eventLabel valueMethods in org.wicketstuff.wiquery.core.options with parameters of type EventLabel Modifier and Type Method Description voidEventLabelOptions. setInteger(EventLabel eventLabel)Methode setting the eventLabel valueConstructors in org.wicketstuff.wiquery.core.options with parameters of type EventLabel Constructor Description EventLabelOptions(EventLabel eventLabel)Default constructor
-