Class GuidedDecisionTableLockManagerImpl
- java.lang.Object
-
- org.uberfire.client.mvp.LockManagerImpl
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.lockmanager.GuidedDecisionTableLockManagerImpl
-
- All Implemented Interfaces:
GuidedDecisionTableLockManager,org.uberfire.client.mvp.LockManager
@Dependent @GuidedDecisionTable public class GuidedDecisionTableLockManagerImpl extends org.uberfire.client.mvp.LockManagerImpl implements GuidedDecisionTableLockManager
-
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTableLockManagerImpl()
-
Method Summary
All Methods Instance Methods Concrete 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.-
Methods inherited from class org.uberfire.client.mvp.LockManagerImpl
acquireLock, acquireLockOnDemand, acquireLockOnDemand, fireUpdatedLockStatusEvent, getLockInfo, getLockTarget, init, onFocus, releaseLock
-
-
-
-
Method Detail
-
init
public void init(org.uberfire.client.mvp.LockTarget lockTarget, GuidedDecisionTableModellerView.Presenter presenter)Description copied from interface:GuidedDecisionTableLockManagerRetrieves the latest lock information for the provided target and fires events to update the corresponding UI.- Specified by:
initin interfaceGuidedDecisionTableLockManager- Parameters:
lockTarget- theLockTargetproviding information about what to lock.presenter- theGuidedDecisionTableModellerView.Presentercontainer for the LockManager
-
fireChangeTitleEvent
public void fireChangeTitleEvent()
Description copied from interface:GuidedDecisionTableLockManagerFires an event to updateKieMultipleDocumentEditoreditor title based on the documents lock status.- Specified by:
fireChangeTitleEventin interfaceGuidedDecisionTableLockManager- Overrides:
fireChangeTitleEventin classorg.uberfire.client.mvp.LockManagerImpl
-
-