public class CaseStatusLabelConverter extends Object implements org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>
| Constructor and Description |
|---|
CaseStatusLabelConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<String> |
getComponentType() |
Class<CaseStatus> |
getModelType() |
CaseStatus |
toModelValue(String widgetValue) |
String |
toWidgetValue(CaseStatus modelValue) |
public CaseStatus toModelValue(String widgetValue)
toModelValue in interface org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>public String toWidgetValue(CaseStatus modelValue)
toWidgetValue in interface org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>public Class<CaseStatus> getModelType()
getModelType in interface org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>public Class<String> getComponentType()
getComponentType in interface org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.