Package | Description |
---|---|
org.uberfire.client.mvp |
Modifier and Type | Method and Description |
---|---|
PlaceStatus |
PlaceManager.getStatus(org.uberfire.mvp.PlaceRequest place) |
PlaceStatus |
PlaceManagerImpl.getStatus(org.uberfire.mvp.PlaceRequest place) |
PlaceStatus |
PluginPlaceManagerImpl.getStatus(org.uberfire.mvp.PlaceRequest place) |
PlaceStatus |
PlaceManager.getStatus(String id) |
PlaceStatus |
PlaceManagerImpl.getStatus(String id) |
PlaceStatus |
PluginPlaceManagerImpl.getStatus(String id) |
static PlaceStatus |
PlaceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaceStatus[] |
PlaceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.