Class CaseStatusLabelConverter

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

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

      • CaseStatusLabelConverter

        public CaseStatusLabelConverter()
    • Method Detail

      • toModelValue

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

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

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

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