com.pmease.quickbuild.extensionpoint.support
Interface PanelCreator


public interface PanelCreator

This interface creates a new panel.


Method Summary
 org.apache.wicket.markup.html.panel.Panel newPanel(java.lang.String id)
          Create a new panel with specified wicket id.
 

Method Detail

newPanel

org.apache.wicket.markup.html.panel.Panel newPanel(java.lang.String id)
Create a new panel with specified wicket id.

Parameters:
id - wicket id of the panel
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.