Package | Description |
---|---|
com.google.gwt.i18n.server |
This package contains server-side i18n classes and interfaces.
|
com.google.gwt.text.client |
Classes for parsing and rendering numbers, dates, and times.
|
com.google.gwt.text.shared |
Classes for parsing and rendering text and safe HTML.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.server.rpc |
Classes used in server-side implementation of remote procedure calls.
|
Modifier and Type | Method and Description |
---|---|
abstract List<MessageFormatUtils.TemplateChunk> |
MessageFormatUtils.MessageStyle.parse(String template)
Parse a message into chunks.
|
void |
MessageFormatUtils.MessageStyle.parseAccept(String template,
MessageFormatUtils.TemplateChunkVisitor visitor)
Parse a message template and call the supplied visitor on each parsed
chunk.
|
Modifier and Type | Method and Description |
---|---|
Long |
LongParser.parse(CharSequence object) |
Double |
DoubleParser.parse(CharSequence object) |
Integer |
IntegerParser.parse(CharSequence object) |
Modifier and Type | Method and Description |
---|---|
T |
Parser.parse(CharSequence text) |
Modifier and Type | Method and Description |
---|---|
T |
ValueBoxBase.getValueOrThrow()
Return the parsed value, or null if the field is empty.
|
static <T> ValueLabel<T> |
ValueLabel.wrap(Element element,
Renderer<? super T> renderer,
Parser<? extends T> parser)
Creates a ValueLabel widget that wraps an existing <span> element.
|
Modifier and Type | Method and Description |
---|---|
static SerializationPolicy |
SerializationPolicyLoader.loadFromStream(InputStream inputStream)
Deprecated.
|
static SerializationPolicy |
SerializationPolicyLoader.loadFromStream(InputStream inputStream,
List<ClassNotFoundException> classNotFoundExceptions)
Loads a SerializationPolicy from an input stream and optionally record any
ClassNotFoundException s. |
Copyright © 2018. All rights reserved.