Interface GuidedDecisionTableLockManager

  • All Superinterfaces:
    org.uberfire.client.mvp.LockManager
    All Known Implementing Classes:
    GuidedDecisionTableLockManagerImpl

    public interface GuidedDecisionTableLockManager
    extends org.uberfire.client.mvp.LockManager
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void fireChangeTitleEvent()
      Fires an event to update KieMultipleDocumentEditor editor title based on the documents lock status.
      void init​(org.uberfire.client.mvp.LockTarget lockTarget, GuidedDecisionTableModellerView.Presenter presenter)
      Retrieves the latest lock information for the provided target and fires events to update the corresponding UI.
      • Methods inherited from interface org.uberfire.client.mvp.LockManager

        acquireLock, acquireLockOnDemand, init, onFocus, releaseLock
    • Method Detail

      • fireChangeTitleEvent

        void fireChangeTitleEvent()
        Fires an event to update KieMultipleDocumentEditor editor title based on the documents lock status.