Interface IPanelPluginParticipant
-
- All Superinterfaces:
org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant
,org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
PanelPluginBreadCrumbPanel
,PanelPluginPanel
public interface IPanelPluginParticipant extends org.apache.wicket.extensions.breadcrumb.IBreadCrumbParticipant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wicket.model.IModel<String>
getTitle(org.apache.wicket.Component component)
void
render(PluginRequestTarget target)
-
-
-
Method Detail
-
getTitle
org.apache.wicket.model.IModel<String> getTitle(org.apache.wicket.Component component)
-
render
void render(PluginRequestTarget target)
-
-