Package org.linkki.core.ui.theme
Class LinkkiTheme
- java.lang.Object
-
- org.linkki.core.ui.theme.LinkkiTheme
-
public class LinkkiTheme extends Object
Constants for names and CSS class constants used by default linkki theme.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENTWRAPPER_LABELStyle for the label part of a wrapped componentstatic StringHAS_ICONDeprecated.the style class is not used by linkki anymore and will be removed.static StringLINKKI_THEMEThe name of the linkki theme name.static StringPLACEHOLDER_LABELStyle class for labels that should look like placeholders in table sections.static StringSECTION_CAPTION_TEXTStyle for the caption of a section.static StringTABLEStyle for tables created by linkkistatic StringVARIANT_CARD_SECTION_PAGESApplies a card style to all LinkkiSections inside of AbstractPages.static StringVARIANT_COMPACTA theme variant for smaller input fields and less space.
-
-
-
Field Detail
-
LINKKI_THEME
public static final String LINKKI_THEME
The name of the linkki theme name. Should be used in@Themeannotation.- See Also:
- Constant Field Values
-
VARIANT_CARD_SECTION_PAGES
public static final String VARIANT_CARD_SECTION_PAGES
Applies a card style to all LinkkiSections inside of AbstractPages.- See Also:
- Constant Field Values
-
VARIANT_COMPACT
public static final String VARIANT_COMPACT
A theme variant for smaller input fields and less space.- See Also:
- Constant Field Values
-
SECTION_CAPTION_TEXT
public static final String SECTION_CAPTION_TEXT
Style for the caption of a section.- See Also:
- Constant Field Values
-
COMPONENTWRAPPER_LABEL
public static final String COMPONENTWRAPPER_LABEL
Style for the label part of a wrapped component- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
Style for tables created by linkki- See Also:
- Constant Field Values
-
HAS_ICON
@Deprecated(since="2.1.1") public static final String HAS_ICON
Deprecated.the style class is not used by linkki anymore and will be removed.A component that contains an icon- See Also:
- Constant Field Values
-
PLACEHOLDER_LABEL
public static final String PLACEHOLDER_LABEL
Style class for labels that should look like placeholders in table sections.- See Also:
- Constant Field Values
-
-