Uses of Interface
com.levigo.jadice.document.Document.State
Packages that use Document.State
-
Uses of Document.State in com.levigo.jadice.document
Classes in com.levigo.jadice.document that implement Document.StateModifier and TypeClassDescriptionstatic enum
An enum consisting of the default document states.Methods in com.levigo.jadice.document that return Document.StateMethods in com.levigo.jadice.document with parameters of type Document.StateModifier and TypeMethodDescriptionboolean
DocumentAdapter.approveStateChange
(Document source, Document.State oldState, Document.State newState) boolean
DocumentInterceptor.approveStateChange
(Document source, Document.State oldState, Document.State newState) Return whether this DocumentListener approves the state change (true
) of the given document from the given previous state to the given new state.boolean
Document.setState
(Document.State state) Sets the current state of theDocument
. -
Uses of Document.State in com.levigo.jadice.web.client.model.document
Methods in com.levigo.jadice.web.client.model.document that return Document.StateMethods in com.levigo.jadice.web.client.model.document with parameters of type Document.State