public class StyleGroup extends DataClass
factoryCreated, factoryProperties| Constructor and Description |
|---|
StyleGroup() |
StyleGroup(com.google.gwt.core.client.JavaScriptObject jsObj) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean | getAllowAsymmetry() Does this group allow items to be edited asymmetrically? For example, should settings like padding allow each side to be specified separately? |
java.lang.Boolean | getCanCollapse() Can this group's section be collapsed? |
java.lang.Boolean | getExpanded() Should this group's section be expanded? |
java.lang.String | getName() Unique name that identifies this group. |
static StyleGroup | getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
StyleSetting[] | getSettings() The array of settings to make available for editing in this group. |
java.lang.String | getTitle() Title to display in the header for this group. |
StyleGroup | setAllowAsymmetry(java.lang.Boolean allowAsymmetry) Does this group allow items to be edited asymmetrically? For example, should settings like padding allow each side to be specified separately? |
StyleGroup | setCanCollapse(java.lang.Boolean canCollapse) Can this group's section be collapsed? |
StyleGroup | setExpanded(java.lang.Boolean expanded) Should this group's section be expanded? |
StyleGroup | setName(java.lang.String name) Unique name that identifies this group. |
StyleGroup | setSettings(StyleSetting... settings) The array of settings to make available for editing in this group. |
StyleGroup | setTitle(java.lang.String title) Title to display in the header for this group. |
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, setFactoryCreatedpublic StyleGroup()
public StyleGroup(com.google.gwt.core.client.JavaScriptObject jsObj)
public static StyleGroup getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public StyleGroup setAllowAsymmetry(java.lang.Boolean allowAsymmetry)
padding allow each side to be specified separately?allowAsymmetry - New allowAsymmetry value. Default value is nullStyleGroup instance, for chaining setter callspublic java.lang.Boolean getAllowAsymmetry()
padding allow each side to be specified separately?public StyleGroup setCanCollapse(java.lang.Boolean canCollapse)
canCollapse - New canCollapse value. Default value is nullStyleGroup instance, for chaining setter callspublic java.lang.Boolean getCanCollapse()
public StyleGroup setExpanded(java.lang.Boolean expanded)
expanded - New expanded value. Default value is nullStyleGroup instance, for chaining setter callspublic java.lang.Boolean getExpanded()
public StyleGroup setName(java.lang.String name)
name - New name value. Default value is nullStyleGroup instance, for chaining setter callspublic java.lang.String getName()
public StyleGroup setSettings(StyleSetting... settings)
settings to make available for editing in this group.settings - New settings value. Default value is nullStyleGroup instance, for chaining setter callspublic StyleSetting[] getSettings()
settings to make available for editing in this group.public StyleGroup setTitle(java.lang.String title)
title - New title value. Default value is nullStyleGroup instance, for chaining setter callsHTMLpublic java.lang.String getTitle()
HTML