| Package | Description |
|---|---|
| gwt.material.design.client.base | |
| gwt.material.design.client.constants | |
| gwt.material.design.client.ui |
| Modifier and Type | Method and Description |
|---|---|
IconType |
SearchObject.getIcon() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchObject.setIcon(IconType icon) |
void |
AbstractIconButton.setIconType(IconType iconType) |
void |
HasIcon.setIconType(IconType iconType)
Set Material Design icon.
|
| Constructor and Description |
|---|
AbstractIconButton(IconType iconType) |
SearchObject(IconType icon,
String keyword)
Plain search only, you may need to add searchfinish callback instead of redirecting
to any links.
|
SearchObject(IconType icon,
String keyword,
String link)
Provides a search result with icon
|
SearchObject(Object o,
String link,
String keyword,
IconType icon) |
| Modifier and Type | Method and Description |
|---|---|
static IconType |
IconType.fromStyleName(String styleName) |
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 |
|---|---|
IconType |
MaterialIcon.getIconType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialChip.setIconType(IconType iconType) |
void |
MaterialHelpBlock.setIconType(IconType iconType) |
void |
MaterialIcon.setIconType(IconType icon) |
void |
MaterialDatePicker.setIconType(IconType iconType) |
void |
MaterialCardTitle.setIconType(IconType iconType) |
void |
MaterialValueBox.setIconType(IconType iconType) |
| Constructor and Description |
|---|
MaterialBreadcrumb(IconType iconType) |
MaterialBreadcrumb(String text,
IconType iconType) |
MaterialButton(String text,
IconType icon) |
MaterialButton(String text,
IconType icon,
ButtonType type) |
MaterialButton(String text,
IconType icon,
ButtonType type,
Color bgColor,
Color textColor) |
MaterialChip(String text,
IconType icon) |
MaterialIcon(IconType iconType)
Sets a simple icon with a given type.
|
MaterialIcon(IconType iconType,
Color bgColor)
Sets an icon with backgroundColor.
|
MaterialIcon(IconType iconType,
Color textColor,
Color bgColor)
Sets an icon with textColor and backgroundColor.
|
MaterialLink(IconType iconType) |
MaterialLink(String text,
String href,
IconType icon) |
Copyright © 2017. All rights reserved.