Uses of Enum Class
com.levigo.jadice.web.demo.common.client.events.ReaderEventTranslator.Verbosity
Packages that use ReaderEventTranslator.Verbosity
-
Uses of ReaderEventTranslator.Verbosity in com.levigo.jadice.web.demo.common.client.events
Methods in com.levigo.jadice.web.demo.common.client.events that return ReaderEventTranslator.VerbosityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReaderEventTranslator.Verbosity[]
ReaderEventTranslator.Verbosity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.levigo.jadice.web.demo.common.client.events with parameters of type ReaderEventTranslator.VerbosityModifierConstructorDescriptionReaderEventTranslator
(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity) ReaderEventTranslator
(AsyncCallback<Document> documentCallback, ReaderEventTranslator.Verbosity verbosity, PasswordDialog passwordDialog)