public class UserCustomRow extends UserRow<UserCustomColumn,UserCustomTable>
columns, columnTypes, table, values| Constructor and Description |
|---|
UserCustomRow(UserCustomRow userCustomRow)
Copy Constructor
|
UserCustomRow(UserCustomTable table)
Constructor to create an empty row
|
UserCustomRow(UserCustomTable table,
UserCustomColumns columns,
int[] columnTypes,
Object[] values)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
UserCustomRow |
copy()
Copy the row
|
UserCustomColumns |
getColumns() |
columnToContentValue, isValid, setValid, toContentValuescolumnCount, copyValue, getAsMap, getColumn, getColumn, getColumnIndex, getColumnName, getColumnNames, getId, getPkColumn, getPkColumnIndex, getRowColumnType, getRowColumnType, getRowColumnTypes, getTable, getValue, getValue, getValues, getValueString, getValueString, hasColumn, hasId, hasIdColumn, resetId, setId, setValue, setValue, validateValuepublic UserCustomRow(UserCustomTable table, UserCustomColumns columns, int[] columnTypes, Object[] values)
table - user custom tablecolumns - columnscolumnTypes - column typesvalues - valuespublic UserCustomRow(UserCustomTable table)
table - user custom tablepublic UserCustomRow(UserCustomRow userCustomRow)
userCustomRow - user custom row to copypublic UserCustomColumns getColumns()
getColumns in class UserCoreRow<UserCustomColumn,UserCustomTable>public UserCustomRow copy()