org.wicketstuff.minis.apanel
Class ConstraintBehavior

java.lang.Object
  extended by org.apache.wicket.behavior.AbstractBehavior
      extended by org.wicketstuff.minis.apanel.ConstraintBehavior
All Implemented Interfaces:
java.io.Serializable, org.apache.wicket.behavior.IBehavior, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.IHeaderContributor
Direct Known Subclasses:
GridLayoutConstraint

public class ConstraintBehavior
extends org.apache.wicket.behavior.AbstractBehavior

Contains information about how a component should be displayed in a layout. A component should have only one constraint.

This class violates the idea of IBehavior.

See Also:
Serialized Form

Constructor Summary
ConstraintBehavior()
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior
afterRender, beforeRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered, renderHead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintBehavior

public ConstraintBehavior()


Copyright © 2010. All Rights Reserved.