T
- public interface PushableProperty<T>
extends com.vaadin.data.Property<T>
Property
, which
are holding values locally and the values are written to underlying
structure (in LSPS case it's lsps context) only upon calling method pushChangesToContext()
com.vaadin.data.Property.Editor, com.vaadin.data.Property.ReadOnlyException, com.vaadin.data.Property.ReadOnlyStatusChangeEvent, com.vaadin.data.Property.ReadOnlyStatusChangeListener, com.vaadin.data.Property.ReadOnlyStatusChangeNotifier, com.vaadin.data.Property.Transactional<T>, com.vaadin.data.Property.ValueChangeEvent, com.vaadin.data.Property.ValueChangeListener, com.vaadin.data.Property.ValueChangeNotifier, com.vaadin.data.Property.Viewer
Modifier and Type | Method and Description |
---|---|
void |
pushChangesToContext()
Pushes all the pending changes to underlying structure
|
Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.