Uses of Class
org.omnifaces.component.util.MoveComponent.Destination
-
Packages that use MoveComponent.Destination Package Description org.omnifaces.component.util -
-
Uses of MoveComponent.Destination in org.omnifaces.component.util
Methods in org.omnifaces.component.util that return MoveComponent.Destination Modifier and Type Method Description MoveComponent.Destination
MoveComponent. getDestination()
Returns the destination relative to the target component where the source component(s) are moved to.static MoveComponent.Destination
MoveComponent.Destination. valueOf(String name)
Returns the enum constant of this type with the specified name.static MoveComponent.Destination[]
MoveComponent.Destination. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.omnifaces.component.util with parameters of type MoveComponent.Destination Modifier and Type Method Description void
MoveComponent. setDestination(MoveComponent.Destination destinationValue)
Sets the destination relative to the target component where the source component(s) are moved to.
-