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 classDomModBuilderDOM-based implementation ofModBuilder.Methods in com.google.gwt.dom.builder.client that return ModBuilder Modifier and Type Method Description ModBuilderDomModBuilder. cite(SafeUri cite)ModBuilderDomModBuilder. cite(java.lang.String cite)ModBuilderDomModBuilder. 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 ModBuilderModBuilder. cite(SafeUri cite)A URI designating a document that describes the reason for the change.ModBuilderModBuilder. cite(java.lang.String cite)A URI designating a document that describes the reason for the change.ModBuilderModBuilder. dateTime(java.lang.String dateTime)The date and time of the change.
-