public class SVGButtonBaseParser extends Object implements com.google.gwt.uibinder.elementparsers.ElementParser
Modifier and Type | Field and Description |
---|---|
protected static String |
ATTR_CLASS_NAME_BASE_VAL |
protected static String |
ATTR_CLASS_NAMES |
protected static String |
ATTR_RESOURCE |
protected static String |
ATTR_VALIDATED |
protected static String |
TAG_DOWN |
protected static String |
TAG_DOWN_DISABLED |
protected static String |
TAG_DOWN_HOVERING |
protected static String |
TAG_ELEMENT |
protected static String |
TAG_STYLE_CHANGE |
protected static String |
TAG_UP |
protected static String |
TAG_UP_DISABLED |
protected static String |
TAG_UP_HOVERING |
protected static String |
URI_VECTOMATIC |
Constructor and Description |
---|
SVGButtonBaseParser() |
Modifier and Type | Method and Description |
---|---|
void |
parse(XMLElement elem,
String fieldName,
com.google.gwt.core.ext.typeinfo.JClassType type,
UiBinderWriter writer) |
protected void |
parseFace(XMLElement elem,
UiBinderWriter writer,
String fieldName,
XMLElement childElem,
SVGButtonBase.SVGFaceName faceName) |
protected void |
parseSvg(XMLElement elem,
UiBinderWriter writer,
String fieldName,
XMLElement childElem) |
protected boolean |
validate(UiBinderWriter writer,
Element container)
Validates the widget structure
|
protected static final String ATTR_RESOURCE
protected static final String ATTR_CLASS_NAME_BASE_VAL
protected static final String ATTR_CLASS_NAMES
protected static final String ATTR_VALIDATED
protected static final String TAG_ELEMENT
protected static final String TAG_UP
protected static final String TAG_UP_HOVERING
protected static final String TAG_UP_DISABLED
protected static final String TAG_DOWN
protected static final String TAG_DOWN_HOVERING
protected static final String TAG_DOWN_DISABLED
protected static final String TAG_STYLE_CHANGE
protected static final String URI_VECTOMATIC
protected boolean validate(UiBinderWriter writer, Element container) throws com.google.gwt.core.ext.UnableToCompleteException
writer
- The UiBinder writercontainer
- The SVG widget top-level tagcom.google.gwt.core.ext.UnableToCompleteException
protected void parseFace(XMLElement elem, UiBinderWriter writer, String fieldName, XMLElement childElem, SVGButtonBase.SVGFaceName faceName) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteException
protected void parseSvg(XMLElement elem, UiBinderWriter writer, String fieldName, XMLElement childElem) throws com.google.gwt.core.ext.UnableToCompleteException
com.google.gwt.core.ext.UnableToCompleteException
public void parse(XMLElement elem, String fieldName, com.google.gwt.core.ext.typeinfo.JClassType type, UiBinderWriter writer) throws com.google.gwt.core.ext.UnableToCompleteException
parse
in interface com.google.gwt.uibinder.elementparsers.ElementParser
com.google.gwt.core.ext.UnableToCompleteException
Copyright © 2018. All Rights Reserved.