|
||||||||||
| 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.ContentPaneBehavior
public class ContentPaneBehavior
This class turns a Component into a Dojo-ContentPane.
| Nested Class Summary | |
|---|---|
static class |
ContentPaneBehavior.Region
Enum is used when this ContentPaneBehavior is used as a child inside a BorderContainer. |
| Constructor Summary | |
|---|---|
ContentPaneBehavior(ContentPaneBehavior.Region _region,
boolean _splitter)
Constructor. |
|
ContentPaneBehavior(ContentPaneBehavior.Region _region,
boolean _splitter,
java.lang.String _width,
java.lang.String _height)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getWidth()
Getter method for instance variable width. |
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. |
void |
setWidth(java.lang.String _width)
Setter method for instance variable width. |
| 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, onException, onRendered, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentPaneBehavior(ContentPaneBehavior.Region _region,
boolean _splitter)
_region - region of this ContentPaneBehavior_splitter - should a splitter be rendered
public ContentPaneBehavior(ContentPaneBehavior.Region _region,
boolean _splitter,
java.lang.String _width,
java.lang.String _height)
_region - region of this ContentPaneBehavior_splitter - should a splitter be rendered_width - width of this ContentPaneBehavior_height - height of this ContentPaneBehavior| 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 topublic java.lang.String getWidth()
width.
widthpublic void setWidth(java.lang.String _width)
width.
_width - value for instance variable width
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||