Uses of Class
org.uberfire.ext.widgets.common.client.tables.PopoverTextCell.Placement
-
Packages that use PopoverTextCell.Placement Package Description org.uberfire.ext.widgets.common.client.tables -
-
Uses of PopoverTextCell.Placement in org.uberfire.ext.widgets.common.client.tables
Methods in org.uberfire.ext.widgets.common.client.tables that return PopoverTextCell.Placement Modifier and Type Method Description static PopoverTextCell.PlacementPopoverTextCell.Placement. valueOf(String name)Returns the enum constant of this type with the specified name.static PopoverTextCell.Placement[]PopoverTextCell.Placement. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.ext.widgets.common.client.tables with parameters of type PopoverTextCell.Placement Constructor Description PopoverTextCell(PopoverTextCell.Placement placement)
-