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 |
---|---|
IconFlip |
IconCell.getIconFlip() |
Modifier and Type | Method and Description |
---|---|
void |
Icon.setFlip(IconFlip iconFlip)
Sets (horizontal or vertical) flip of icon.
|
void |
IconCell.setIconFlip(IconFlip iconFlip) |
Modifier and Type | Method and Description |
---|---|
static IconFlip |
IconFlip.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconFlip[] |
IconFlip.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.