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