JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
votorola.a.web.gwt
Interface WarningSink
All Known Implementing Classes:
Stage
public interface
WarningSink
A thing that accepts warnings for display to the user.
Method Summary
Methods
Modifier and Type
Method and Description
void
addWarning
(
String
warning)
Adds a plain text warning for the user.
Method Detail
addWarning
void
addWarning
(
String
warning)
Adds a plain text warning for the user. Format the warning as though for display in a simple alert window. Do not include trailing newlines.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method