| Package | Description |
|---|---|
| com.vaadin.ui.declarative |
| Modifier and Type | Field and Description |
|---|---|
static ShouldWriteDataDelegate |
ShouldWriteDataDelegate.DEFAULT
The default delegate implementation that assumes that all component data
is provided by a data provider connected to a back end system and that
the data should thus not be written.
|
| Modifier and Type | Method and Description |
|---|---|
ShouldWriteDataDelegate |
DesignContext.getShouldWriteDataDelegate()
Gets the delegate that determines whether the container data of a
component should be written out.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DesignContext.setShouldWriteDataDelegate(ShouldWriteDataDelegate shouldWriteDataDelegate)
Sets the delegate that determines whether the container data of a
component should be written out.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.