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 TooltipPosition |
TooltipPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TooltipPosition[] |
TooltipPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<TooltipPosition,String> |
TooltipPositionSwitcher.getMappings() |
Constructor and Description |
---|
Tooltip(com.google.gwt.user.client.ui.Widget widget,
String text,
TooltipPosition paramPosition)
Setup a tooltip instance with a standard font size.
|
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.