Uses of Class
org.teamapps.dto.UiTableClientRecord
-
-
Uses of UiTableClientRecord in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTableClientRecord Modifier and Type Field Description protected UiTableClientRecordUiTable.UpdateRecordCommand. recordFields in org.teamapps.dto with type parameters of type UiTableClientRecord Modifier and Type Field Description protected java.util.List<UiTableClientRecord>UiTable.AddDataCommand. dataprotected java.util.List<UiTableClientRecord>UiTable.InsertRowsCommand. dataprotected java.util.List<UiTableClientRecord>UiTable.SetChildrenDataCommand. dataprotected java.util.List<UiTableClientRecord>UiTable. tableDataMethods in org.teamapps.dto that return UiTableClientRecord Modifier and Type Method Description UiTableClientRecordUiTable.UpdateRecordCommand. getRecord()UiTableClientRecordUiTableClientRecord. setAsString(java.lang.String asString)UiTableClientRecordUiTableClientRecord. setBold(boolean bold)UiTableClientRecordUiTableClientRecord. setId(int id)UiTableClientRecordUiTableClientRecord. setMarkings(java.util.List<java.lang.String> markings)UiTableClientRecordUiTableClientRecord. setMessages(java.util.Map<java.lang.String,java.util.List<UiFieldMessage>> messages)UiTableClientRecordUiTableClientRecord. setSelected(boolean selected)UiTableClientRecordUiTableClientRecord. setValues(java.util.Map<java.lang.String,java.lang.Object> values)Methods in org.teamapps.dto that return types with arguments of type UiTableClientRecord Modifier and Type Method Description java.util.List<UiTableClientRecord>UiTable.AddDataCommand. getData()java.util.List<UiTableClientRecord>UiTable.InsertRowsCommand. getData()java.util.List<UiTableClientRecord>UiTable.SetChildrenDataCommand. getData()java.util.List<UiTableClientRecord>UiTable. getTableData()Method parameters in org.teamapps.dto with type arguments of type UiTableClientRecord Modifier and Type Method Description UiTableUiTable. setTableData(java.util.List<UiTableClientRecord> tableData)Constructors in org.teamapps.dto with parameters of type UiTableClientRecord Constructor Description UpdateRecordCommand(java.lang.String componentId, UiTableClientRecord record)Constructor parameters in org.teamapps.dto with type arguments of type UiTableClientRecord Constructor Description AddDataCommand(java.lang.String componentId, int startRowIndex, java.util.List<UiTableClientRecord> data, int totalNumberOfRecords, java.lang.String sortField, UiSortDirection sortDirection, boolean clearTableCache)InsertRowsCommand(java.lang.String componentId, int index, java.util.List<UiTableClientRecord> data)SetChildrenDataCommand(java.lang.String componentId, int parentRecordId, java.util.List<UiTableClientRecord> data)
-