Uses of Class
com.nnamo.view.customcomponents.CustomTable.Builder
Packages that use CustomTable.Builder
-
Uses of CustomTable.Builder in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents that return CustomTable.BuilderModifier and TypeMethodDescriptionCustomTable.Builder.setCustomRadioButtons
(ArrayList<JRadioButton> radioButtons) Sets custom radio buttons for filtering in the table.CustomTable.Builder.setDataType
(DataType dataType) Sets the data type for the table.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.CustomTable.Builder.setTableColumns
(ColumnName[] tableColumns) Sets the columns to be displayed in the table.Constructors in com.nnamo.view.customcomponents with parameters of type CustomTable.BuilderModifierConstructorDescriptionCustomTable
(CustomTable.Builder builder) Create aCustomTable
with the specified parameters inside the builder.