|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IBehavior in org.apache.wicket |
---|
Classes in org.apache.wicket that implement IBehavior | |
---|---|
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 IBehavior | ||
---|---|---|
|
Component.getBehaviors(Class<M> type)
Gets the subset of the currently coupled IBehavior s that are of the provided type as
a unmodifiable list. |
Methods in org.apache.wicket that return IBehavior | |
---|---|
IBehavior |
Component.getBehaviorById(int id)
Gets the behavior for the specified id |
Methods in org.apache.wicket that return types with arguments of type IBehavior | |
---|---|
List<? extends IBehavior> |
Component.getBehaviors()
Gets the currently coupled IBehavior s as a unmodifiable list. |
Methods in org.apache.wicket with parameters of type IBehavior | |
---|---|
Component |
Component.add(IBehavior... behaviors)
Adds a behavior modifier to the component. |
int |
Component.getBehaviorId(IBehavior behavior)
Gets a stable id for the specified behavior. |
void |
RequestListenerInterface.invoke(IRequestableComponent component,
IBehavior behavior)
Invokes a given interface on a component's behavior. |
protected boolean |
Component.isBehaviorAccepted(IBehavior behavior)
Components are allowed to reject behavior modifiers. |
Component |
Component.remove(IBehavior behavior)
Removes behavior from component |
CharSequence |
Component.urlFor(IBehavior behaviour,
RequestListenerInterface listener)
Gets a URL for the listener interface on a behavior (e.g. |
Uses of IBehavior in org.apache.wicket.ajax |
---|
Classes in org.apache.wicket.ajax that implement IBehavior | |
---|---|
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 |
AjaxEventBehavior
An ajax behavior that is attached to a certain client-side (usually javascript) event, such as onClick, onChange, onKeyDown, etc. |
class |
AjaxSelfUpdatingTimerBehavior
Automatically re-renders the component it is attached to via AJAX at a regular interval. |
Uses of IBehavior in org.apache.wicket.ajax.form |
---|
Classes in org.apache.wicket.ajax.form that implement IBehavior | |
---|---|
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 IBehavior in org.apache.wicket.ajax.markup.html.navigation.paging |
---|
Classes in org.apache.wicket.ajax.markup.html.navigation.paging that implement IBehavior | |
---|---|
class |
AjaxPagingNavigationBehavior
Ajax behavior for the paging navigation links. |
Uses of IBehavior in org.apache.wicket.behavior |
---|
Classes in org.apache.wicket.behavior that implement IBehavior | |
---|---|
class |
AbstractAjaxBehavior
Abstract class for handling Ajax roundtrips. |
class |
AbstractBehavior
Adapter implementation of IBehavior . |
class |
AttributeAppender
AttributeModifier that appends the given value, rather than replace it. |
class |
SimpleAttributeModifier
A lightweight version of the attribute modifier. |
Uses of IBehavior in org.apache.wicket.examples.forminput |
---|
Classes in org.apache.wicket.examples.forminput that implement IBehavior | |
---|---|
class |
BeforeAndAfterBorder
Simple example to show how a border works. |
Uses of IBehavior in org.apache.wicket.extensions.ajax.markup.html |
---|
Classes in org.apache.wicket.extensions.ajax.markup.html that implement IBehavior | |
---|---|
protected class |
AjaxEditableLabel.EditorAjaxBehavior
|
protected class |
AjaxEditableLabel.LabelAjaxBehavior
|
class |
AjaxIndicatorAppender
A behavior that adds a span with wicket's default indicator gif to the end of the component's markup. |
class |
WicketAjaxIndicatorAppender
Deprecated. Use AjaxIndicatorAppender instead. |
Uses of IBehavior in org.apache.wicket.extensions.ajax.markup.html.autocomplete |
---|
Classes in org.apache.wicket.extensions.ajax.markup.html.autocomplete that implement IBehavior | |
---|---|
class |
AbstractAutoCompleteBehavior
|
class |
AutoCompleteBehavior<T>
This behavior builds on top of AbstractAutoCompleteBehavior by introducing the concept of
a IAutoCompleteRenderer to make response writing easier. |
Uses of IBehavior in org.apache.wicket.extensions.markup.html.repeater.data.sort |
---|
Classes in org.apache.wicket.extensions.markup.html.repeater.data.sort that implement IBehavior | |
---|---|
static class |
OrderByLink.CssModifier
Uses the specified ICssProvider to add css class attributes to the link. |
Uses of IBehavior in org.apache.wicket.extensions.yui.calendar |
---|
Classes in org.apache.wicket.extensions.yui.calendar that implement IBehavior | |
---|---|
class |
DatePicker
Pops up a YUI calendar component so that the user can select a date. |
Uses of IBehavior in org.apache.wicket.markup |
---|
Methods in org.apache.wicket.markup that return types with arguments of type IBehavior | |
---|---|
Iterator<? extends IBehavior> |
ComponentTag.getBehaviors()
|
Methods in org.apache.wicket.markup with parameters of type IBehavior | |
---|---|
void |
ComponentTag.addBehavior(IBehavior behavior)
Adds a behavior to this component tag. |
Uses of IBehavior in org.apache.wicket.markup.html |
---|
Classes in org.apache.wicket.markup.html that implement IBehavior | |
---|---|
class |
ContainerWithAssociatedMarkupHelper
A Wicket internal helper class to handle wicket:head tags. |
Uses of IBehavior in org.apache.wicket.markup.html.body |
---|
Classes in org.apache.wicket.markup.html.body that implement IBehavior | |
---|---|
class |
BodyTagAttributeModifier
An attribute modifier specifically for body tags. |
Uses of IBehavior in org.apache.wicket.markup.html.border |
---|
Classes in org.apache.wicket.markup.html.border that implement IBehavior | |
---|---|
class |
MarkupComponentBorder
This is a behavior implementation that can be used if you have markup that should be around a component. |
Methods in org.apache.wicket.markup.html.border with parameters of type IBehavior | |
---|---|
Component |
Border.add(IBehavior... behaviors)
Add a behavior to the border's body. |
Component |
Border.addToBorder(IBehavior... behaviors)
|
Component |
Border.addToBorderBody(IBehavior... behaviors)
|
Uses of IBehavior in org.apache.wicket.markup.html.image |
---|
Classes in org.apache.wicket.markup.html.image that implement IBehavior | |
---|---|
class |
ContextPathGenerator
A behavior that converts the provider url fragment to a context-relative url. |
Uses of IBehavior in org.apache.wicket.markup.parser.filter |
---|
Classes in org.apache.wicket.markup.parser.filter that implement IBehavior | |
---|---|
static class |
WicketMessageTagHandler.AttributeLocalizer
Attribute localizing behavior. |
Fields in org.apache.wicket.markup.parser.filter declared as IBehavior | |
---|---|
static IBehavior |
WicketMessageTagHandler.ATTRIBUTE_LOCALIZER
singleton instance of WicketMessageTagHandler.AttributeLocalizer |
static IBehavior |
RelativePathPrefixHandler.RELATIVE_PATH_BEHAVIOR
Behavior that adds a prefix to src, href and background attributes to make them context-relative |
Uses of IBehavior in org.apache.wicket.markup.transformer |
---|
Classes in org.apache.wicket.markup.transformer that implement IBehavior | |
---|---|
class |
AbstractTransformerBehavior
A IBehavior which can be added to any component. |
class |
XsltTransformerBehavior
An IBehavior which can be added to any component except ListView. |
Uses of IBehavior in org.apache.wicket.request.component |
---|
Methods in org.apache.wicket.request.component that return IBehavior | |
---|---|
IBehavior |
IRequestableComponent.getBehaviorById(int id)
Gets the behavior for the specified id |
Methods in org.apache.wicket.request.component with parameters of type IBehavior | |
---|---|
int |
IRequestableComponent.getBehaviorId(IBehavior behavior)
Gets a stable id for the specified behavior. |
Uses of IBehavior in org.apache.wicket.util.tester |
---|
Methods in org.apache.wicket.util.tester that return IBehavior | |
---|---|
static IBehavior |
WicketTesterHelper.findBehavior(Component component,
Class<? extends IBehavior> behaviorClass)
|
Method parameters in org.apache.wicket.util.tester with type arguments of type IBehavior | |
---|---|
static IBehavior |
WicketTesterHelper.findBehavior(Component component,
Class<? extends IBehavior> behaviorClass)
|
Uses of IBehavior in org.apache.wicket.velocity |
---|
Classes in org.apache.wicket.velocity that implement IBehavior | |
---|---|
class |
VelocityContributor
An IHeaderContributor implementation that renders a velocity template and writes it to the response. |
class |
VelocityJavascriptContributor
A derivation of VelocityContributor that uses IHeaderResponse.renderJavascript(CharSequence, String) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |