Uses of Enum Class
com.levigo.jadice.web.client.commands.AbstractDocumentCommand.Scope
Packages that use AbstractDocumentCommand.Scope
-
Uses of AbstractDocumentCommand.Scope in com.levigo.jadice.web.client.commands
Methods in com.levigo.jadice.web.client.commands that return AbstractDocumentCommand.ScopeModifier and TypeMethodDescriptionAbstractDocumentCommand.getScope()
Returns the current scope of this command.Returns the enum constant of this class with the specified name.static AbstractDocumentCommand.Scope[]
AbstractDocumentCommand.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.commands with parameters of type AbstractDocumentCommand.ScopeModifier and TypeMethodDescriptionvoid
AbstractDocumentCommand.setScope
(AbstractDocumentCommand.Scope scope) Sets the scope of this command.