Package com.suncode.pwfl.web.ui.skin
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 Summary
-
Method Details
-
getKey
String getKey() -
isCompact
default boolean isCompact() -
getName
-
getPath
-