Interface VRichTextToolbar.Images
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
- Enclosing class:
- VRichTextToolbar
public static interface VRichTextToolbar.Images extends com.google.gwt.resources.client.ClientBundleThisClientBundleis used for all the button icons. Using a bundle allows all of these images to be packed into a single image, which saves a lot of HTTP requests, drastically improving startup time.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcebold()com.google.gwt.resources.client.ImageResourcecreateLink()com.google.gwt.resources.client.ImageResourcehr()com.google.gwt.resources.client.ImageResourceindent()com.google.gwt.resources.client.ImageResourceinsertImage()com.google.gwt.resources.client.ImageResourceitalic()com.google.gwt.resources.client.ImageResourcejustifyCenter()com.google.gwt.resources.client.ImageResourcejustifyLeft()com.google.gwt.resources.client.ImageResourcejustifyRight()com.google.gwt.resources.client.ImageResourceol()com.google.gwt.resources.client.ImageResourceoutdent()com.google.gwt.resources.client.ImageResourceremoveFormat()com.google.gwt.resources.client.ImageResourceremoveLink()com.google.gwt.resources.client.ImageResourcestrikeThrough()com.google.gwt.resources.client.ImageResourcesubscript()com.google.gwt.resources.client.ImageResourcesuperscript()com.google.gwt.resources.client.ImageResourceul()com.google.gwt.resources.client.ImageResourceunderline()
-
-
-
Method Detail
-
bold
com.google.gwt.resources.client.ImageResource bold()
- Returns:
- the icon for bold
-
createLink
com.google.gwt.resources.client.ImageResource createLink()
- Returns:
- the icon for link creation
-
hr
com.google.gwt.resources.client.ImageResource hr()
- Returns:
- the icon for horizontal break
-
indent
com.google.gwt.resources.client.ImageResource indent()
- Returns:
- the icon for indent
-
insertImage
com.google.gwt.resources.client.ImageResource insertImage()
- Returns:
- the icon for image insert
-
italic
com.google.gwt.resources.client.ImageResource italic()
- Returns:
- the icon for italic
-
justifyCenter
com.google.gwt.resources.client.ImageResource justifyCenter()
- Returns:
- the icon for center-justification
-
justifyLeft
com.google.gwt.resources.client.ImageResource justifyLeft()
- Returns:
- the icon for left-justification
-
justifyRight
com.google.gwt.resources.client.ImageResource justifyRight()
- Returns:
- the icon for right-justification
-
ol
com.google.gwt.resources.client.ImageResource ol()
- Returns:
- the icon for ordered list
-
outdent
com.google.gwt.resources.client.ImageResource outdent()
- Returns:
- the icon for indent removal
-
removeFormat
com.google.gwt.resources.client.ImageResource removeFormat()
- Returns:
- the icon for formating removal
-
removeLink
com.google.gwt.resources.client.ImageResource removeLink()
- Returns:
- the icon for link removal
-
strikeThrough
com.google.gwt.resources.client.ImageResource strikeThrough()
- Returns:
- the icon for strike-through
-
subscript
com.google.gwt.resources.client.ImageResource subscript()
- Returns:
- the icon for subscript
-
superscript
com.google.gwt.resources.client.ImageResource superscript()
- Returns:
- the icon for superscript
-
ul
com.google.gwt.resources.client.ImageResource ul()
- Returns:
- the icon for unordered list
-
underline
com.google.gwt.resources.client.ImageResource underline()
- Returns:
- the icon for underlining
-
-