|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LabelType | |
|---|---|
| org.gwtbootstrap3.client.ui | Widgets representing Bootstrap components. |
| org.gwtbootstrap3.client.ui.constants | Contains constants types, mostly enums. |
| Uses of LabelType in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui that return LabelType | |
|---|---|
LabelType |
Label.getType()
|
| Methods in org.gwtbootstrap3.client.ui with parameters of type LabelType | |
|---|---|
void |
Label.setType(LabelType type)
Sets type of label. |
| Constructors in org.gwtbootstrap3.client.ui with parameters of type LabelType | |
|---|---|
Label(LabelType type)
|
|
Label(LabelType type,
String text)
|
|
| Uses of LabelType in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return LabelType | |
|---|---|
static LabelType |
LabelType.fromStyleName(String styleName)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||