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 |
---|---|
IconSize |
IconCell.getIconSize() |
Modifier and Type | Method and Description |
---|---|
void |
AccordionGroup.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
DropdownButton.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
NavWidget.setIconSize(IconSize size) |
void |
Icon.setIconSize(IconSize size)
Sets the icon size.
|
void |
SplitDropdownButton.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
Dropdown.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 |
IconCell.setIconSize(IconSize iconSize) |
void |
NumberedPager.setNextIconSize(IconSize size) |
void |
NumberedPager.setPreviousIconSize(IconSize size) |
void |
Icon.setSize(IconSize size)
Sets the icon size.
|
Constructor and Description |
---|
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.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
AddOn.setIconSize(IconSize size)
Sets the size of the icon.
|
void |
HasIcon.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.
|
Modifier and Type | Method and Description |
---|---|
void |
DateBoxAppended.setIconSize(IconSize size)
Sets the size of the icon.
|
Modifier and Type | Method and Description |
---|---|
void |
DateTimeBoxAppended.setIconSize(IconSize size)
Sets the size of the icon.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeBoxAppended.setIconSize(IconSize size)
Sets the size of the icon.
|
Copyright © 2012-2014 gwtbootstrap. All Rights Reserved.