com.google.gwt.widgetideas.table.client
Interface InlineCellEditor.InlineCellEditorImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle
Enclosing class:
InlineCellEditor<R>

public static interface InlineCellEditor.InlineCellEditorImages
extends com.google.gwt.user.client.ui.ImageBundle

An ImageBundle that provides images for InlineCellEditor.


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 cellEditorAccept()
          An image used to fill the available width.
 com.google.gwt.user.client.ui.AbstractImagePrototype cellEditorCancel()
          An image indicating that a column is sorted in ascending order.
 

Method Detail

cellEditorAccept

com.google.gwt.user.client.ui.AbstractImagePrototype cellEditorAccept()
An image used to fill the available width.

Returns:
a prototype of this image

cellEditorCancel

com.google.gwt.user.client.ui.AbstractImagePrototype cellEditorCancel()
An image indicating that a column is sorted in ascending order.

Returns:
a prototype of this image