Interface ITitleDecorator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger log  
    • Field Detail

      • log

        static final org.slf4j.Logger log
    • Method Detail

      • getTitle

        org.apache.wicket.model.IModel<String> getTitle()
      • getIcon

        org.apache.wicket.request.resource.ResourceReference getIcon​(IconSize type)
        Retrieve an icon to represent the decorated object. Implementations should return null when no icon is available. When no icon is available of the specified size, a larger sized icon can be returned.

        Consumers should use a default icon when none is returned. They should handle resizing icons when these are not of the specified size.

        Parameters:
        type -