Uses of Class
com.jk.core.model.table.JKTableColumn
Packages that use JKTableColumn
-
Uses of JKTableColumn in com.jk.core.model.table
Methods in com.jk.core.model.table that return JKTableColumnModifier and TypeMethodDescriptionJKColumnFilter.getColumn()This method gets the column associated with this column filter.JKTableRecord.getColumn(int index) This method gets the column values associated with the provided index.JKTableColumnValue.getTableColumn()This method the table column associated with this value.JKTableModel.getTableColumn(int visibleColumnIndex) This method gets the table column associated with the provided visible index.JKTableModel.getTableColumn(int col, boolean visibleIndex) This method gets the table column using the provided index.Methods in com.jk.core.model.table that return types with arguments of type JKTableColumnModifier and TypeMethodDescriptionJKTableModel.getTableColumns()This method returns all the table columns model.Methods in com.jk.core.model.table with parameters of type JKTableColumnModifier and TypeMethodDescriptionvoidJKTableRecord.addEmptyValue(JKTableColumn col) This method adds a new empty column value.voidJKTableModel.addJKTableColumn(JKTableColumn col) This method adds a new column to the table model.voidJKColumnFilter.setColumn(JKTableColumn column) This method sets the column associated with this filter to the specified value.voidJKTableColumnValue.setTableColumn(JKTableColumn tableColumn) This method sets the table column to the specified column.Method parameters in com.jk.core.model.table with type arguments of type JKTableColumnModifier and TypeMethodDescriptionvoidJKTableRecord.addEmptyValues(Vector<JKTableColumn> tableColumns) This method adds multiple new empty column values.Constructors in com.jk.core.model.table with parameters of type JKTableColumnModifierConstructorDescriptionJKColumnFilter(JKTableColumn column) This method constructs a newJKColumnFilterwith the specified column.JKTableColumnValue(JKTableColumn tableColumn) This method constructs a newJKTableColumnValueassociated with the given table column.