Uses of Enum
de.knightsoftnet.mtwidgets.client.event.ListPositionChangeEvent.ListPositionEnum
Packages that use ListPositionChangeEvent.ListPositionEnum
-
Uses of ListPositionChangeEvent.ListPositionEnum in de.knightsoftnet.mtwidgets.client.event
Methods in de.knightsoftnet.mtwidgets.client.event that return ListPositionChangeEvent.ListPositionEnumModifier and TypeMethodDescriptionListPositionChangeEvent.getPositionChange()Returns the enum constant of this type with the specified name.ListPositionChangeEvent.ListPositionEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.knightsoftnet.mtwidgets.client.event with parameters of type ListPositionChangeEvent.ListPositionEnumModifierConstructorDescriptionListPositionChangeEvent(org.gwtproject.editor.client.Editor<T> peditor, ListPositionChangeEvent.ListPositionEnum ppositionChange) ListPositionChangeEvent(org.gwtproject.editor.client.Editor<T> editor, ListPositionChangeEvent.ListPositionEnum positionChange, int newPosition) constructor.