Uses of Enum Class
com.nnamo.enums.ColumnName
Packages that use ColumnName
-
Uses of ColumnName in com.nnamo.enums
Methods in com.nnamo.enums that return ColumnNameModifier and TypeMethodDescriptionstatic ColumnName
Returns the enum constant of this class with the specified name.static ColumnName[]
ColumnName.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ColumnName in com.nnamo.interfaces
Methods in com.nnamo.interfaces with parameters of type ColumnNameModifier and TypeMethodDescriptionvoid
TableRowClickBehaviour.onRowClick
(Object rowData, ColumnName[] tableColumns, DataType dataType) -
Uses of ColumnName in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents with parameters of type ColumnNameModifier and TypeMethodDescriptionvoid
CustomTable.removeRow
(String string, ColumnName columnName) Adds a new row to the table with the specified data.CustomTable.Builder.setHiddenColumns
(ColumnName[] hiddenColumns) sets the columns to be hidden in the table.CustomTable.Builder.setSearchColumns
(ColumnName[] searchColumns) Sets the columns to be used for searching in the table.void
CustomTable.setSearchColumns
(ColumnName[] columns) Sets the columns to be used for searching in the table.CustomTable.Builder.setTableColumns
(ColumnName[] tableColumns) Sets the columns to be displayed in the table.