Class CommaListValuesConverter

  • All Implemented Interfaces:
    org.jboss.errai.databinding.client.api.Converter<List,​String>

    public class CommaListValuesConverter
    extends Object
    implements org.jboss.errai.databinding.client.api.Converter<List,​String>
    • Constructor Detail

      • CommaListValuesConverter

        public CommaListValuesConverter()
    • Method Detail

      • toModelValue

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

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

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

        public Class<String> getComponentType()
        Specified by:
        getComponentType in interface org.jboss.errai.databinding.client.api.Converter<List,​String>