Class LinkkiTheme


  • public class LinkkiTheme
    extends Object
    Constants for names and CSS class constants used by default linkki theme.
    • Field Detail

      • LINKKI_THEME

        public static final String LINKKI_THEME
        The name of the linkki theme name. Should be used in @Theme annotation.
        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
      • 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