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