Package | Description |
---|---|
gwt.material.design.client.base.constants | |
gwt.material.design.client.ui.table.cell |
Modifier and Type | Method and Description |
---|---|
static StyleName |
StyleName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StyleName[] |
StyleName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<StyleName,String> |
Column.getStyleProperties()
Return the registered style properties.
|
Map<StyleName,String> |
Column.styleProperties() |
Modifier and Type | Method and Description |
---|---|
String |
Column.getStyleProperty(StyleName styleName)
Get a styles property.
|
void |
Column.setStyleProperty(StyleName styleName,
String value)
Set a style property using its name as the key.
|
Modifier and Type | Method and Description |
---|---|
void |
Column.setStyleProperties(Map<StyleName,String> styleProps)
Set the style properties map.
|
Copyright © 2018. All rights reserved.