Interface IThemable


public interface IThemable
  • Method Summary

    Modifier and Type
    Method
    Description
    setTheme(Enum<?> theme)
    set the theme to the control
  • Method Details

    • setTheme

      IThemable setTheme(Enum<?> theme)
      set the theme to the control
      Parameters:
      theme - the theme to apply
      Returns:
      the control itself