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 enumAn 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 TypeMethodDescriptionbooleanDocumentAdapter.approveStateChange(Document source, Document.State oldState, Document.State newState) booleanDocumentInterceptor.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.booleanDocument.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