Uses of Interface
org.wicketstuff.wiquery.core.events.EventLabel
Packages that use EventLabel
Package
Description
-
Uses of EventLabel in org.wicketstuff.wiquery.core.events
Classes in org.wicketstuff.wiquery.core.events that implement EventLabelModifier and TypeClassDescriptionenum$Id: FormEvent.java 1714M 2012-01-17 08:29:21Z (local) $enum$Id: KeyboardEvent.java 1714M 2012-01-17 08:29:30Z (local) $enum$Id: MouseEvent.java 1714M 2012-01-17 08:29:30Z (local) $enum$Id: StateEvent.java 1714M 2012-01-17 08:29:30Z (local) $Fields in org.wicketstuff.wiquery.core.events declared as EventLabelModifier and TypeFieldDescriptionprotected EventLabel[]Event.eventLabelsThe list of events triggering theJsScope.Constructors in org.wicketstuff.wiquery.core.events with parameters of type EventLabelModifierConstructorDescriptionEvent(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 EventLabelModifier and TypeMethodDescriptionstatic 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 EventLabelModifier and TypeMethodDescriptionstatic 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, 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, 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 EventLabelModifier and TypeMethodDescriptionEventLabelOptions.getEventLabel()Method retrieving the eventLabel valueMethods in org.wicketstuff.wiquery.core.options with parameters of type EventLabelModifier and TypeMethodDescriptionvoidEventLabelOptions.setInteger(EventLabel eventLabel) Methode setting the eventLabel valueConstructors in org.wicketstuff.wiquery.core.options with parameters of type EventLabel