Uses of Interface
io.github.tonywasher.joceanus.tethys.api.table.TethysUITableColumn
Packages that use TethysUITableColumn
Package
Description
Tethys Table Manager API.
Tethys Core Table Manager.
-
Uses of TethysUITableColumn in io.github.tonywasher.joceanus.tethys.api.table
Subinterfaces of TethysUITableColumn in io.github.tonywasher.joceanus.tethys.api.tableModifier and TypeInterfaceDescriptionstatic interfaceCharArray Column Definition.static interfaceDateTableColumn.static interfaceIconTableColumn.static interfaceInteger Column Definition.static interfaceTethysUITableColumn.TethysUITableListColumn<T extends Comparable<? super T>,C, R> ListTableColumn.static interfaceLong Column Definition.static interfaceMoney Column Definition.static interfacePrice Column Definition.static interfaceRate Column Definition.static interfaceRatio Column Definition.static interfaceRawDecimal Column Definition.static interfaceScrollTableColumn.static interfaceShort Column Definition.static interfaceString Column Definition.static interfaceUnits Column Definition.Methods in io.github.tonywasher.joceanus.tethys.api.table that return TethysUITableColumnModifier and TypeMethodDescriptionTethysUITableCell.getColumn()Obtain the column.Obtain the column for the id.TethysUITableColumn.setCellEditable(Predicate<R> pEditable) Set the cell-editable tester.TethysUITableColumn.setCellValueFactory(Function<R, T> pFactory) Set cell value Factory.TethysUITableColumn.setColumnWidth(int pWidth) Set the column width.TethysUITableColumn.setEditable(boolean pEditable) Set the edit-ability of the column.Set the name of the column.TethysUITableColumn.setOnCommit(TethysUITableColumn.TethysUIOnCellCommit<R, T> pOnCommit) Set the on-commit consumer.TethysUITableColumn.setRepaintColumnId(C pRePaintId) Set repaintColumnId.TethysUITableColumn.setRepaintColumnOnCommit(boolean pRePaint) Set repaintColumn on Commit.TethysUITableColumn.setVisible(boolean pVisible) Set the visibility of the column. -
Uses of TethysUITableColumn in io.github.tonywasher.joceanus.tethys.core.table
Classes in io.github.tonywasher.joceanus.tethys.core.table that implement TethysUITableColumnMethods in io.github.tonywasher.joceanus.tethys.core.table that return TethysUITableColumnModifier and TypeMethodDescriptionTethysUICoreTableManager.getLastChild()Get the last child.TethysUICoreTableManagerImpl.getLastChild()Methods in io.github.tonywasher.joceanus.tethys.core.table with parameters of type TethysUITableColumnModifier and TypeMethodDescriptionvoidTethysUICoreTableManager.registerColumn(TethysUITableColumn<?, C, R> pColumn) Register the column.voidTethysUICoreTableManagerImpl.registerColumn(TethysUITableColumn<?, C, R> pColumn) voidTethysUICoreTableManager.setLastChild(TethysUITableColumn<?, C, R> pChild) Set the last child.voidTethysUICoreTableManagerImpl.setLastChild(TethysUITableColumn<?, C, R> pChild)