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