Package | Description |
---|---|
gwt.material.design.client.base | |
gwt.material.design.client.base.mixin | |
gwt.material.design.client.constants | |
gwt.material.design.client.ui |
Modifier and Type | Method and Description |
---|---|
Position |
HasPosition.getPosition() |
Position |
HasTooltip.getTooltipPosition() |
Position |
MaterialWidget.getTooltipPosition() |
Modifier and Type | Method and Description |
---|---|
void |
HasPosition.setPosition(Position position) |
void |
HasTooltip.setTooltipPosition(Position position)
Sets the
Position where the tooltip text should appear, relative
to the component. |
void |
MaterialWidget.setTooltipPosition(Position position) |
Modifier and Type | Method and Description |
---|---|
Position |
TooltipMixin.getTooltipPosition() |
Modifier and Type | Method and Description |
---|---|
void |
TooltipMixin.setTooltipPosition(Position position) |
Modifier and Type | Method and Description |
---|---|
static Position |
Position.fromStyleName(String styleName) |
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Position |
MaterialNavSection.getPosition() |
Position |
MaterialTooltip.getPosition() |
Position |
MaterialNavBrand.getPosition() |
Modifier and Type | Method and Description |
---|---|
protected CssNameMixin<MaterialNavSection,Position> |
MaterialNavSection.getPositionMixin() |
protected CssNameMixin<MaterialNavBrand,Position> |
MaterialNavBrand.getPositionMixin() |
Modifier and Type | Method and Description |
---|---|
void |
MaterialNavSection.setPosition(Position position) |
void |
MaterialTooltip.setPosition(Position position) |
void |
MaterialNavBrand.setPosition(Position position) |
Copyright © 2018. All rights reserved.