package com.codename1.ui.table

Table component for editing and viewing tabular data and arranging Codename One components in a tabular form

Types

class AbstractTableModelThis abstract class extends table model with various capabilities such as type information etc.
class DefaultTableModelA default implementation of the table model based on a two dimensional array.
class SortableTableModelA proxy that wraps the table model providing sorting API that can be leveraged by the table
class TableThe Table class represents a grid of data that can be used for rendering a grid of components/labels.
class TableLayoutTableLayout 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 TableModelThe table and table model class are complimentry classes allowing the quick construction of tabular data controls.