Package com.google.gwt.cell.client
Standard Cell subclasses used by the
cellview widgets. The available
cell types are:
AbstractCell- a convenience implementation for subclassingActionCell- a Button that responds to mouse clicks via aDelegateinterfaceButtonCell- a cell that displays a button with custom textCell- the main interfaceCheckboxCell- a cell that display sa checkboxClickableTextCell- HTML text that responds to mouse clicksCompositeCell- a cell that wraps other cellsDateCell- a cell displays a date (NOTE: does not currently perform any localization)DatePickerCell- a cell that displays a date and allows editing using aDatePickerwidgetEditTextCell- a cell that displays editable textIconCellDecorator- a cell that adds an icon to another cellCurrencyCell- a cell that displays a formatted numberSelectionCell- a cell that displays a drop-down listTextCell- a cell that displays HTML textTextInputCell- a cell that provides text input
In addition to cells, this package provides the following interfaces:
- Since:
- GWT 2.1
-
Interface Summary Interface Description ActionCell.Delegate<T> The delegate that will handle events from the cell.ButtonCellBase.Appearance<C> The appearance used to render this Cell.ButtonCellBase.DefaultAppearance.Resources The resources used by this appearance.ButtonCellBase.DefaultAppearance.Style The Styles used by this appearance.ButtonCellBase.DefaultAppearance.Template The templates used by this appearance.Cell<C> A lightweight representation of a renderable object.EditTextCell.Template FieldUpdater<T,C> AFieldUpdatermay be added to a Column to update a particular field of a data item.HasCell<T,C> An interface for extracting a value of type C from an underlying data value of type T, provide aCellto render that value, and provide aFieldUpdaterto perform notification of updates to the cell.IconCellDecorator.Template ImageCell.Template ImageLoadingCell.Renderers The renderers used by this cell.ImageLoadingCell.Resources The images used by theImageLoadingCell.DefaultRenderers.ImageLoadingCell.Template IsCollapsible Indicates that a UI component can be collapsed next to another UI component, thus sharing a common border.SafeImageCell.Template SelectionCell.Template TextButtonCell.Appearance The appearance used to render this Cell.TextInputCell.Template ValueUpdater<C> AValueUpdatermay be added to aCellto provide updated data. -
Class Summary Class Description AbstractCell<C> A default implementation of theCellinterface.AbstractEditableCell<C,V> A default implementation of theCellinterface used for editable cells that need to save view data state for specific values.AbstractInputCell<C,V> AnAbstractCellused to render input elements that can receive focus.AbstractSafeHtmlCell<C> A superclass forCells that render or escape a String argument as HTML.ActionCell<C> A cell that renders a button and takes a delegate to perform actions on mouseUp.ButtonCell ACellused to render a button.ButtonCellBase<C> Base class for button Cells.ButtonCellBase.DefaultAppearance<C> The default implementation of theButtonCellBase.Appearance.Cell.Context Contains information about the context of the Cell.CheckboxCell ACellused to render a checkbox.ClickableTextCell ACellused to render text.CompositeCell<C> DateCell ACellused to renderDates.DatePickerCell ACellused to render and editDates.EditTextCell An editable text cell.EditTextCell.ViewData The view data object used by this cell.IconCellDecorator<C> ImageCell AnAbstractCellused to render an image.ImageLoadingCell AnAbstractCellused to render an image.ImageLoadingCell.DefaultRenderers The defaultSafeHtmlRenderers.ImageResourceCell AnAbstractCellused to render anImageResource.NumberCell ACellused to render formatted numbers.SafeHtmlCell ACellused to render safe HTML markup.SafeImageCell AnAbstractCellused to render an image by using aSafeUri.SelectionCell ACellused to render a drop-down list.TextButtonCell TextButtonCellis a simple button with text content.TextButtonCell.DefaultAppearance The default implementation of theTextButtonCell.Appearance.TextCell ACellused to render text.TextInputCell AnAbstractCellused to render a text input.TextInputCell.ViewData TheViewDatafor this cell. -
Enum Summary Enum Description ButtonCellBase.Decoration The decoration applied to the button.