org.gcube.portlets.user.reportgenerator.client.toolbar
Interface Images
- All Superinterfaces:
- com.google.gwt.user.client.ui.ImageBundle
public interface 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 |
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()
|
importing
com.google.gwt.user.client.ui.AbstractImagePrototype importing()
- Returns:
- .
bold
com.google.gwt.user.client.ui.AbstractImagePrototype bold()
- Returns:
- .
createLink
com.google.gwt.user.client.ui.AbstractImagePrototype createLink()
- Returns:
- .
hr
com.google.gwt.user.client.ui.AbstractImagePrototype hr()
- Returns:
- .
indent
com.google.gwt.user.client.ui.AbstractImagePrototype indent()
- Returns:
- .
insertImage
com.google.gwt.user.client.ui.AbstractImagePrototype insertImage()
- Returns:
- .
italic
com.google.gwt.user.client.ui.AbstractImagePrototype italic()
- Returns:
- .
justifyCenter
com.google.gwt.user.client.ui.AbstractImagePrototype justifyCenter()
- Returns:
- .
justifyLeft
com.google.gwt.user.client.ui.AbstractImagePrototype justifyLeft()
- Returns:
- .
justifyRight
com.google.gwt.user.client.ui.AbstractImagePrototype justifyRight()
- Returns:
- .
closeDoc
com.google.gwt.user.client.ui.AbstractImagePrototype closeDoc()
- Returns:
- .
newdoc
com.google.gwt.user.client.ui.AbstractImagePrototype newdoc()
- Returns:
- .
open_template
com.google.gwt.user.client.ui.AbstractImagePrototype open_template()
- Returns:
- .
open_report
com.google.gwt.user.client.ui.AbstractImagePrototype open_report()
- Returns:
- .
ol
com.google.gwt.user.client.ui.AbstractImagePrototype ol()
- Returns:
- .
removeFormat
com.google.gwt.user.client.ui.AbstractImagePrototype removeFormat()
- Returns:
- .
removeLink
com.google.gwt.user.client.ui.AbstractImagePrototype removeLink()
- Returns:
- .
save
com.google.gwt.user.client.ui.AbstractImagePrototype save()
- Returns:
- .
db_save
com.google.gwt.user.client.ui.AbstractImagePrototype db_save()
- Returns:
- .
structureView
com.google.gwt.user.client.ui.AbstractImagePrototype structureView()
- Returns:
- .
strikeThrough
com.google.gwt.user.client.ui.AbstractImagePrototype strikeThrough()
- Returns:
- .
subscript
com.google.gwt.user.client.ui.AbstractImagePrototype subscript()
- Returns:
- .
superscript
com.google.gwt.user.client.ui.AbstractImagePrototype superscript()
- Returns:
- .
ul
com.google.gwt.user.client.ui.AbstractImagePrototype ul()
- Returns:
- .
underline
com.google.gwt.user.client.ui.AbstractImagePrototype underline()
- Returns:
- .
foreColors
com.google.gwt.user.client.ui.AbstractImagePrototype foreColors()
- Returns:
- .
Copyright © 2014. All Rights Reserved.