Uses of Enum
cn.mapway.document.ui.client.component.ace.AceCommandDescription.MultiSelectAction
Packages that use AceCommandDescription.MultiSelectAction
-
Uses of AceCommandDescription.MultiSelectAction in cn.mapway.document.ui.client.component.ace
Methods in cn.mapway.document.ui.client.component.ace that return AceCommandDescription.MultiSelectActionModifier and TypeMethodDescriptionAceCommandDescription.MultiSelectAction.fromString(String value) AceCommandDescription.getMultiSelectAction()Give multi-select action for this command.Returns the enum constant of this type with the specified name.AceCommandDescription.MultiSelectAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.mapway.document.ui.client.component.ace with parameters of type AceCommandDescription.MultiSelectActionModifier and TypeMethodDescriptionAceCommandDescription.withMultiSelectAction(AceCommandDescription.MultiSelectAction multiSelectAction) Chainable setter method for multiSelectAction property.