Interface IconProvider

All Superinterfaces:
org.apache.wicket.util.io.IClusterable, Serializable
All Known Subinterfaces:
ITitleDecorator
All Known Implementing Classes:
PanelPluginPerspective, Perspective

public interface IconProvider extends org.apache.wicket.util.io.IClusterable
  • Method Summary

    Modifier and Type
    Method
    Description
    default org.apache.wicket.Component
    getIcon(String id, IconSize size)
     
  • Method Details

    • getIcon

      default org.apache.wicket.Component getIcon(String id, IconSize size)