org.wicketopia.builder.feature
Class AbstractBehaviorFeature<B extends ComponentBuilder>

java.lang.Object
  extended by 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

Constructor Summary
AbstractBehaviorFeature()
           
 
Method Summary
 void activate(B builder)
           
protected abstract  org.apache.wicket.behavior.Behavior createBehavior()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wicketopia.builder.feature.ComponentBuilderFeature
isActiveFor
 

Constructor Detail

AbstractBehaviorFeature

public AbstractBehaviorFeature()
Method Detail

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.