Class CaseStatusLabelConverter
- java.lang.Object
-
- org.jbpm.workbench.cm.client.util.CaseStatusLabelConverter
-
-
Constructor Summary
Constructors Constructor Description CaseStatusLabelConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getComponentType()Class<org.jbpm.workbench.cm.util.CaseStatus>getModelType()org.jbpm.workbench.cm.util.CaseStatustoModelValue(String widgetValue)StringtoWidgetValue(org.jbpm.workbench.cm.util.CaseStatus modelValue)
-
-
-
Method Detail
-
toModelValue
public org.jbpm.workbench.cm.util.CaseStatus toModelValue(String widgetValue)
- Specified by:
toModelValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.cm.util.CaseStatus,String>
-
toWidgetValue
public String toWidgetValue(org.jbpm.workbench.cm.util.CaseStatus modelValue)
- Specified by:
toWidgetValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.cm.util.CaseStatus,String>
-
getModelType
public Class<org.jbpm.workbench.cm.util.CaseStatus> getModelType()
- Specified by:
getModelTypein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.cm.util.CaseStatus,String>
-
-