org.wicketstuff.minis.behavior.apanel
Interface IComponentRenderer<T extends org.apache.wicket.Component>

All Superinterfaces:
Serializable

public interface IComponentRenderer<T extends org.apache.wicket.Component>
extends Serializable

Renderer creates wicket markup for a component.


Method Summary
 Class<T> getComponentClass()
           
 CharSequence getMarkup(T component)
          Creates wicket markup for a specified component.
 

Method Detail

getMarkup

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

Class<T> getComponentClass()
Returns:
a class of components this renderer can render


Copyright © 2018. All rights reserved.