Uses of Class
eu.webtoolkit.jwt.WAbstractItemView.EditOption

Packages that use WAbstractItemView.EditOption
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
 

Uses of WAbstractItemView.EditOption in eu.webtoolkit.jwt
 

Methods in eu.webtoolkit.jwt that return WAbstractItemView.EditOption
static WAbstractItemView.EditOption WAbstractItemView.EditOption.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WAbstractItemView.EditOption[] WAbstractItemView.EditOption.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.webtoolkit.jwt that return types with arguments of type WAbstractItemView.EditOption
 java.util.EnumSet<WAbstractItemView.EditOption> WAbstractItemView.getEditOptions()
          Returns the editing options.
 

Methods in eu.webtoolkit.jwt with parameters of type WAbstractItemView.EditOption
 void WAbstractItemView.setEditOptions(WAbstractItemView.EditOption editOption, WAbstractItemView.EditOption... editOptions)
          Configures editing options.
 void WAbstractItemView.setEditOptions(WAbstractItemView.EditOption editOption, WAbstractItemView.EditOption... editOptions)
          Configures editing options.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type WAbstractItemView.EditOption
 void WAbstractItemView.setEditOptions(java.util.EnumSet<WAbstractItemView.EditOption> editOptions)
          Configures editing options.