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