Module org.tentackle.fx
Package org.tentackle.fx.table.type
package org.tentackle.fx.table.type
FX table cell types.
-
ClassesClassDescriptionBase cell type for all date- and time-related types.Base class of a table and treetable cell type.A
BMoneycell type.ABooleancell type.DateTableCellType<T extends Date>Datecell type.
Applies to java.util.Date, java.sql.Date and org.tentackle.common.Date.AnEnumcell type.I18NText cell type.Instantcell type.LocalDatecell type.LocalDateTimecell type.LocalTimecell type.NumberTableCellType<T extends Number>TheNumbercell type.
Provided as a fallback to application specific types that don't provide tThe most simple cell type.
Fallback if type does not correspond to a known cell-type.OffsetDateTimecell type.OffsetTimecell type.String cell type.Timestampcell type.
Applies to java.sql.Timestamp and org.tentackle.common.Timestamp.Timecell type.
Applies to java.sql.Time and org.tentackle.common.Time.ZonedDateTimecell type.