Package | Description |
---|---|
com.github.ilyes4j.gwt.mdl.components.tooltips |
Here lives all the java resources related to the material design tooltip
component.
|
Modifier and Type | Method and Description |
---|---|
static TooltipStyle |
TooltipStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TooltipStyle[] |
TooltipStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<TooltipStyle,String> |
TooltipStyleSwitcher.getMappings() |
Constructor and Description |
---|
Tooltip(com.google.gwt.user.client.ui.Widget widget,
String text,
TooltipPosition paramPosition,
TooltipStyle paramStyle)
Setup a tooltip instance with all options to be indicated.
|
Copyright © 2016 com.github.ilyes4j. All rights reserved.