|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.border.MarkupComponentBorder
public class MarkupComponentBorder
This is a IComponentBorder 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 |
renderAfter(Component component)
Called after the component is renderd. |
void |
renderBefore(Component component)
Called before the component is rendered. |
| 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 renderBefore(Component component)
IComponentBorder
renderBefore in interface IComponentBorderIComponentBorder.renderBefore(org.apache.wicket.Component)public void renderAfter(Component component)
IComponentBorder
renderAfter in interface IComponentBorderIComponentBorder.renderAfter(org.apache.wicket.Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||