org.wicketstuff.minis.behavior.apanel
Class ConstraintBehavior

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

public class ConstraintBehavior
extends org.apache.wicket.behavior.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 of org.apache.wicket.behavior.IBehavior.

See Also:
Serialized Form

Constructor Summary
ConstraintBehavior()
           
 
Method Summary
 
Methods inherited from class org.apache.wicket.behavior.Behavior
afterRender, beforeRender, bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, onRemove, renderHead, unbind
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintBehavior

public ConstraintBehavior()


Copyright © 2018. All rights reserved.