Class UnitBehavior
- java.lang.Object
-
- org.apache.wicket.behavior.Behavior
-
- org.hippoecm.frontend.plugins.yui.layout.UnitBehavior
-
- All Implemented Interfaces:
Serializable
,org.apache.wicket.IComponentAwareEventSink
,org.apache.wicket.markup.html.IComponentAwareHeaderContributor
,org.apache.wicket.util.io.IClusterable
public class UnitBehavior extends org.apache.wicket.behavior.Behavior
This behavior stores the component id as it's markupId in theUnitSettings
and if the request rendering this behavior is an Ajax-request, it will force the whole wireframe to re-render (since this unit might be added to an already existing wireframe).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnitBehavior(String position)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bind(org.apache.wicket.Component component)
boolean
equals(Object obj)
String
getPosition()
int
hashCode()
-