| Package | Description |
|---|---|
| com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
| com.github.gwtbootstrap.client.ui.constants |
Constants, mostly CSS style names, that are defined by Bootstrap.
|
| Modifier and Type | Method and Description |
|---|---|
LabelType |
LabelCell.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelCell.setType(LabelType type)
Set the label type for labels rendered by this cell.
|
void |
Label.setType(LabelType type)
Sets the type of the widget.
|
| Constructor and Description |
|---|
Label(LabelType type,
String text)
Creates a Label of given Type with the given text.
|
LabelCell(LabelType type)
Construct a new
LabelCell with the specified label type |
| Modifier and Type | Method and Description |
|---|---|
static LabelType |
LabelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelType[] |
LabelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.