Module org.apache.wicket.extensions
Class NodeBorder
java.lang.Object
org.apache.wicket.behavior.Behavior
org.apache.wicket.extensions.markup.html.repeater.tree.table.NodeBorder
- All Implemented Interfaces:
Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
A border for a node component which renders nested
DIVs to simulate the structure of
parental branches inside a tabular layout.- Author:
- svenmeier
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterRender(org.apache.wicket.Component component) voidbeforeRender(org.apache.wicket.Component component) voidonComponentTag(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag) Methods inherited from class org.apache.wicket.behavior.Behavior
bind, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onConfigure, onEvent, onException, onRemove, onTag, renderHead, unbind
-
Constructor Details
-
NodeBorder
- Parameters:
branches- branch
-
-
Method Details
-
beforeRender
- Overrides:
beforeRenderin classorg.apache.wicket.behavior.Behavior
-
onComponentTag
public void onComponentTag(org.apache.wicket.Component component, org.apache.wicket.markup.ComponentTag tag) - Overrides:
onComponentTagin classorg.apache.wicket.behavior.Behavior
-
afterRender
- Overrides:
afterRenderin classorg.apache.wicket.behavior.Behavior
-