Package | Description |
---|---|
com.github.gwtbootstrap.client.ui |
Widgets that can be used in other GWT projects.
|
com.github.gwtbootstrap.client.ui.base |
Classes that are extended by interface components.
|
com.github.gwtbootstrap.client.ui.constants |
Constants, mostly CSS style names, that are defined by Bootstrap.
|
Modifier and Type | Method and Description |
---|---|
Alignment |
IconCell.getAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
Icon.setAlignment(Alignment alignment)
Pulls icon left or right.
|
void |
NavText.setAlignment(Alignment alignment)
Pulls the widget to the left or right.
|
void |
Nav.setAlignment(Alignment alignment)
Pulls the widget to the left or right.
|
void |
IconCell.setAlignment(Alignment alignment) |
Modifier and Type | Method and Description |
---|---|
void |
HasAlignment.setAlignment(Alignment alignment)
Pulls the widget to the left or right.
|
void |
NavFormBase.setAlignment(Alignment alignment)
Pulls the widget to the left or right.
|
Modifier and Type | Method and Description |
---|---|
static Alignment |
Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alignment[] |
Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.