Class LockTarget


  • @JsType
    public class LockTarget
    extends Object
    Holds information about the target of a lock.
    • Constructor Detail

      • LockTarget

        @JsIgnore
        public LockTarget​(org.uberfire.backend.vfs.Path path,
                          com.google.gwt.user.client.ui.IsWidget isWidget,
                          org.uberfire.mvp.PlaceRequest place,
                          LockTarget.TitleProvider titleProvider,
                          Runnable reloadRunnable)
    • Method Detail

      • getPath

        public org.uberfire.backend.vfs.Path getPath()
      • getWidget

        @JsIgnore
        public com.google.gwt.user.client.ui.IsWidget getWidget()
      • getPlace

        public org.uberfire.mvp.PlaceRequest getPlace()
      • getTitle

        public String getTitle()
      • getReloadRunnable

        @JsIgnore
        public Runnable getReloadRunnable()