|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.efaps.ui.wicket.behaviors.dojo.AbstractDojoBehavior
org.efaps.ui.wicket.behaviors.dojo.BorderBehavior
public class BorderBehavior
Class renders a dojo border. It can be used to render a slipt between the
children of this container. BorderContainer operates in a choice of two
layout modes:
the design attribute may be set to "headline" (by default) or "sidebar". With
the "headline" layout, the top and bottom sections extend the entire width of
the box and the remaining regions are placed in the middle. With the
"sidebar" layout, the side panels take priority, extending the full height of
the box.
| Nested Class Summary | |
|---|---|
static class |
BorderBehavior.Design
Enum for the different Designs of a dojo BorderContainer. |
| Constructor Summary | |
|---|---|
BorderBehavior(BorderBehavior.Design _design)
Constructor. |
|
| Method Summary | |
|---|---|
void |
onComponentTag(org.apache.wicket.Component _component,
org.apache.wicket.markup.ComponentTag _tag)
The tag of the related component must be set, so that a dojo BorderContainer will be rendered. |
| Methods inherited from class org.efaps.ui.wicket.behaviors.dojo.AbstractDojoBehavior |
|---|
beforeRender, renderHead |
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, bind, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onConfigure, onException, onRendered, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BorderBehavior(BorderBehavior.Design _design)
_design - Design for this BorderBehavior.| Method Detail |
|---|
public void onComponentTag(org.apache.wicket.Component _component,
org.apache.wicket.markup.ComponentTag _tag)
onComponentTag in interface org.apache.wicket.behavior.IBehavioronComponentTag in class org.apache.wicket.behavior.AbstractBehavior_component - component this Behavior belongs to_tag - Tag to write to
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||