public class CaseStatusConverter extends Object implements org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>
Constructor and Description |
---|
CaseStatusConverter() |
Modifier and Type | Method and Description |
---|---|
Class<String> |
getComponentType() |
Class<CaseStatus> |
getModelType() |
CaseStatus |
toModelValue(String status) |
String |
toWidgetValue(CaseStatus status) |
public CaseStatus toModelValue(String status)
toModelValue
in interface org.jboss.errai.databinding.client.api.Converter<CaseStatus,String>
public String toWidgetValue(CaseStatus status)
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–2020 JBoss by Red Hat. All rights reserved.