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 Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDoes this group allow items to be edited asymmetrically? For example, should settings likepadding
allow 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 StyleGroup
getOrCreateRef
(JavaScriptObject jsObj) The array ofsettings
to 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 likepadding
allow 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 ofsettings
to make available for editing in this group.Title to display in the header for this group.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, 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
-
StyleGroup
public StyleGroup() -
StyleGroup
-
-
Method Details
-
getOrCreateRef
-
setAllowAsymmetry
Does this group allow items to be edited asymmetrically? For example, should settings likepadding
allow each side to be specified separately?- Parameters:
allowAsymmetry
- New allowAsymmetry value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls
-
getAllowAsymmetry
Does this group allow items to be edited asymmetrically? For example, should settings likepadding
allow each side to be specified separately?- Returns:
- Current allowAsymmetry value. Default value is null
-
setCanCollapse
Can this group's section be collapsed?- Parameters:
canCollapse
- New canCollapse value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls
-
getCanCollapse
Can this group's section be collapsed?- Returns:
- Current canCollapse value. Default value is null
-
setExpanded
Should this group's section be expanded?- Parameters:
expanded
- New expanded value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls
-
getExpanded
Should this group's section be expanded?- Returns:
- Current expanded value. Default value is null
-
setName
Unique name that identifies this group.- Parameters:
name
- New name value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls
-
getName
Unique name that identifies this group.- Returns:
- Current name value. Default value is null
-
setSettings
The array ofsettings
to make available for editing in this group.- Parameters:
settings
- New settings value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls
-
getSettings
The array ofsettings
to make available for editing in this group.- Returns:
- Current settings value. Default value is null
-
setTitle
Title to display in the header for this group.- Parameters:
title
- New title value. Default value is null- Returns:
StyleGroup
instance, for chaining setter calls- See Also:
-
getTitle
Title to display in the header for this group.- Returns:
- Current title value. Default value is null
- See Also:
-