LabelRenderer
Value members
Constructors
Concrete methods
Inherited methods
def componentFor(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Component
Configures the component before returning it.
Configures the component before returning it.
- Inherited from
- AbstractRenderer
def preConfigure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit
Standard pre-configuration that is commonly done for any component.
Standard pre-configuration that is commonly done for any component.
- Inherited from
- AbstractRenderer