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 |
---|---|
void |
Icon.setIconSize(IconSize size)
Sets the icon size.
|
void |
DropdownButton.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
AccordionGroup.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
Tab.setIconSize(IconSize size)
Set TabLink icon size
Sets the size of the icon.
|
void |
NavWidget.setIconSize(IconSize size) |
void |
Dropdown.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
SplitDropdownButton.setIconSize(IconSize size)
Sets the size of the icon.
|
Modifier and Type | Method and Description |
---|---|
void |
HasIcon.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
AddOn.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
IconAnchor.setIconSize(IconSize size)
Sets the size of the icon.
|
Modifier and Type | Method and Description |
---|---|
static IconSize |
IconSize.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconSize[] |
IconSize.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 gwtbootstrap. All Rights Reserved.