Revision: 8175
Author: r...@google.com
Date: Tue May 18 09:17:42 2010
Log: Add package.html files for cellview packages and fix a tag error

Review by: j...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=8175

Added:
 /branches/2.1/user/src/com/google/gwt/cell/client/package.html
 /branches/2.1/user/src/com/google/gwt/user/cellview/client/package.html
 /branches/2.1/user/src/com/google/gwt/view/client/package.html
Modified:
 /branches/2.1/user/src/com/google/gwt/user/cellview/client/CellTable.java

=======================================
--- /dev/null
+++ /branches/2.1/user/src/com/google/gwt/cell/client/package.html Tue May 18 09:17:42 2010
@@ -0,0 +1,38 @@
+<html>
+<body>
+<p>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:
+<ul>
+<li>{...@link com.google.gwt.cell.client.Cell Cell} - the main interface<li>
+<li>{...@link com.google.gwt.cell.client.AbstractCell AbstractCell} - a convenience implementation for subclassing</li> +<li>{...@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</li> +<li>{...@link com.google.gwt.cell.client.ButtonCell ButtonCell} - a cell that displays a button with custom text</li> +<li>{...@link com.google.gwt.cell.client.CheckboxCell CheckboxCell} - a cell that display sa checkbox</li> +<li>{...@link com.google.gwt.cell.client.ClickableTextCell ClickableTextCell} - HTML text that responds to mouse clicks</li> +<li>{...@link com.google.gwt.cell.client.CompositeCell CompositeCell} - a cell that wraps other cells</li> +<li>{...@link com.google.gwt.cell.client.CurrencyCell CurrencyCell} - a cell that displays a currency value (NOTE: does not
+ currently perform any localization)</li>
+<li>{...@link com.google.gwt.cell.client.DateCell DateCell} - a cell displays a date (NOTE: does not currently perform
+any localization)</li>
+<li>{...@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</li>
+<li>{...@link com.google.gwt.cell.client.IconCellDecorator IconCellDecorator} - a cell that adds an icon to another cell</li> +<li>{...@link com.google.gwt.cell.client.EditTextCell EditTextCell} - a cell that displays editable text</li> +<li>{...@link com.google.gwt.cell.client.SelectionCell SelectionCell} - a cell that displays a drop-down list</li> +<li>{...@link com.google.gwt.cell.client.TextCell TextCell} - a cell that displays HTML text</li> +<li>{...@link com.google.gwt.cell.client.TextInputCell TextInputCell} - a cell that provides text input</li>
+<ul>
+</p>
+
+<p>In addition to cells, this package provides the following interfaces:
+<ul>
+<li>{...@link com.google.gwt.cell.client.HasCell HasCell}</li>
+<li>{...@link com.google.gwt.cell.client.ValueUpdater ValueUpdater}</li>
+<li>{...@link com.google.gwt.cell.client.FieldUpdater FieldUpdater}</li>
+</ul>
+</p>
+</body>
+</html>
=======================================
--- /dev/null
+++ /branches/2.1/user/src/com/google/gwt/user/cellview/client/package.html Tue May 18 09:17:42 2010
@@ -0,0 +1,25 @@
+<html>
+<body>
+<p>The "cellview" widget set.  The current widgets include:
+
+<ul>
+<li>{...@link com.google.gwt.user.cellview.client.CellList CellList} - a simple vertical list of items, rendered by a common
+...@link com.google.gwt.cell.client.Cell Cell}</li>
+<li>{...@link com.google.gwt.user.cellview.client.CellTable CellTable} - a table in which each {...@link com.google.gwt.user.cellview.client.Column Column} is rendered by a
+common Cell.  The table may have headers and footers defined by the
+...@link com.google.gwt.user.cellview.client.Header Header} class. The {...@link com.google.gwt.user.cellview.client.IdentityColumn IdentityColumn}, {...@link com.google.gwt.user.cellview.client.TextColumn TextColumn}, and +...@link com.google.gwt.user.cellview.client.TextHeader TextHeader} classes are provided for convenience.</li> +<li>{...@link com.google.gwt.user.cellview.client.CellTree CellTree} - a tree in which all the children of a node are rendered
+by a common cell.</li>
+<li>{...@link com.google.gwt.user.cellview.client.CellBrowser CellBrowser} - a tree in which tree levels are displayed
+horizontally, with only a single node per level open at a time.</li>
+</ul>
+</p>
+<p>
+CellTable supports the notion of paging, which may be controlled by a
+...@link com.google.gwt.view.client.PagingListView.Pager Pager} such as
+...@link com.google.gwt.user.cellview.client.SimplePager SimplePager}, {...@link com.google.gwt.user.cellview.client.PageSizePager PageSizePager}, or a user-defined subclass of
+...@link com.google.gwt.user.cellview.client.AbstractPager AbstractPager}.
+</p>
+</body>
+</html>
=======================================
--- /dev/null
+++ /branches/2.1/user/src/com/google/gwt/view/client/package.html Tue May 18 09:17:42 2010
@@ -0,0 +1,39 @@
+<html>
+<body>
+<p>Classes and interfaces used by the
+...@link com.google.gwt.user.cellview.client cellview} widget set. The package
+includes:
+<ul>
+<li>{...@link com.google.gwt.view.client.ListView ListView} - interface for all views that display a list of data items
+within a {...@link com.google.gwt.view.client.Range Range}</li>
+  <ul>
+ <li>{...@link com.google.gwt.view.client.PagingListView PagingListView} - a ListView that may be controlled by a
+  {...@link com.google.gwt.view.client.PagingListView.Pager Pager}</li>
+  </ul>
+<li>{...@link com.google.gwt.view.client.AbstractListViewAdapter AbstractListViewAdapter} - a basic data source implementation</li>
+  <ul>
+ <li>{...@link com.google.gwt.view.client.ListViewAdapter ListViewAdapter} - an implementation of AbstractListViewAdapter
+  that is backed by an in-memory list</li>
+<li>{...@link com.google.gwt.view.client.AsyncListViewAdapter AsyncListViewAdapter} - an asynchronous data source
+implementation</li>
+  </ul>
+<li>{...@link com.google.gwt.view.client.SelectionModel SelectionModel} - an interface for selection of items within a
+view</li>
+  <ul>
+ <li>{...@link com.google.gwt.view.client.DefaultSelectionModel DefaultSelectionModel} - a SelectionModel that allows both
+  rule-based and explicit selection and deselection of items</li>
+ <li>{...@link com.google.gwt.view.client.SingleSelectionModel SingleSelectionModel} - a SelectionModel that allows a single item
+  to be selected</li>
+ <li>{...@link com.google.gwt.view.client.MultiSelectionModel MultiSelectionModel} - a SelectionModel that allows multiple items
+  to be selected</li>
+  <ul>
+<li>{...@link com.google.gwt.view.client.HasViewData HasViewData} - an interface to retrieve view data for an item</li> +<li>{...@link com.google.gwt.view.client.ProvidesKey ProvidesKey} - an interface to provide a unique key value for an
+item</li>
+<li>{...@link com.google.gwt.view.client.TreeViewModel TreeViewModel} - interfaces used to manage nodes in a
+...@link com.google.gwt.user.cellview.client.CellTree CellTree} or
+...@link com.google.gwt.user.cellview.client.CellBrowser CellBrowser}</li>
+</ul>
+</p>
+</body>
+</html>
=======================================
--- /branches/2.1/user/src/com/google/gwt/user/cellview/client/CellTable.java Fri May 14 08:28:05 2010 +++ /branches/2.1/user/src/com/google/gwt/user/cellview/client/CellTable.java Tue May 18 09:17:42 2010
@@ -723,7 +723,7 @@
    *
    * @param pageSize the page size
    *
-   * @throw {...@link IllegalArgumentException} if pageSize is negative or 0
+   * @throws IllegalArgumentException if pageSize is negative or 0
    */
   public void setPageSize(int pageSize) {
     impl.setPageSize(pageSize);

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to