org.apache.wicket.markup.html.panel
Class Panel.PanelMarkupHelper

java.lang.Object
  extended by org.apache.wicket.markup.html.panel.Panel.PanelMarkupHelper
Enclosing class:
Panel

public static class Panel.PanelMarkupHelper
extends Object

Re-useable helper


Constructor Summary
Panel.PanelMarkupHelper()
           
 
Method Summary
static IMarkupFragment getMarkup(MarkupContainer parent, Component child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Panel.PanelMarkupHelper

public Panel.PanelMarkupHelper()
Method Detail

getMarkup

public static IMarkupFragment getMarkup(MarkupContainer parent,
                                        Component child)
Parameters:
parent -
child -
Returns:
The markup associated with the child
See Also:
MarkupContainer.getMarkup(org.apache.wicket.Component)


Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.