Uses of Enum Class
eu.webtoolkit.jwt.EditTrigger
Packages that use EditTrigger
-
Uses of EditTrigger in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return EditTriggerModifier and TypeMethodDescriptionstatic EditTriggerReturns the enum constant of this class with the specified name.static EditTrigger[]EditTrigger.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt that return types with arguments of type EditTriggerModifier and TypeMethodDescriptionWAbstractItemView.getEditTriggers()Returns the editing triggers.Methods in eu.webtoolkit.jwt with parameters of type EditTriggerModifier and TypeMethodDescriptionfinal voidWAbstractItemView.setEditTriggers(EditTrigger editTrigger, EditTrigger... editTriggers) Configures what actions should trigger editing.Method parameters in eu.webtoolkit.jwt with type arguments of type EditTriggerModifier and TypeMethodDescriptionvoidWAbstractItemView.setEditTriggers(EnumSet<EditTrigger> editTriggers) Configures what actions should trigger editing.