|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.Behavior
org.apache.wicket.markup.html.border.BorderBehavior
public class BorderBehavior
This is a behavior implementation that can be used if you have markup that should be around a
component. It works just like Border so you have to have a
| Constructor Summary | |
|---|---|
BorderBehavior()
|
|
| Method Summary | |
|---|---|
void |
afterRender(Component component)
Called when a component that has this behavior coupled was rendered. |
void |
beforeRender(Component component)
Called when a component is about to render. |
| Methods inherited from class org.apache.wicket.behavior.Behavior |
|---|
bind, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, renderHead, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BorderBehavior()
| Method Detail |
|---|
public void beforeRender(Component component)
Behavior
beforeRender in class Behaviorcomponent - the component that has this behavior coupledpublic void afterRender(Component component)
Behavior
afterRender in class Behaviorcomponent - the component that has this behavior coupled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||