com.google.gwt.widgetideas.table.client
Interface AbstractCellEditor.AbstractCellEditorImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle
Enclosing class:
AbstractCellEditor

public static interface AbstractCellEditor.AbstractCellEditorImages
extends com.google.gwt.user.client.ui.ImageBundle

An ImageBundle that provides images for AbstractCellEditor.


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