@Dependent @GuidedDecisionTable public class GuidedDecisionTableLockManagerImpl extends org.uberfire.client.mvp.LockManagerImpl implements GuidedDecisionTableLockManager
Constructor and Description |
---|
GuidedDecisionTableLockManagerImpl() |
Modifier and Type | Method and 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.
|
acquireLock, acquireLockOnDemand, acquireLockOnDemand, fireUpdatedLockStatusEvent, getLockInfo, getLockTarget, init, onFocus, releaseLock
public void init(org.uberfire.client.mvp.LockTarget lockTarget, GuidedDecisionTableModellerView.Presenter presenter)
GuidedDecisionTableLockManager
init
in interface GuidedDecisionTableLockManager
lockTarget
- the LockTarget
providing information about what to lock.presenter
- the GuidedDecisionTableModellerView.Presenter
container for the LockManagerpublic void fireChangeTitleEvent()
GuidedDecisionTableLockManager
KieMultipleDocumentEditor
editor title based on the documents lock status.fireChangeTitleEvent
in interface GuidedDecisionTableLockManager
fireChangeTitleEvent
in class org.uberfire.client.mvp.LockManagerImpl
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.