Class ConstraintBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.wicketstuff.minis.behavior.apanel.ConstraintBehavior
-
- All Implemented Interfaces:
Serializable,IComponentAwareEventSink,IComponentAwareHeaderContributor,IClusterable
- Direct Known Subclasses:
GridLayoutConstraint
public class ConstraintBehavior extends Behavior
Contains information about how a component should be displayed in a layout. A component should have only one constraint. This class violates the idea oforg.apache.wicket.behavior.IBehavior.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstraintBehavior()
-
Method Summary
-
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
-
-