Interface IDebugBarContributor
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,Serializable
- All Known Implementing Classes:
VersionDebugContributor
public interface IDebugBarContributor extends org.apache.wicket.util.io.IClusterable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.wicket.ComponentcreateComponent(String id, DebugBar debugBar)
-
-
-
Method Detail
-
createComponent
org.apache.wicket.Component createComponent(String id, DebugBar debugBar)
- Parameters:
id-debugBar-- Returns:
- Component
-
-