Uses of Interface
com.vaadin.ui.declarative.ShouldWriteDataDelegate
-
Packages that use ShouldWriteDataDelegate Package Description com.vaadin.ui.declarative -
-
Uses of ShouldWriteDataDelegate in com.vaadin.ui.declarative
Fields in com.vaadin.ui.declarative declared as ShouldWriteDataDelegate Modifier and Type Field Description static ShouldWriteDataDelegate
ShouldWriteDataDelegate. DEFAULT
The default delegate implementation that assumes that all component data is provided by a data source connected to a back end system and that the data should thus not be written.Methods in com.vaadin.ui.declarative that return ShouldWriteDataDelegate Modifier and Type Method Description ShouldWriteDataDelegate
DesignContext. getShouldWriteDataDelegate()
Gets the delegate that determines whether the container data of a component should be written out.Methods in com.vaadin.ui.declarative with parameters of type ShouldWriteDataDelegate Modifier and Type Method Description void
DesignContext. setShouldWriteDataDelegate(ShouldWriteDataDelegate shouldWriteDataDelegate)
Sets the delegate that determines whether the container data of a component should be written out.
-