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 voidfireChangeTitleEvent()Fires an event to updateKieMultipleDocumentEditoreditor title based on the documents lock status.voidinit(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.
-
-
-
Method Detail
-
init
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.- Parameters:
lockTarget- theLockTargetproviding information about what to lock.presenter- theGuidedDecisionTableModellerView.Presentercontainer for the LockManager
-
fireChangeTitleEvent
void fireChangeTitleEvent()
Fires an event to updateKieMultipleDocumentEditoreditor title based on the documents lock status.
-
-