Interface IComponentRenderer<T extends 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