| 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.
|
| com.github.gwtbootstrap.datepicker.client.ui | |
| com.github.gwtbootstrap.datetimepicker.client.ui | |
| com.github.gwtbootstrap.timepicker.client.ui |
| Modifier and Type | Method and Description |
|---|---|
IconType |
ButtonCell.getIcon() |
IconType |
IconCell.getIconType() |
IconType |
Icon.getIconType()
Get the icon type
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputAddOn.setAppendIcon(IconType appendIcon)
set append icon
|
void |
Tab.setIcon(IconType type)
set TabLink icon type.
|
void |
SplitDropdownButton.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
NavWidget.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
Icon.setIcon(IconType type)
Sets the base icon type.
|
void |
DropdownButton.setIcon(IconType type)
Sets the button's icon.
|
void |
Dropdown.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
ButtonCell.setIcon(IconType icon) |
void |
AccordionGroup.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
IconCell.setIconType(IconType iconType) |
void |
NumberedPager.setNextIcon(IconType type) |
void |
InputAddOn.setPrependIcon(IconType prependIcon)
set prepend icon
|
void |
NumberedPager.setPreviousIcon(IconType type) |
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,
com.google.gwt.event.dom.client.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.
|
IconCell(IconType iconType)
Construct a new
IconCell with the specified icon type |
IconCell(IconType iconType,
IconSize iconSize)
Construct a new
IconCell with the specified icon type and icon size |
| Modifier and Type | Method and Description |
|---|---|
void |
IconAnchor.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
HasIcon.setIcon(IconType type)
Sets the Type of the Icon.
|
void |
AddOn.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateBoxAppended.setIcon(IconType type)
Sets the Type of the Icon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DateTimeBoxAppended.setIcon(IconType type)
Sets the Type of the Icon.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeBoxAppended.setIcon(IconType type)
Sets the Type of the Icon.
|
Copyright © 2016. All rights reserved.