com.google.gwt.cell.client.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-client Show documentation
Show all versions of vaadin-client Show documentation
Vaadin is a web application framework for Rich Internet Applications (RIA).
Vaadin enables easy development and maintenance of fast and
secure rich web
applications with a stunning look and feel and a wide browser support.
It features a server-side architecture with the majority of the logic
running
on the server. Ajax technology is used at the browser-side to ensure a
rich
and interactive user experience.
/*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
* Standard {@link com.google.gwt.cell.client.Cell} subclasses used by the
* {@link com.google.gwt.user.cellview.client cellview} widgets. The available
* cell types are:
*
* - {@link com.google.gwt.cell.client.AbstractCell AbstractCell} - a convenience implementation for subclassing
* - {@link com.google.gwt.cell.client.ActionCell ActionCell} - a Button that responds to mouse clicks via a
* {@link com.google.gwt.cell.client.ActionCell.Delegate Delegate} interface
* - {@link com.google.gwt.cell.client.ButtonCell ButtonCell} - a cell that displays a button with custom text
* - {@link com.google.gwt.cell.client.Cell Cell} - the main interface
-
*
- {@link com.google.gwt.cell.client.CheckboxCell CheckboxCell} - a cell that display sa checkbox
* - {@link com.google.gwt.cell.client.ClickableTextCell ClickableTextCell} - HTML text that responds to mouse clicks
* - {@link com.google.gwt.cell.client.CompositeCell CompositeCell} - a cell that wraps other cells
* - {@link com.google.gwt.cell.client.DateCell DateCell} - a cell displays a date (NOTE: does not currently perform
* any localization)
* - {@link com.google.gwt.cell.client.DatePickerCell DatePickerCell} - a cell that displays a date and allows editing
* using a {@link com.google.gwt.user.datepicker.client.DatePicker DatePicker}
* widget
* - {@link com.google.gwt.cell.client.EditTextCell EditTextCell} - a cell that displays editable text
* - {@link com.google.gwt.cell.client.IconCellDecorator IconCellDecorator} - a cell that adds an icon to another cell
* - {@link com.google.gwt.cell.client.NumberCell CurrencyCell} - a cell that displays a formatted number
* - {@link com.google.gwt.cell.client.SelectionCell SelectionCell} - a cell that displays a drop-down list
* - {@link com.google.gwt.cell.client.TextCell TextCell} - a cell that displays HTML text
* - {@link com.google.gwt.cell.client.TextInputCell TextInputCell} - a cell that provides text input
*
*
*
* In addition to cells, this package provides the following interfaces:
*
* - {@link com.google.gwt.cell.client.HasCell HasCell}
* - {@link com.google.gwt.cell.client.ValueUpdater ValueUpdater}
* - {@link com.google.gwt.cell.client.FieldUpdater FieldUpdater}
*
*
*
* @since GWT 2.1
*/
@com.google.gwt.util.PreventSpuriousRebuilds
package com.google.gwt.cell.client;