Class MillisecondsToSecondsConverter

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

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

      • MillisecondsToSecondsConverter

        public MillisecondsToSecondsConverter()
    • Method Detail

      • toModelValue

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

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

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

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