Uses of Class
org.apache.wicket.behavior.Behavior
-
-
Uses of Behavior in org.apache.wicket
Subclasses of Behavior in org.apache.wicket Modifier and Type Class Description classAttributeModifierThis class allows a tag attribute of a component to be modified dynamically with a value obtained from a model object.classClassAttributeModifierAn AttributeModifier specialized in managing the CSS class attributeclassStyleAttributeModifierAn AttributeModifier specialized in managing the CSS style attributeMethods in org.apache.wicket with type parameters of type Behavior Modifier and Type Method Description <M extends Behavior>
java.util.List<M>Component. getBehaviors(java.lang.Class<M> type)Gets the subset of the currently coupledBehaviors that are of the provided type as an unmodifiable list.Methods in org.apache.wicket that return Behavior Modifier and Type Method Description BehaviorComponent. getBehaviorById(int id)Gets the behavior for the specified idMethods in org.apache.wicket that return types with arguments of type Behavior Modifier and Type Method Description java.util.List<? extends Behavior>Component. getBehaviors()Gets the currently coupledBehaviors as a unmodifiable list.Methods in org.apache.wicket with parameters of type Behavior Modifier and Type Method Description ComponentComponent. add(Behavior... behaviors)Adds a behavior modifier to the component.intComponent. getBehaviorId(Behavior behavior)Gets a stable id for the specified behavior.protected booleanComponent. isBehaviorAccepted(Behavior behavior)Components are allowed to reject behavior modifiers.voidBehaviorInstantiationListenerCollection. onInstantiation(Behavior behavior)voidIBehaviorInstantiationListener. onInstantiation(Behavior behavior)Called when a behavior instance is createdComponentComponent. remove(Behavior... behaviors)Removes behavior from componentjava.lang.CharSequenceComponent. urlForListener(Behavior behaviour, org.apache.wicket.request.mapper.parameter.PageParameters parameters)Gets a URL for the listener interface on a behavior (e.g. -
Uses of Behavior in org.apache.wicket.ajax
Subclasses of Behavior in org.apache.wicket.ajax Modifier and Type Class Description classAbstractAjaxTimerBehaviorA behavior that generates an AJAX update callback at a regular interval.classAbstractDefaultAjaxBehaviorThe base class for Wicket's default AJAX implementation.classAjaxClientInfoBehaviorAn behavior that collects the information to populate WebClientInfo's ClientProperties by using AjaxclassAjaxEventBehaviorAn ajax behavior that is attached to a certain client-side (usually javascript) event, such as click, change, keydown, etc.classAjaxNewWindowNotifyingBehaviorAn Ajax behavior that notifies when a new browser window/tab is opened with url to a page instance which is already opened in another window/tab in the same user session.classAjaxPreventSubmitBehaviorAn Ajax behavior that could be used to prevent the form submit when the user presses the ENTER key while in an HTML <input type="text" > field.classAjaxSelfUpdatingTimerBehaviorAutomatically re-renders the component it is attached to via AJAX at a regular interval. -
Uses of Behavior in org.apache.wicket.ajax.form
Subclasses of Behavior in org.apache.wicket.ajax.form Modifier and Type Class Description classAjaxFormChoiceComponentUpdatingBehaviorThis is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many.classAjaxFormComponentUpdatingBehaviorA behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered.classAjaxFormSubmitBehaviorAjax event behavior that submits a form via ajax when the event it is attached to, is invoked.classAjaxFormValidatingBehaviorAjax event behavior that submits the form and updates all form feedback panels on the page.classOnChangeAjaxBehaviorA behavior that updates the hostingFormComponentvia Ajax when value of the component is changed. -
Uses of Behavior in org.apache.wicket.ajax.markup.html.navigation.paging
Subclasses of Behavior in org.apache.wicket.ajax.markup.html.navigation.paging Modifier and Type Class Description classAjaxPagingNavigationBehaviorAjax behavior for the paging navigation links. -
Uses of Behavior in org.apache.wicket.behavior
Subclasses of Behavior in org.apache.wicket.behavior Modifier and Type Class Description classAbstractAjaxBehaviorAbstract class for handling Ajax roundtrips.classAttributeAppenderAttributeModifier that appends the given value, rather than replace it.Methods in org.apache.wicket.behavior that return Behavior Modifier and Type Method Description static BehaviorBehavior. onAttribute(java.lang.String name, org.danekja.java.util.function.serializable.SerializableFunction<java.lang.String,java.lang.CharSequence> onAttribute)Creates aBehaviorthat uses the givenSerializableFunction functionto do something with a component's attribute.static BehaviorBehavior. onTag(org.danekja.java.util.function.serializable.SerializableBiConsumer<Component,ComponentTag> onTagConsumer)Creates aBehaviorthat uses the givenSerializableConsumer consumerto do something with the component's tag. -
Uses of Behavior in org.apache.wicket.core.request.handler
Methods in org.apache.wicket.core.request.handler that return Behavior Modifier and Type Method Description BehaviorListenerInvocationNotAllowedException. getBehavior()Constructors in org.apache.wicket.core.request.handler with parameters of type Behavior Constructor Description ListenerInvocationNotAllowedException(Component component, Behavior behavior, java.lang.String message)Constructor -
Uses of Behavior in org.apache.wicket.core.request.handler.logger
Methods in org.apache.wicket.core.request.handler.logger that return types with arguments of type Behavior Modifier and Type Method Description java.lang.Class<? extends Behavior>ListenerLogData. getBehaviorClass() -
Uses of Behavior in org.apache.wicket.markup
Methods in org.apache.wicket.markup that return types with arguments of type Behavior Modifier and Type Method Description java.util.Iterator<? extends Behavior>ComponentTag. getBehaviors()Methods in org.apache.wicket.markup with parameters of type Behavior Modifier and Type Method Description voidComponentTag. addBehavior(Behavior behavior)Adds a behavior to this component tag. -
Uses of Behavior in org.apache.wicket.markup.html
Subclasses of Behavior in org.apache.wicket.markup.html Modifier and Type Class Description classHTML5AttributesBehavior which renders HTML5 attributes. -
Uses of Behavior in org.apache.wicket.markup.html.border
Subclasses of Behavior in org.apache.wicket.markup.html.border Modifier and Type Class Description classBorderBehaviorThis is a behavior implementation that can be used if you have markup that should be around a component. -
Uses of Behavior in org.apache.wicket.markup.html.form
Subclasses of Behavior in org.apache.wicket.markup.html.form Modifier and Type Class Description classFormComponentUpdatingBehaviorA behavior to get notifications when aFormComponentchanges its value. -
Uses of Behavior in org.apache.wicket.markup.html.form.validation
Subclasses of Behavior in org.apache.wicket.markup.html.form.validation Modifier and Type Class Description classAbstractFormValidatorBase class forIFormValidators.classEqualInputValidatorValidates that the input of two form components is identical.classEqualPasswordInputValidatorValidates that the input of two form components is identical.classFormValidatorAdapterAdaptsIFormValidatortoBehavior -
Uses of Behavior in org.apache.wicket.markup.html.image
Subclasses of Behavior in org.apache.wicket.markup.html.image Modifier and Type Class Description classContextPathGeneratorA behavior that converts the provider url fragment to a context-relative url. -
Uses of Behavior in org.apache.wicket.markup.html.link
Subclasses of Behavior in org.apache.wicket.markup.html.link Modifier and Type Class Description classDisabledAttributeLinkBehaviorA behavior to add attribute "disabled" to a Link component when it is disabled. -
Uses of Behavior in org.apache.wicket.markup.parser.filter
Subclasses of Behavior in org.apache.wicket.markup.parser.filter Modifier and Type Class Description static classWicketMessageTagHandler.AttributeLocalizerAttribute localizing behavior.Fields in org.apache.wicket.markup.parser.filter declared as Behavior Modifier and Type Field Description static BehaviorRelativePathPrefixHandler. RELATIVE_PATH_BEHAVIORBehavior that adds a prefix to src, href and background attributes to make them context-relative -
Uses of Behavior in org.apache.wicket.markup.transformer
Subclasses of Behavior in org.apache.wicket.markup.transformer Modifier and Type Class Description classAbstractTransformerBehaviorABehaviorwhich can be added to any component.classXsltTransformerBehaviorAn IBehavior which can be added to any component except ListView. -
Uses of Behavior in org.apache.wicket.request.component
Methods in org.apache.wicket.request.component that return Behavior Modifier and Type Method Description BehaviorIRequestableComponent. getBehaviorById(int id)Gets the behavior for the specified idMethods in org.apache.wicket.request.component with parameters of type Behavior Modifier and Type Method Description intIRequestableComponent. getBehaviorId(Behavior behavior)Gets a stable id for the specified behavior. -
Uses of Behavior in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return Behavior Modifier and Type Method Description static BehaviorWicketTesterHelper. findBehavior(Component component, java.lang.Class<? extends Behavior> behaviorClass)Methods in org.apache.wicket.util.tester with parameters of type Behavior Modifier and Type Method Description voidBaseWicketTester. invokeListener(Component component, Behavior behavior)Simulates invoking anIRequestListeneron a component.Method parameters in org.apache.wicket.util.tester with type arguments of type Behavior Modifier and Type Method Description voidWicketTester. assertBehavior(java.lang.String path, java.lang.Class<? extends Behavior> expectedBehaviorClass)Asserts that theComponenta the given path has a behavior of the given type.static BehaviorWicketTesterHelper. findBehavior(Component component, java.lang.Class<? extends Behavior> behaviorClass) -
Uses of Behavior in org.apache.wicket.validation
Subclasses of Behavior in org.apache.wicket.validation Modifier and Type Class Description classCompoundValidator<T>A compoundIValidator.classValidatorAdapter<T>AdaptsIValidatorto Behavior -
Uses of Behavior in org.apache.wicket.validation.validator
Subclasses of Behavior in org.apache.wicket.validation.validator Modifier and Type Class Description classAbstractRangeValidator<R extends java.lang.Comparable<? super R> & java.io.Serializable,V extends java.io.Serializable>Base class for validators that check if a given value falls within [min,max] range.classDateValidatorValidator for checking if a given date falls within [min,max] range.classRangeValidator<Z extends java.lang.Comparable<? super Z> & java.io.Serializable>Validator for checking if a given value falls within [min,max] range.classStringValidatorValidator for checking if length of a string falls within [min,max] range.
-