TableBehavior
Controls the look and feel for a Table.
Types
Responsible for creating a View to represent each cell in the Table.
Determines the location and height of rows in the Table.
Properties
PointerListeners that are notified during the sinking phase of pointer event handling for the Table's body.
PointerMotionListeners that are notified during the sinking phase of pointer-motion event handling for the Table's body.
PointerListeners that are notified during the sinking phase of pointer event handling for the Table's footer.
PointerMotionListeners that are notified during the sinking phase of pointer-motion event handling for the Table's footer.
PointerListeners that are notified during the sinking phase of pointer event handling for the Table's header.
PointerMotionListeners that are notified during the sinking phase of pointer-motion event handling for the Table's header.
Inherited properties
Functions
Requests that the Table repaint its body. This will result in a call to renderBody.
Requests that the Table repaint a column. This will result in a call to renderColumnBody.
Requests that the Table repaint its footer. This will result in a call to renderFooter.
Requests that the Table repaint its header. This will result in a call to renderHeader.
Inherited 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.