Class TaskStatusConverter

  • All Implemented Interfaces:
    org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>

    public class TaskStatusConverter
    extends Object
    implements org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>
    • Constructor Detail

      • TaskStatusConverter

        public TaskStatusConverter()
    • Method Detail

      • toModelValue

        public org.jbpm.workbench.ht.util.TaskStatus toModelValue​(String widgetValue)
        Specified by:
        toModelValue in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>
      • toWidgetValue

        public String toWidgetValue​(org.jbpm.workbench.ht.util.TaskStatus modelValue)
        Specified by:
        toWidgetValue in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>
      • getModelType

        public Class<org.jbpm.workbench.ht.util.TaskStatus> getModelType()
        Specified by:
        getModelType in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>
      • getComponentType

        public Class<String> getComponentType()
        Specified by:
        getComponentType in interface org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.ht.util.TaskStatus,​String>