Uses of Enum Class
eu.webtoolkit.jwt.EditOption
Packages that use EditOption
-
Uses of EditOption in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return EditOptionModifier and TypeMethodDescriptionstatic EditOptionReturns the enum constant of this class with the specified name.static EditOption[]EditOption.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 EditOptionModifier and TypeMethodDescriptionWAbstractItemView.getEditOptions()Returns the editing options.Methods in eu.webtoolkit.jwt with parameters of type EditOptionModifier and TypeMethodDescriptionfinal voidWAbstractItemView.setEditOptions(EditOption editOption, EditOption... editOptions) Configures editing options.Method parameters in eu.webtoolkit.jwt with type arguments of type EditOptionModifier and TypeMethodDescriptionvoidWAbstractItemView.setEditOptions(EnumSet<EditOption> editOptions) Configures editing options.