Package com.smartgwt.client.tools
Class StyleGroup
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.tools.StyleGroup
- All Implemented Interfaces:
- HasHandlers
- 
Field SummaryFields inherited from class com.smartgwt.client.core.DataClassfactoryCreated, factoryProperties
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDoes this group allow items to be edited asymmetrically? For example, should settings likepaddingallow each side to be specified separately?Can this group's section be collapsed?Should this group's section be expanded?getName()Unique name that identifies this group.static StyleGroupgetOrCreateRef(JavaScriptObject jsObj) The array ofsettingsto make available for editing in this group.getTitle()Title to display in the header for this group.setAllowAsymmetry(Boolean allowAsymmetry) Does this group allow items to be edited asymmetrically? For example, should settings likepaddingallow each side to be specified separately?setCanCollapse(Boolean canCollapse) Can this group's section be collapsed?setExpanded(Boolean expanded) Should this group's section be expanded?Unique name that identifies this group.setSettings(StyleSetting... settings) The array ofsettingsto make available for editing in this group.Title to display in the header for this group.Methods inherited from class com.smartgwt.client.core.DataClassapplyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
- 
Constructor Details- 
StyleGrouppublic StyleGroup()
- 
StyleGroup
 
- 
- 
Method Details- 
getOrCreateRef
- 
setAllowAsymmetryDoes this group allow items to be edited asymmetrically? For example, should settings likepaddingallow each side to be specified separately?- Parameters:
- allowAsymmetry- New allowAsymmetry value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
 
- 
getAllowAsymmetryDoes this group allow items to be edited asymmetrically? For example, should settings likepaddingallow each side to be specified separately?- Returns:
- Current allowAsymmetry value. Default value is null
 
- 
setCanCollapseCan this group's section be collapsed?- Parameters:
- canCollapse- New canCollapse value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
 
- 
getCanCollapseCan this group's section be collapsed?- Returns:
- Current canCollapse value. Default value is null
 
- 
setExpandedShould this group's section be expanded?- Parameters:
- expanded- New expanded value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
 
- 
getExpandedShould this group's section be expanded?- Returns:
- Current expanded value. Default value is null
 
- 
setNameUnique name that identifies this group.- Parameters:
- name- New name value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
 
- 
getNameUnique name that identifies this group.- Returns:
- Current name value. Default value is null
 
- 
setSettingsThe array ofsettingsto make available for editing in this group.- Parameters:
- settings- New settings value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
 
- 
getSettingsThe array ofsettingsto make available for editing in this group.- Returns:
- Current settings value. Default value is null
 
- 
setTitleTitle to display in the header for this group.- Parameters:
- title- New title value. Default value is null
- Returns:
- StyleGroupinstance, for chaining setter calls
- See Also:
 
- 
getTitleTitle to display in the header for this group.- Returns:
- Current title value. Default value is null
- See Also:
 
 
-