Uses of Interface
com.jbstrap.ui.components.listgrid.interfaces.ListGridCellFormatter
Package
Description
-
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid
Modifier and TypeMethodDescriptionListGrid.getDefaultFormatter
(ListGridColumnType type) Gets the default formatter for the specified column.final ListGridCellFormatter
ListGridColumn.getFormatter()
Gets the column’s formatter class.Modifier and TypeMethodDescriptionListGrid.setDefaultFormatter
(ListGridColumnType type, ListGridCellFormatter formatter) Sets the default formatter for the grid using the specified column type.final ListGridColumn
ListGridColumn.setFormatter
(ListGridCellFormatter formatter) Sets the column formatter class.ModifierConstructorDescriptionListGridColumn
(DataDescriptorColumn dataDescriptorColumn, String language, ListGridCellFormatter defaultFormatter) Creates a new list grid column based on the specified DataDescriptor with the default formatter class and language code. -
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.enums
-
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.formatters
-
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.interfaces
Modifier and TypeMethodDescription