|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Component
org.apache.wicket.MarkupContainer
org.apache.wicket.markup.html.WebMarkupContainer
org.apache.wicket.markup.html.border.Border.BorderBodyContainer
public class Border.BorderBodyContainer
The container to be associated with the <wicket:body> tag
| Field Summary | |
|---|---|
protected boolean |
rendering
|
| Fields inherited from class org.apache.wicket.Component |
|---|
ENABLE, FLAG_INITIALIZED, FLAG_REMOVING_FROM_HIERARCHY, FLAG_RESERVED1, FLAG_RESERVED2, FLAG_RESERVED3, FLAG_RESERVED4, FLAG_RESERVED5, FLAG_RESERVED8, PARENT_PATH, PATH_SEPARATOR, RENDER |
| Constructor Summary | |
|---|---|
Border.BorderBodyContainer(String id)
Constructor |
|
| Method Summary | |
|---|---|
IMarkupFragment |
getMarkup()
Get the <wicket:body> markup from the body's parent container |
IMarkupFragment |
getMarkup(Component child)
Get the child markup which must be in between the <span wicktet:id="myBorder"> tags |
protected void |
onComponentTag(ComponentTag tag)
Processes the component tag. |
void |
onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
Handle the container's body. |
protected void |
onRender()
Implementation that renders this component. |
| Methods inherited from class org.apache.wicket.markup.html.WebMarkupContainer |
|---|
getWebPage, getWebRequest |
| Methods inherited from class org.apache.wicket.MarkupContainer |
|---|
add, addOrReplace, autoAdd, contains, get, get, getAssociatedMarkup, getAssociatedMarkupStream, getMarkupType, hasAssociatedMarkup, internalAdd, internalInitialize, iterator, iterator, onAfterRenderChildren, onMarkupAttached, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderNext, replace, setDefaultModel, size, swap, toString, toString, visitChildren, visitChildren, visitChildren, visitChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected boolean rendering
| Constructor Detail |
|---|
public Border.BorderBodyContainer(String id)
id - | Method Detail |
|---|
protected void onComponentTag(ComponentTag tag)
Component
onComponentTag in class Componenttag - Tag to modify
public void onComponentTagBody(MarkupStream markupStream,
ComponentTag openTag)
MarkupContainer
onComponentTagBody in class MarkupContainermarkupStream - The markup streamopenTag - The open tag for the bodyprotected void onRender()
Component
onRender in class MarkupContainerComponent.onRender()public IMarkupFragment getMarkup()
getMarkup in class ComponentMarkupContainer.getMarkup(Component)public IMarkupFragment getMarkup(Component child)
getMarkup in class MarkupContainerchild - The child component. If null, the container's markup will be returned. See Border,
Panel or Enclosure where getMarkup(null) != getMarkup().
Component.getMarkup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||