Class BsComponent

    • Constructor Detail

      • BsComponent

        public BsComponent​(@Nonnull
                           ISkinConfig config,
                           String component)
        Default constructor.
        Parameters:
        config - a config (can not be null).
        component - the bootstrap component name.
    • Method Detail

      • getTheme

        public String getTheme()
        Returns:
        Returns a String representing the bootstrap theme to apply.
      • setTheme

        protected void setTheme​(@Nullable
                                String theme)
        Parameters:
        theme - a bootstrap theme to use.
      • getBackground

        public String getBackground()
        Returns:
        Returns a String representing the bootstrap background color to apply.
      • setBackground

        protected void setBackground​(@Nullable
                                     String background)
        Parameters:
        background - a bootstrap background colour to use.