- All Implemented Interfaces:
- Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.behavior.IComponentConfigurationBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor
Deprecated.
@Deprecated
public class ProxyBehavior
extends org.apache.wicket.behavior.AbstractBehavior
Makes the Object a proxy for actions to Wicket, the component is not intended to be used directly on the UI.
It serves as some kind of Bridge.
Example: AjaxLink.add(new ProxyBehavior());
where the link is a hidden link for some action to convey. Acts as a trigger for some UI event.
- Author:
- Arjun Dhar
- See Also:
- Serialized Form