com.extjs.gxt.ui.client.image.gray
Interface GrayImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle, XImages

public interface GrayImages
extends XImages


Nested Class Summary
 
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 paging_toolbar_first()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_last()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_next()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_prev()
           
 com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_refresh()
           
 
Methods inherited from interface com.extjs.gxt.ui.client.image.XImages
checked, editor_bold, editor_font_color, editor_font_decrease, editor_font_highlight, editor_font_increase, editor_italic, editor_justify_center, editor_justify_left, editor_justify_right, editor_link, editor_ol, editor_source, editor_ul, editor_underline, field_invalid, grid_columns, grid_filter_equal, grid_filter_find, grid_filter_greaterThan, grid_filter_lessThan, grid_groupBy, grid_sortAsc, grid_sortDesc, group_checked, icon_wait, paging_toolbar_first_disabled, paging_toolbar_last_disabled, paging_toolbar_next_disabled, paging_toolbar_prev_disabled, toolbar_more, tree_collapsed_over, tree_collapsed, tree_expanded_over, tree_expanded, tree_folder_closed, tree_folder, unchecked
 

Method Detail

paging_toolbar_first

@ImageBundle.Resource(value="page-first.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_first()
Specified by:
paging_toolbar_first in interface XImages

paging_toolbar_last

@ImageBundle.Resource(value="page-last.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_last()
Specified by:
paging_toolbar_last in interface XImages

paging_toolbar_next

@ImageBundle.Resource(value="page-next.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_next()
Specified by:
paging_toolbar_next in interface XImages

paging_toolbar_prev

@ImageBundle.Resource(value="page-prev.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_prev()
Specified by:
paging_toolbar_prev in interface XImages

paging_toolbar_refresh

@ImageBundle.Resource(value="refresh.gif")
com.google.gwt.user.client.ui.AbstractImagePrototype paging_toolbar_refresh()
Specified by:
paging_toolbar_refresh in interface XImages