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 StatusStatusBean. getStatus()static StatusStatus. 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 LabelStatusUtils. getStatusImage(String componentId, Status status)static PanelStatusUtils. getStatusImagePanel(String componentId, Status status)voidStatusBean. setStatus(Status status)
-