Uses of Interface
com.google.gwt.dom.builder.shared.ModBuilder
-
Packages that use ModBuilder Package Description com.google.gwt.dom.builder.client Classes used to build DOM elements.com.google.gwt.dom.builder.shared Classes used to build DOM elements. -
-
Uses of ModBuilder in com.google.gwt.dom.builder.client
Classes in com.google.gwt.dom.builder.client that implement ModBuilder Modifier and Type Class Description class
DomModBuilder
DOM-based implementation ofModBuilder
.Methods in com.google.gwt.dom.builder.client that return ModBuilder Modifier and Type Method Description ModBuilder
DomModBuilder. cite(SafeUri cite)
ModBuilder
DomModBuilder. cite(java.lang.String cite)
ModBuilder
DomModBuilder. dateTime(java.lang.String dateTime)
-
Uses of ModBuilder in com.google.gwt.dom.builder.shared
Methods in com.google.gwt.dom.builder.shared that return ModBuilder Modifier and Type Method Description ModBuilder
ModBuilder. cite(SafeUri cite)
A URI designating a document that describes the reason for the change.ModBuilder
ModBuilder. cite(java.lang.String cite)
A URI designating a document that describes the reason for the change.ModBuilder
ModBuilder. dateTime(java.lang.String dateTime)
The date and time of the change.
-