public interface IComponentRenderer<T extends org.apache.wicket.Component> extends Serializable
Modifier and Type | Method and Description |
---|---|
Class<T> |
getComponentClass() |
CharSequence |
getMarkup(T component)
Creates wicket markup for a specified component.
|
CharSequence getMarkup(T component)
component
- component (generic parameter is used only for convenience of this method
implementation)Copyright © 2015. All rights reserved.