|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy
org.apache.wicket.markup.html.panel.AssociatedMarkupSourcingStrategy
org.apache.wicket.markup.html.panel.BorderMarkupSourcingStrategy
public class BorderMarkupSourcingStrategy
The Border component's markup sourcing strategy
| Constructor Summary | |
|---|---|
BorderMarkupSourcingStrategy()
Constructor. |
|
| Method Summary | |
|---|---|
IMarkupFragment |
getMarkup(MarkupContainer container,
Component child)
Return null and thus use Border.getMarkup(child) to provide the Markup |
void |
onComponentTagBody(Component component,
MarkupStream markupStream,
ComponentTag openTag)
Skip the components body which is expected to be raw markup only (no wicket components). |
| Methods inherited from class org.apache.wicket.markup.html.panel.AssociatedMarkupSourcingStrategy |
|---|
findMarkupInAssociatedFileHeader, onComponentTag, renderAssociatedMarkup, renderHead, renderHeadFromAssociatedMarkupFile |
| Methods inherited from class org.apache.wicket.markup.html.panel.AbstractMarkupSourcingStrategy |
|---|
searchMarkupInTransparentResolvers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BorderMarkupSourcingStrategy()
| Method Detail |
|---|
public void onComponentTagBody(Component component,
MarkupStream markupStream,
ComponentTag openTag)
AbstractMarkupSourcingStrategy
onComponentTagBody in interface IMarkupSourcingStrategyonComponentTagBody in class AbstractMarkupSourcingStrategycomponent - The component calling the strategyComponent.onComponentTagBody(MarkupStream, ComponentTag)
public IMarkupFragment getMarkup(MarkupContainer container,
Component child)
Border.getMarkup(child) to provide the Markup
getMarkup in interface IMarkupSourcingStrategygetMarkup in class AssociatedMarkupSourcingStrategycontainer - The container expected to contain the markup for childchild - The child component to find the markup for
MarkupContainer.getMarkup(Component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||