Package | Description |
---|---|
com.google.gwt.dev.util.xml |
Modifier and Type | Class and Description |
---|---|
class |
AttributeConverterForBoolean
Subclass for converting strings into Integer.
|
class |
AttributeConverterForInteger
Subclass for converting strings into Integer.
|
class |
AttributeConverterForString
Subclass for converting strings into String.
|
Modifier and Type | Method and Description |
---|---|
AttributeConverter |
Schema.getAttributeConverter(Class<?> type)
Finds the most recent converter in the schema chain that can convert the
specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.registerAttributeConverter(Class<?> type,
AttributeConverter converter) |
Copyright © 2018. All rights reserved.