|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.apache.wicket.markup.html.border.MarkupComponentBorder
public class MarkupComponentBorder
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 | |
---|---|
MarkupComponentBorder()
|
Method Summary | |
---|---|
void |
beforeRender(Component component)
Called when a component is about to render. |
void |
onRendered(Component component)
Called when a component that has this behavior coupled was rendered. |
Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
---|
afterRender, bind, cleanup, detach, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, renderHead, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkupComponentBorder()
Method Detail |
---|
public void beforeRender(Component component)
IBehavior
beforeRender
in interface IBehavior
beforeRender
in class AbstractBehavior
component
- the component that has this behavior coupledAbstractBehavior.beforeRender(org.apache.wicket.Component)
public void onRendered(Component component)
AbstractBehavior
onRendered
in class AbstractBehavior
component
- the component that has this behavior coupledAbstractBehavior.onRendered(org.apache.wicket.Component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |