public interface PersistTableStateService
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PersistTableStateService.PersistTableStateServiceVAttachment
Marker interface required by the
registerAdditionalControls(VControl...) method. |
| Modifier and Type | Method and Description |
|---|---|
Optional<VAttachment> |
getPersistedState(VControl control)
This methods gives access to previsouly persisted state attachments.
|
void |
registerAdditionalControls(VControl... controls)
Use this method if a non
VTableControl
VControl renders a table and wishes to persist the state. |
void registerAdditionalControls(VControl... controls)
Use this method if a non VTableControl
VControl renders a table and wishes to persist the state.
The service will look for an VAttachment with the PersistTableStateService.PersistTableStateServiceVAttachment marker
interface and will persist this attachment for the given control.
This method may be called multiple times.
controls - the additional controls to registers.Optional<VAttachment> getPersistedState(VControl control)
control - the controlCopyright © 2018. All rights reserved.