Uses of Class
org.uberfire.ext.widgets.common.client.common.ConcurrentChangePopup
-
Packages that use ConcurrentChangePopup Package Description org.uberfire.ext.widgets.common.client.common -
-
Uses of ConcurrentChangePopup in org.uberfire.ext.widgets.common.client.common
Methods in org.uberfire.ext.widgets.common.client.common that return ConcurrentChangePopup Modifier and Type Method Description static ConcurrentChangePopupConcurrentChangePopup. newConcurrentDelete(org.uberfire.backend.vfs.Path path, org.jboss.errai.security.shared.api.identity.User identity, org.uberfire.mvp.Command onIgnore, org.uberfire.mvp.Command onClose)static ConcurrentChangePopupConcurrentChangePopup. newConcurrentRename(org.uberfire.backend.vfs.Path source, org.uberfire.backend.vfs.Path target, org.jboss.errai.security.shared.api.identity.User identity, org.uberfire.mvp.Command onIgnore, org.uberfire.mvp.Command onReOpen)static ConcurrentChangePopupConcurrentChangePopup. newConcurrentUpdate(org.uberfire.backend.vfs.Path path, org.jboss.errai.security.shared.api.identity.User identity, org.uberfire.mvp.Command onForceSave, org.uberfire.mvp.Command onCancel, org.uberfire.mvp.Command onReOpen)
-