Uses of Class
org.vaadin.miki.superfields.itemgrid.CellInformation
-
Packages that use CellInformation Package Description org.vaadin.miki.superfields.itemgrid -
-
Uses of CellInformation in org.vaadin.miki.superfields.itemgrid
Methods in org.vaadin.miki.superfields.itemgrid that return CellInformation Modifier and Type Method Description protected CellInformation<T>ItemGrid. buildPaddingCell(int row, int column)protected CellInformation<T>ItemGrid. buildValueCell(T item, int row, int column)CellInformation<T>CellSelectionEvent. getCellInformation()Methods in org.vaadin.miki.superfields.itemgrid that return types with arguments of type CellInformation Modifier and Type Method Description List<CellInformation<T>>ItemGrid. getCellInformation()Returns a list with information about each cell.Optional<CellInformation<T>>ItemGrid. getCellInformation(int row, int column)ReturnsCellInformationthat corresponds to the cell of given coordinates.Optional<CellInformation<T>>ItemGrid. getCellInformation(T value)ReturnsCellInformationthat corresponds to the provided value.List<CellInformation<T>>ItemGrid. getColumnCellInformation(int column)Returns a list withCellInformationfor each cell in given column.List<CellInformation<T>>ItemGrid. getRowCellInformation(int row)Returns a list withCellInformationfor each cell in given row.Optional<CellInformation<T>>ItemGrid. getSelectedCellInformation()ReturnsCellInformationabout currently selected cell.Methods in org.vaadin.miki.superfields.itemgrid with parameters of type CellInformation Modifier and Type Method Description protected 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 CellInformation Constructor Description CellSelectionEvent(CellInformation<T> information, boolean selected)Creates the event.
-