Java com.vaadin.v7.ui Table fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.ui Table fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.ui Table.

The text is from its open source code.

Subclass

com.vaadin.v7.ui.Table has subclasses.
Click this link to see all its subclasses.

Constructor

Table()
Creates a new empty table.
Table(String caption)
Creates a new empty table with caption.
Table(String caption, Container dataSource)
Creates a new table with caption and connect it to a Container.

Method

voidaddGeneratedColumn(Object id, ColumnGenerator generatedColumn)
Adds a generated column to the Table.
voidaddItemClickListener(ItemClickListener listener)
ContainergetContainerDataSource()
Gets the viewing data-source container.
ItemgetItem(Object itemId)
Gets the item from the container with given id.
Object[]getVisibleColumns()
Gets the array of visible column id:s, including generated columns.
voidsetColumnExpandRatio(Object propertyId, float expandRatio)
Sets the column expand ratio for given column.
voidsetColumnHeader(Object propertyId, String header)
Sets the column header for the specified column.
voidsetColumnWidth(Object propertyId, int width)
Sets columns width (in pixels).
voidsetContainerDataSource(Container newDataSource)
Sets the Container that serves as the data source of the viewer.
voidsetContainerDataSource(Container newDataSource, Collection visibleIds)
Sets the container data source and the columns that will be visible.
voidsetEditable(boolean editable)
Sets the editable property.
voidsetSelectable(boolean selectable)
Setter for property selectable.
voidsetSizeFull()
Sets the size to 100% x 100%.