Package org.uberfire.client.mvp
Class LockTarget
- java.lang.Object
-
- org.uberfire.client.mvp.LockTarget
-
@JsType public class LockTarget extends Object
Holds information about the target of a lock.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLockTarget.TitleProvider
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.backend.vfs.PathgetPath()org.uberfire.mvp.PlaceRequestgetPlace()RunnablegetReloadRunnable()StringgetTitle()com.google.gwt.user.client.ui.IsWidgetgetWidget()
-
-
-
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()
-
-