com.itmill.toolkit.terminal.gwt.client.ui.richtextarea
Interface IRichTextToolbar.Images
- All Superinterfaces:
- com.google.gwt.user.client.ui.ImageBundle
- Enclosing class:
- IRichTextToolbar
public static interface IRichTextToolbar.Images
- extends com.google.gwt.user.client.ui.ImageBundle
This 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.
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle |
com.google.gwt.user.client.ui.ImageBundle.Resource |
Method Summary |
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 |
ol()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
outdent()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
removeFormat()
|
com.google.gwt.user.client.ui.AbstractImagePrototype |
removeLink()
|
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()
|
bold
@ImageBundle.Resource(value="bold.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype bold()
createLink
@ImageBundle.Resource(value="createLink.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype createLink()
hr
@ImageBundle.Resource(value="hr.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype hr()
indent
@ImageBundle.Resource(value="indent.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype indent()
insertImage
@ImageBundle.Resource(value="insertImage.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype insertImage()
italic
@ImageBundle.Resource(value="italic.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype italic()
justifyCenter
@ImageBundle.Resource(value="justifyCenter.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()
justifyLeft
@ImageBundle.Resource(value="justifyLeft.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()
justifyRight
@ImageBundle.Resource(value="justifyRight.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()
ol
@ImageBundle.Resource(value="ol.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype ol()
outdent
@ImageBundle.Resource(value="outdent.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype outdent()
removeFormat
@ImageBundle.Resource(value="removeFormat.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()
removeLink
@ImageBundle.Resource(value="removeLink.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype removeLink()
strikeThrough
@ImageBundle.Resource(value="strikeThrough.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()
subscript
@ImageBundle.Resource(value="subscript.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype subscript()
superscript
@ImageBundle.Resource(value="superscript.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype superscript()
ul
@ImageBundle.Resource(value="ul.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype ul()
underline
@ImageBundle.Resource(value="underline.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype underline()
Copyright © 2000-2009 IT Mill Ltd. All Rights Reserved.