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 |
---|---|
IconType |
ButtonCell.getIcon() |
IconType |
Icon.getIconType()
Get the icon type
|
Modifier and Type | Method and Description |
---|---|
void |
InputAddOn.setAppendIcon(IconType appendIcon)
set append icon
|
void |
DropdownButton.setIcon(IconType type)
Sets the button's icon.
|
void |
AccordionGroup.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
Tab.setIcon(IconType type)
set TabLink icon type.
|
void |
NavWidget.setIcon(IconType type) |
void |
Dropdown.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
SplitDropdownButton.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
ButtonCell.setIcon(IconType icon) |
void |
InputAddOn.setPrependIcon(IconType prependIcon)
set prepend icon
|
void |
Icon.setType(IconType type)
Sets the icon type.
|
Constructor and Description |
---|
Button(String caption,
IconType icon)
Creates a Button with the given caption and icon.
|
Button(String caption,
IconType icon,
ClickHandler handler)
Creates a Button with the given caption and icon and ClickHandler.
|
ButtonCell(IconType icon) |
ButtonCell(IconType icon,
ButtonSize size) |
ButtonCell(IconType icon,
ButtonType type) |
ButtonCell(IconType icon,
ButtonType type,
ButtonSize size) |
Icon(IconType type)
Creates a black icon of given type.
|
Modifier and Type | Method and Description |
---|---|
void |
HasIcon.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
AddOn.setIcon(IconType iconType)
Sets the Type of the Icon.
|
void |
IconAnchor.setIcon(IconType type)
Sets the Type of the Icon.
|
Modifier and Type | Method and Description |
---|---|
static IconType |
IconType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconType[] |
IconType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012 gwtbootstrap. All Rights Reserved.