org.wicketstuff.minis.apanel
Interface IComponentRenderer<T extends org.apache.wicket.Component>
- All Superinterfaces:
- java.io.Serializable
public interface IComponentRenderer<T extends org.apache.wicket.Component>
- extends java.io.Serializable
Renderer creates wicket markup for a component.
|
Method Summary |
java.lang.Class<T> |
getComponentClass()
|
java.lang.CharSequence |
getMarkup(T component)
Creates wicket markup for a specified component. |
getMarkup
java.lang.CharSequence getMarkup(T component)
- Creates wicket markup for a specified component.
- Parameters:
component - component (generic parameter is used only
for convenience of this method implementation)
- Returns:
- wicket markup
getComponentClass
java.lang.Class<T> getComponentClass()
- Returns:
- a class of components this renderer can render
Copyright © 2010. All Rights Reserved.