Uses of Class
org.vaadin.miki.superfields.itemgrid.CellInformation
Packages that use CellInformation
-
Uses of CellInformation in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return CellInformationModifier and TypeMethodDescriptionprotected final CellInformation<T>ItemGrid.buildPaddingCell(int row, int column) protected final CellInformation<T>ItemGrid.buildValueCell(T item, int row, int column) CellSelectionEvent.getCellInformation()Methods in org.vaadin.miki.superfields.itemgrid that return types with arguments of type CellInformationModifier and TypeMethodDescriptionItemGrid.getCellInformation()Returns a list with information about each cell.ItemGrid.getCellInformation(int row, int column) ReturnsCellInformationthat corresponds to the cell of given coordinates.ItemGrid.getCellInformation(T value) ReturnsCellInformationthat corresponds to the provided value.ItemGrid.getColumnCellInformation(int column) Returns a list withCellInformationfor each cell in given column.ItemGrid.getRowCellInformation(int row) Returns a list withCellInformationfor each cell in given row.ItemGrid.getSelectedCellInformation()ReturnsCellInformationabout currently selected cell.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type CellInformationModifier and TypeMethodDescriptionprotected voidItemGrid.clickCell(CellInformation<T> information) Reacts to cell being clicked in the browser.protected voidItemGrid.registerClickEvents(CellInformation<T> information) Adds a click listener to the dom element of theComponentinside givenCellInformation.Constructors in org.vaadin.miki.superfields.itemgrid with parameters of type CellInformationModifierConstructorDescriptionCellSelectionEvent(CellInformation<T> information, boolean selected) Creates the event.