Interface DFViewContent


  • public interface DFViewContent
    Interface representing content of view configuration. This is the persisted part of view that is needed when the view is restored.
    Author:
    radim
    • Field Detail

    • Method Detail

      • setConfiguration

        void setConfiguration​(java.lang.String configuration,
                              com.im.commons.progress.DFEnvironmentRW env)
        Store the configuration of this view. All UI settings can be stored in this property. The semantics of the configuration string is up to specific type of the View type.
        Parameters:
        configuration - persisted configuration content
        env - environment to be used during persisting operation
      • getConfiguration

        java.lang.String getConfiguration()
        Returns:
        the configuration (UI settings of this view)