Interface Skin


@Api public interface Skin
PlusWorkflow skin.

Skin defines how system should look like. To properly define the skin needs to provide:

  • Key
  • Name
  • Path - a path to CSS file. The path should be relative to webapp/resources/css
  • isCompact - is compact version of skin - default false
Author:
Ɓukasz Mocek 14 gru 2016
  • Method Details

    • getKey

      String getKey()
    • isCompact

      default boolean isCompact()
    • getName

      default LocalizedString getName()
    • getPath

      default String getPath()