See: Description
| Class | Description |
|---|---|
| ExampleDataUtil |
Utility class to create data for the
WTable examples. |
| FilterableTableExample |
An example of a bean bound
WTable with column level filtering. |
| PersonBean |
An example Person bean.
|
| PersonBean.TravelDoc |
Example travel document bean.
|
| SimpleEditableTableExample |
This example demonstrates a
WTable that is bean bound and editable. |
| SimpleExpandableContentTableExample |
This example demonstrates a simple
WTable that is bean bound and has a custom renderer for expandable rows. |
| SimpleExpandableContentTableExample.TravelDocPanel |
An example component to display travel document details.
|
| SimpleExpandableTableExample |
This example demonstrates a simple
WTable that is bean bound and has expandable rows. |
| SimplePaginationTableExample |
This example demonstrates a simple
WTable that is bean bound and has pagination. |
| SimplePaginationTableWithSelectablesExample |
This example demonstrates a simple
WTable that has been been bound, has pagination, and has row selection. |
| SimplePaginationWithRowOptionsTableExample |
This example demonstrates a simple
WTable that is bean bound, has pagination and the rows per page options
set. |
| SimpleSelectableTableExample |
This example demonstrates a simple
WTable that is bean bound and has row selection. |
| SimpleSortingTableExample |
This example demonstrates a simple
WTable that is bean bound and has sorting defined for each column. |
| SimpleTableExample |
This example demonstrates a simple
WTable that is bean bound. |
| TableBeanProviderExample |
This example shows the use of a
WTable with a bean provider that provides the list of beans. |
| TableBeanProviderExample.PersonDataModel |
An example data model that shows how to display data from a bean.
|
| TableCellActionExample |
This example shows the use of an action from within a
WTable table cell. |
| TableContentExample |
This example shows use of a
WTable, with a two-dimensional array of data and rendering of dynamic content. |
| TableExpandableContentModelExample |
This class demonstrates an implementation of
WTable.TableModel that allows for expandable rows. |
| TableExpandableContentModelExample.ExampleExpandableModel |
This class is an example of a table model that will support one expandable level.
|
| TableExpandableContentModelExample.TravelDocPanel |
An example component to display travel document details.
|
| TableLoadPerformance |
Example of
WTable using large amounts of data. |
| TableLoadPerformance.ExpandNode |
The expandable node required by WDataTable.
|
| TableLoadPerformance.MyWText |
WText that by passes I18N processing.
|
| TableLoadPerformance.TravelDocPanel |
An example component to display travel document details.
|
| TableRowEditingAjaxExample |
This example demonstrates an editable table.
|
| TableRowEditingAjaxExample.MyModel |
Model to hold the edit row keys.
|
| TableScrollableModelExample |
This example shows use of a
WTable, with a WTable.ScrollableTableModel. |
| TableScrollableModelExample.ExampleScrollableModel |
Example of a scrollable table model.
|
| WTableColumnAlignmentExample |
This example shows the simplest use of a
WTable, with a two-dimensional array of data and a simple of of
column alignment. |
| WTableColumnWidthExample |
This example shows the simplest use of a
WTable, with a two-dimensional array of data and a simple of of
column width. |
| WTableExample |
This example shows the simplest use of a
WTable, with a two-dimensional array of data. |
| WTableOptionsExample |
This class demonstrates the options available on a
WTable. |
| WTableOptionsExample.TravelDocPanel |
An example component to display travel document details.
|
Copyright © 2024. All rights reserved.