|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Behavior in org.apache.wicket |
|---|
| Subclasses of Behavior in org.apache.wicket | |
|---|---|
class |
AttributeModifier
This class allows a tag attribute of a component to be modified dynamically with a value obtained from a model object. |
| Methods in org.apache.wicket with type parameters of type Behavior | ||
|---|---|---|
|
Component.getBehaviors(Class<M> type)
Gets the subset of the currently coupled Behaviors that are of the provided type as
an unmodifiable list. |
|
| Methods in org.apache.wicket that return Behavior | |
|---|---|
Behavior |
Component.getBehaviorById(int id)
Gets the behavior for the specified id |
| Methods in org.apache.wicket that return types with arguments of type Behavior | |
|---|---|
List<? extends Behavior> |
Component.getBehaviors()
Gets the currently coupled Behaviors as a unmodifiable list. |
| Methods in org.apache.wicket with parameters of type Behavior | |
|---|---|
Component |
Component.add(Behavior... behaviors)
Adds a behavior modifier to the component. |
int |
Component.getBehaviorId(Behavior behavior)
Gets a stable id for the specified behavior. |
void |
RequestListenerInterface.invoke(IRequestableComponent rcomponent,
Behavior behavior)
Invokes a given interface on a component's behavior. |
protected boolean |
Component.isBehaviorAccepted(Behavior behavior)
Components are allowed to reject behavior modifiers. |
void |
IBehaviorInstantiationListener.onInstantiation(Behavior behavior)
Called when a behavior instance is created |
void |
BehaviorInstantiationListenerCollection.onInstantiation(Behavior behavior)
|
Component |
Component.remove(Behavior... behaviors)
Removes behavior from component |
CharSequence |
Component.urlFor(Behavior behaviour,
RequestListenerInterface listener,
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 | |
|---|---|
class |
AbstractAjaxTimerBehavior
A behavior that generates an AJAX update callback at a regular interval. |
class |
AbstractDefaultAjaxBehavior
The base class for Wicket's default AJAX implementation. |
class |
AjaxClientInfoBehavior
An behavior that collects the information to populate WebClientInfo's ClientProperties by using Ajax |
class |
AjaxEventBehavior
An ajax behavior that is attached to a certain client-side (usually javascript) event, such as click, change, keydown, etc. |
class |
AjaxNewWindowNotifyingBehavior
An 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. |
class |
AjaxSelfUpdatingTimerBehavior
Automatically 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 | |
|---|---|
class |
AjaxFormChoiceComponentUpdatingBehavior
This is a Ajax Component Update Behavior that is meant for choices/groups that are not one component in the html but many. |
class |
AjaxFormComponentUpdatingBehavior
A behavior that updates the hosting FormComponent via ajax when an event it is attached to is triggered. |
class |
AjaxFormSubmitBehavior
Ajax event behavior that submits a form via ajax when the event it is attached to, is invoked. |
class |
AjaxFormValidatingBehavior
Ajax event behavior that submits the form and updates all form feedback panels on the page. |
class |
OnChangeAjaxBehavior
A behavior that updates the hosting FormComponent via 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 | |
|---|---|
class |
AjaxPagingNavigationBehavior
Ajax behavior for the paging navigation links. |
| Uses of Behavior in org.apache.wicket.behavior |
|---|
| Subclasses of Behavior in org.apache.wicket.behavior | |
|---|---|
class |
AbstractAjaxBehavior
Abstract class for handling Ajax roundtrips. |
class |
AttributeAppender
AttributeModifier that appends the given value, rather than replace it. |
| Uses of Behavior in org.apache.wicket.core.request.handler |
|---|
| Methods in org.apache.wicket.core.request.handler that return Behavior | |
|---|---|
Behavior |
ListenerInvocationNotAllowedException.getBehavior()
|
| Constructors in org.apache.wicket.core.request.handler with parameters of type Behavior | |
|---|---|
ListenerInvocationNotAllowedException(RequestListenerInterface iface,
Component component,
Behavior behavior,
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 | |
|---|---|
Class<? extends Behavior> |
ListenerInterfaceLogData.getBehaviorClass()
|
| Uses of Behavior in org.apache.wicket.markup |
|---|
| Methods in org.apache.wicket.markup that return types with arguments of type Behavior | |
|---|---|
Iterator<? extends Behavior> |
ComponentTag.getBehaviors()
|
| Methods in org.apache.wicket.markup with parameters of type Behavior | |
|---|---|
void |
ComponentTag.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 | |
|---|---|
class |
HTML5Attributes
Behavior which renders HTML5 attributes. |
| Uses of Behavior in org.apache.wicket.markup.html.border |
|---|
| Subclasses of Behavior in org.apache.wicket.markup.html.border | |
|---|---|
class |
BorderBehavior
This 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.validation |
|---|
| Subclasses of Behavior in org.apache.wicket.markup.html.form.validation | |
|---|---|
class |
AbstractFormValidator
Base class for IFormValidators. |
class |
EqualInputValidator
Validates that the input of two form components is identical. |
class |
EqualPasswordInputValidator
Validates that the input of two form components is identical. |
class |
FormValidatorAdapter
Adapts IFormValidator to Behavior |
| Uses of Behavior in org.apache.wicket.markup.html.image |
|---|
| Subclasses of Behavior in org.apache.wicket.markup.html.image | |
|---|---|
class |
ContextPathGenerator
A behavior that converts the provider url fragment to a context-relative url. |
| Uses of Behavior in org.apache.wicket.markup.parser.filter |
|---|
| Subclasses of Behavior in org.apache.wicket.markup.parser.filter | |
|---|---|
static class |
WicketMessageTagHandler.AttributeLocalizer
Attribute localizing behavior. |
| Fields in org.apache.wicket.markup.parser.filter declared as Behavior | |
|---|---|
static Behavior |
RelativePathPrefixHandler.RELATIVE_PATH_BEHAVIOR
Behavior 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 | |
|---|---|
class |
AbstractTransformerBehavior
A Behavior which can be added to any component. |
class |
XsltTransformerBehavior
An 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 | |
|---|---|
Behavior |
IRequestableComponent.getBehaviorById(int id)
Gets the behavior for the specified id |
| Methods in org.apache.wicket.request.component with parameters of type Behavior | |
|---|---|
int |
IRequestableComponent.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 | |
|---|---|
static Behavior |
WicketTesterHelper.findBehavior(Component component,
Class<? extends Behavior> behaviorClass)
|
| Method parameters in org.apache.wicket.util.tester with type arguments of type Behavior | |
|---|---|
static Behavior |
WicketTesterHelper.findBehavior(Component component,
Class<? extends Behavior> behaviorClass)
|
| Uses of Behavior in org.apache.wicket.validation |
|---|
| Subclasses of Behavior in org.apache.wicket.validation | |
|---|---|
class |
CompoundValidator<T>
A compound IValidator. |
class |
ValidatorAdapter<T>
Adapts IValidator to Behavior |
| Uses of Behavior in org.apache.wicket.validation.validator |
|---|
| Subclasses of Behavior in org.apache.wicket.validation.validator | |
|---|---|
class |
AbstractRangeValidator<R extends Comparable<R> & Serializable,V extends Serializable>
Base class for validators that check if a given value falls within [min,max] range. |
class |
AbstractValidator<T>
Deprecated. with changes to ValidationError in 6.0 this class serves very little purpose.
Validators should implement IValidator directly and extend Behavior
where needed. |
class |
DateValidator
Validator for checking if a given date falls within [min,max] range. |
class |
RangeValidator<Z extends Comparable<Z> & Serializable>
Validator for checking if a given value falls within [min,max] range. |
class |
StringValidator
Validator for checking if length of a string falls within [min,max] range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||