| 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 |
HasIcon.setIconType(IconType iconType)
Set Material Design icon.
|
void |
AbstractIconButton.setIconType(IconType iconType) |
| 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 |
MaterialValueBox.setIconType(IconType iconType) |
void |
MaterialNoResult.setIconType(IconType iconType) |
void |
MaterialIcon.setIconType(IconType icon) |
void |
MaterialHelpBlock.setIconType(IconType iconType) |
void |
MaterialDatePicker.setIconType(IconType iconType) |
void |
MaterialChip.setIconType(IconType iconType) |
void |
MaterialCardTitle.setIconType(IconType iconType) |
| Constructor and Description |
|---|
MaterialIcon(IconType iconType)
Sets a simple icon with a given type.
|
MaterialIcon(IconType iconType,
String textColor,
String bgColor)
Sets an icon with textColor and backgroundColor.
|
MaterialLink(IconType iconType) |
MaterialNoResult(String bgColor,
String textColor,
IconType iconType,
String title,
String description) |
Copyright © 2016. All rights reserved.