Class BooleanConverter

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

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

      • BooleanConverter

        public BooleanConverter()
    • Method Detail

      • toModelValue

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

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

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

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