Package org.hippoecm.frontend.behaviors
Class EventStoppingBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.hippoecm.frontend.behaviors.EventStoppingBehavior
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public class EventStoppingBehavior extends org.apache.wicket.behavior.Behavior
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Logger
log
-
Constructor Summary
Constructors Constructor Description EventStoppingBehavior(String event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onComponentTag(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag)
-
-
-
Constructor Detail
-
EventStoppingBehavior
public EventStoppingBehavior(String event)
-
-