Package org.opencms.ui.util
Class CmsStyleVariable
- java.lang.Object
-
- org.opencms.ui.util.CmsStyleVariable
-
public class CmsStyleVariable extends java.lang.Object
-
-
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.StringgetStyle()Returns the style.voidsetStyle(java.lang.String style)Sets the style.
-
-
-
Constructor Detail
-
CmsStyleVariable
public CmsStyleVariable(com.vaadin.ui.Component component)
Constructor.- Parameters:
component- the component
-
-