Uses of Class
com.jk.core.model.table.JKTableColumnValue
Packages that use JKTableColumnValue
-
Uses of JKTableColumnValue in com.jk.core.model.table
Methods in com.jk.core.model.table that return types with arguments of type JKTableColumnValueModifier and TypeMethodDescriptionJKTableRecord.getColumnsValues()This method gets the columns values.Method parameters in com.jk.core.model.table with type arguments of type JKTableColumnValueModifier and TypeMethodDescriptionvoidJKTableRecord.setColumnsValues(Vector<JKTableColumnValue> values) This method changes the column values to the specified values.