Class CmsStyleVariable

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsStyleVariable​(com.vaadin.ui.Component component)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getStyle()
      Returns the style.
      void setStyle​(java.lang.String style)
      Sets the style.
      • Methods inherited from class java.lang.Object

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

      • CmsStyleVariable

        public CmsStyleVariable​(com.vaadin.ui.Component component)
        Constructor.

        Parameters:
        component - the component
    • Method Detail

      • getStyle

        public java.lang.String getStyle()
        Returns the style.

        Returns:
        the style
      • setStyle

        public void setStyle​(java.lang.String style)
        Sets the style.

        Parameters:
        style - the style to set