Uses of Class
org.teamapps.dto.UiTableClientRecord
-
-
Uses of UiTableClientRecord in org.teamapps.dto
Fields in org.teamapps.dto with type parameters of type UiTableClientRecord Modifier and Type Field Description protected java.util.List<UiTableClientRecord>UiTable.UpdateDataCommand. newRecordsMethods in org.teamapps.dto that return UiTableClientRecord Modifier and Type Method Description 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.UpdateDataCommand. getNewRecords()
-