Uses of Class
org.uberfire.client.mvp.PlaceStatus
-
Packages that use PlaceStatus Package Description org.uberfire.client.mvp -
-
Uses of PlaceStatus in org.uberfire.client.mvp
Methods in org.uberfire.client.mvp that return PlaceStatus Modifier and Type Method Description PlaceStatusPlaceManager. getStatus(String id)PlaceStatusPlaceManager. getStatus(org.uberfire.mvp.PlaceRequest place)PlaceStatusPlaceManagerImpl. getStatus(String id)PlaceStatusPlaceManagerImpl. getStatus(org.uberfire.mvp.PlaceRequest place)PlaceStatusPluginPlaceManagerImpl. getStatus(String id)PlaceStatusPluginPlaceManagerImpl. getStatus(org.uberfire.mvp.PlaceRequest place)static PlaceStatusPlaceStatus. 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.
-