public class CmsStyleVariable
extends java.lang.Object
Every time a new value is set, the previous value of the style variable will be removed from all associated UI objects, and the new style name will be added.
| 构造器和说明 |
|---|
CmsStyleVariable(com.google.gwt.user.client.ui.UIObject... uis)
Creates a new instance.
|
public CmsStyleVariable(com.google.gwt.user.client.ui.UIObject... uis)
uis - the list of UI objects to associate with this style variablepublic java.lang.String getValue()
null if non is setpublic void setValue(java.lang.String newStyle)
newStyle - the new style name