Class BasicRenderControlInventory
java.lang.Object
com.levigo.jadice.web.client.settings.BasicRenderControlInventory
JWT default implementation of the
RenderControlInventory
interface.
Manages the render controls of each document. An obligatory single RenderControls
object
thereby represents every document's render configuration. Multiple optional page
based RenderControls
objects are used to provide page based render controls behaviour (if
needed). Page based render controls overwrite the documents render controls and will never be
removed from the document.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static interface
Synchronizes modifications of the document wideRenderControls
. -
Method Summary
Modifier and TypeMethodDescriptionstatic RenderControlInventory
get()
Creates and returns a newBasicRenderControlInventory.Inventory
.
-
Method Details
-
get
Creates and returns a newBasicRenderControlInventory.Inventory
.- Returns:
- a new
RenderControlInventory
-