Uses of Enum Class
org.omnifaces.component.util.MoveComponent.Destination
Packages that use MoveComponent.Destination
-
Uses of MoveComponent.Destination in org.omnifaces.component.util
Methods in org.omnifaces.component.util that return MoveComponent.DestinationModifier and TypeMethodDescriptionMoveComponent.getDestination()Returns the destination relative to the target component where the source component(s) are moved to.static MoveComponent.DestinationReturns the enum constant of this class with the specified name.static MoveComponent.Destination[]MoveComponent.Destination.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.omnifaces.component.util with parameters of type MoveComponent.DestinationModifier and TypeMethodDescriptionvoidMoveComponent.setDestination(MoveComponent.Destination destinationValue) Sets the destination relative to the target component where the source component(s) are moved to.