Class CaseStatusConverter

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

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

      • CaseStatusConverter

        public CaseStatusConverter()
    • Method Detail

      • toModelValue

        public org.jbpm.workbench.cm.util.CaseStatus toModelValue​(String status)
        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 status)
        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>