@JsType public class LockTarget extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
LockTarget.TitleProvider |
Constructor and Description |
---|
LockTarget(Path path,
com.google.gwt.user.client.ui.IsWidget isWidget,
PlaceRequest place,
LockTarget.TitleProvider titleProvider,
Runnable reloadRunnable) |
Modifier and Type | Method and Description |
---|---|
Path |
getPath() |
PlaceRequest |
getPlace() |
Runnable |
getReloadRunnable() |
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
@JsIgnore public LockTarget(Path path, com.google.gwt.user.client.ui.IsWidget isWidget, PlaceRequest place, LockTarget.TitleProvider titleProvider, Runnable reloadRunnable)
public Path getPath()
@JsIgnore public com.google.gwt.user.client.ui.IsWidget getWidget()
public PlaceRequest getPlace()
public String getTitle()
@JsIgnore public Runnable getReloadRunnable()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.