org.wicketopia.builder.feature
Class AbstractBehaviorFeature<B extends ComponentBuilder>
java.lang.Object
org.wicketopia.builder.feature.AbstractBehaviorFeature<B>
- All Implemented Interfaces:
- Serializable, ComponentBuilderFeature<B>
public abstract class AbstractBehaviorFeature<B extends ComponentBuilder>
- extends Object
- implements ComponentBuilderFeature<B>
- Since:
- 1.0
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBehaviorFeature
public AbstractBehaviorFeature()
createBehavior
protected abstract org.apache.wicket.behavior.Behavior createBehavior()
activate
public void activate(B builder)
- Specified by:
activate
in interface ComponentBuilderFeature<B extends ComponentBuilder>
Copyright © 2010-2013. All Rights Reserved.