Uses of Class
org.uberfire.client.workbench.docks.UberfireDocksInteractionEvent.InteractionType
-
Packages that use UberfireDocksInteractionEvent.InteractionType Package Description org.uberfire.client.workbench.docks -
-
Uses of UberfireDocksInteractionEvent.InteractionType in org.uberfire.client.workbench.docks
Methods in org.uberfire.client.workbench.docks that return UberfireDocksInteractionEvent.InteractionType Modifier and Type Method Description UberfireDocksInteractionEvent.InteractionTypeUberfireDocksInteractionEvent. getType()static UberfireDocksInteractionEvent.InteractionTypeUberfireDocksInteractionEvent.InteractionType. valueOf(String name)Returns the enum constant of this type with the specified name.static UberfireDocksInteractionEvent.InteractionType[]UberfireDocksInteractionEvent.InteractionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.client.workbench.docks with parameters of type UberfireDocksInteractionEvent.InteractionType Constructor Description UberfireDocksInteractionEvent(UberfireDockPosition position, UberfireDocksInteractionEvent.InteractionType type)UberfireDocksInteractionEvent(UberfireDock targetDock, UberfireDocksInteractionEvent.InteractionType type)
-