Class LengthAttributeParser

java.lang.Object
com.google.gwt.uibinder.attributeparsers.LengthAttributeParser
All Implemented Interfaces:
AttributeParser

public class LengthAttributeParser extends Object implements AttributeParser
Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated (double, Unit) pair.
  • Field Details

    • UNIT

      static final String UNIT
  • Constructor Details

  • Method Details