Uses of Enum Class
org.apache.syncope.client.ui.commons.status.Status
Packages that use Status
-
Uses of Status in org.apache.syncope.client.ui.commons.status
Methods in org.apache.syncope.client.ui.commons.status that return StatusModifier and TypeMethodDescriptionStatusBean.getStatus()
static Status
Returns the enum constant of this class with the specified name.static Status[]
Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.client.ui.commons.status with parameters of type StatusModifier and TypeMethodDescriptionstatic Label
StatusUtils.getStatusImage
(String componentId, Status status) static Panel
StatusUtils.getStatusImagePanel
(String componentId, Status status) void