Interface PersistTableStateService

  • All Known Implementing Classes:
    PersistTableStateServiceImpl

    public interface PersistTableStateService
    A service which persists the state of a table.
    Author:
    Johannes Faltermeier
    • Method Detail

      • getPersistedState

        Optional<VAttachment> getPersistedState​(VControl control)
        This methods gives access to previsouly persisted state attachments.
        Parameters:
        control - the control
        Returns:
        the attachment, if present