Package com.google.gwt.uibinder.attributeparsers
package com.google.gwt.uibinder.attributeparsers
Classes that parse XML attribute values, turning them into valid Java expressions.
-
ClassDescriptionAttribute parsers are classes that parse xml attribute values, turning them into valid Java expressions.Managers access to all implementations of
AttributeParser
.Parses a single boolean attribute.Converts css class names to a form safe to use as a Java identifier.Thrown byCssNameConverter.convertSet(Set)
on name collision.Parses a single double attribute.Parses an enum attribute.Deals with field references, e.g.Responsible for the bits around and between the field references.May be thrown by theDelegate
for badly formatted input.Parses an integer value.Parses a pair of integer values.Parses a CSS length value (e.g., "2em", "50%"), returning a comma-separated (double, Unit) pair.ParsesSafeUri
literals or references.Fall through attribute parser.Package protected for testing.Parses a string attribute.Parses aTextBoxBase.TextAlignConstant
.