Uses of Enum Class
org.patternfly.component.table.TableType
Packages that use TableType
Package
Description
Provides table components for displaying structured data in rows and columns.
-
Uses of TableType in org.patternfly.component.table
Subclasses with type arguments of type TableType in org.patternfly.component.tableModifier and TypeClassDescriptionenumDefines whether aTableuses a flat grid or tree grid ARIA role.Methods in org.patternfly.component.table that return TableTypeModifier and TypeMethodDescriptionstatic TableTypeReturns the enum constant of this class with the specified name.static TableType[]TableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.patternfly.component.table with parameters of type TableType