Class CssClassName


  • public final class CssClassName
    extends java.lang.Object
    Holds constants with common CSS class names.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ALIGN_PREFIX
      CSS class name prefix for alignment classes.
      static java.lang.String SLOT
      CSS class name for slots.
      static java.lang.String SPACING
      CSS class name for adding spacing between the children of a component container.
      static java.lang.String UI_LAYOUT
      Added to all layouts to denote they are layouts.
      static java.lang.String WIDGET
      Legacy widget class.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SPACING

        public static final java.lang.String SPACING
        CSS class name for adding spacing between the children of a component container.
        See Also:
        Constant Field Values
      • SLOT

        public static final java.lang.String SLOT
        CSS class name for slots.
        See Also:
        Constant Field Values
      • UI_LAYOUT

        public static final java.lang.String UI_LAYOUT
        Added to all layouts to denote they are layouts.
        See Also:
        Constant Field Values
      • WIDGET

        public static final java.lang.String WIDGET
        Legacy widget class.
        See Also:
        Constant Field Values
      • ALIGN_PREFIX

        public static final java.lang.String ALIGN_PREFIX
        CSS class name prefix for alignment classes.
        See Also:
        Constant Field Values