AbstractTableBehavior
Inheritors
Types
Creates the Views used for a Table's column footer.
Creates the Views used for a Table's column header.
Provides the MetaRowGeometry for a given Table
Controls what goes into the unused space after the last column of a Table. This virtual column is visible when the real columns do not fill the entire width of the Table.
Properties
Functions
Called whenever movement of a column (started when moveColumn was called) ends.
Called whenever a column needs to automatically move to a location. This happens (for example) if a column is being reordered. The given block controls the progress and timing of this move, allowing for custom animation.
Used to render the Table's body background.
Used to render the Table's footer background.
Used to render the Table's header background.