Class StatusUtils
- java.lang.Object
-
- org.apache.syncope.client.ui.commons.status.StatusUtils
-
- All Implemented Interfaces:
Serializable
public final class StatusUtils extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getConnObjectLink(ConnObject connObject)
static Label
getLabel(String componentId, String alt, String title, String clazz)
static StatusBean
getStatusBean(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser)
static StatusBean
getStatusBean(RealmTO realmTO, String resource, ConnObject connObject)
static Label
getStatusImage(String componentId, Status status)
static Label
getStatusImage(String componentId, ExecStatus status)
static Panel
getStatusImagePanel(String componentId, Status status)
static Panel
getStatusImagePanel(String componentId, ExecStatus status)
static Panel
getWarningStatusPanel(String componentId)
static Boolean
isEnabled(ConnObject connObject)
static StatusR
statusR(String key, StatusRType type, Collection<StatusBean> statuses)
-
-
-
Method Detail
-
getStatusBean
public static StatusBean getStatusBean(AnyTO anyTO, String resource, ConnObject connObject, boolean notUser)
-
getStatusBean
public static StatusBean getStatusBean(RealmTO realmTO, String resource, ConnObject connObject)
-
isEnabled
public static Boolean isEnabled(ConnObject connObject)
-
getConnObjectLink
public static String getConnObjectLink(ConnObject connObject)
-
statusR
public static StatusR statusR(String key, StatusRType type, Collection<StatusBean> statuses)
-
getStatusImagePanel
public static Panel getStatusImagePanel(String componentId, ExecStatus status)
-
getStatusImage
public static Label getStatusImage(String componentId, ExecStatus status)
-
-