Uses of Interface
com.vaadin.ui.declarative.ShouldWriteDataDelegate

Packages that use ShouldWriteDataDelegate
com.vaadin.ui.declarative   
 

Uses of ShouldWriteDataDelegate in com.vaadin.ui.declarative
 

Fields in com.vaadin.ui.declarative declared as ShouldWriteDataDelegate
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
 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
 void DesignContext.setShouldWriteDataDelegate(ShouldWriteDataDelegate shouldWriteDataDelegate)
          Sets the delegate that determines whether the container data of a component should be written out.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.