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