public interface Images
extends com.google.gwt.user.client.ui.ImageBundle
ImageBundle
is used for all the button icons. Using an image
bundle allows all of these images to be packed into a single image, which
saves a lot of HTTP requests, drastically improving startup time.Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.AbstractImagePrototype |
bold() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
closeDoc() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
createLink() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
db_save() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
foreColors() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
hr() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
importing() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
indent() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
insertImage() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
italic() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
justifyCenter() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
justifyLeft() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
justifyRight() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
newdoc() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
ol() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
open_report() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
open_template() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
removeFormat() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
removeLink() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
save() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
strikeThrough() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
structureView() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
subscript() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
superscript() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
ul() |
com.google.gwt.user.client.ui.AbstractImagePrototype |
underline() |
com.google.gwt.user.client.ui.AbstractImagePrototype importing()
com.google.gwt.user.client.ui.AbstractImagePrototype bold()
com.google.gwt.user.client.ui.AbstractImagePrototype createLink()
com.google.gwt.user.client.ui.AbstractImagePrototype hr()
com.google.gwt.user.client.ui.AbstractImagePrototype indent()
com.google.gwt.user.client.ui.AbstractImagePrototype insertImage()
com.google.gwt.user.client.ui.AbstractImagePrototype italic()
com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()
com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()
com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()
com.google.gwt.user.client.ui.AbstractImagePrototype closeDoc()
com.google.gwt.user.client.ui.AbstractImagePrototype newdoc()
com.google.gwt.user.client.ui.AbstractImagePrototype open_template()
com.google.gwt.user.client.ui.AbstractImagePrototype open_report()
com.google.gwt.user.client.ui.AbstractImagePrototype ol()
com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()
com.google.gwt.user.client.ui.AbstractImagePrototype removeLink()
com.google.gwt.user.client.ui.AbstractImagePrototype save()
com.google.gwt.user.client.ui.AbstractImagePrototype db_save()
com.google.gwt.user.client.ui.AbstractImagePrototype structureView()
com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()
com.google.gwt.user.client.ui.AbstractImagePrototype subscript()
com.google.gwt.user.client.ui.AbstractImagePrototype superscript()
com.google.gwt.user.client.ui.AbstractImagePrototype ul()
com.google.gwt.user.client.ui.AbstractImagePrototype underline()
com.google.gwt.user.client.ui.AbstractImagePrototype foreColors()
Copyright © 2014. All Rights Reserved.