package com.codename1.ui.table
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
Types
class AbstractTableModel | This abstract class extends table model with various capabilities such as type information etc. |
class DefaultTableModel | A default implementation of the table model based on a two dimensional array. |
class SortableTableModel | A proxy that wraps the table model providing sorting API that can be leveraged by the table |
class Table | The Table class represents a grid of data that can be used for rendering a grid of components/labels. |
class TableLayout | TableLayout is a very elaborate constraint based layout manager that can arrange elements in rows/columns while defining constraints to control complex behavior such as spanning, alignment/weight etc. |
interface TableModel | The table and table model class are complimentry classes allowing the quick construction of tabular data controls. |