Uses of Interface
com.jbstrap.ui.components.listgrid.interfaces.ListGridCellFormatter
Packages that use ListGridCellFormatter
Package
Description
-
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid
Methods in com.jbstrap.ui.components.listgrid that return ListGridCellFormatterModifier and TypeMethodDescriptionListGrid.getDefaultFormatter
(ListGridColumnType type) Gets the default formatter for the specified column.final ListGridCellFormatter
ListGridColumn.getFormatter()
Gets the column’s formatter class.Methods in com.jbstrap.ui.components.listgrid with parameters of type ListGridCellFormatterModifier 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.Constructors in com.jbstrap.ui.components.listgrid with parameters of type ListGridCellFormatterModifierConstructorDescriptionListGridColumn
(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
Methods in com.jbstrap.ui.components.listgrid.enums that return ListGridCellFormatter -
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.formatters
Classes in com.jbstrap.ui.components.listgrid.formatters that implement ListGridCellFormatter -
Uses of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.interfaces
Subinterfaces of ListGridCellFormatter in com.jbstrap.ui.components.listgrid.interfacesMethods in com.jbstrap.ui.components.listgrid.interfaces that return ListGridCellFormatterModifier and TypeMethodDescription