Uses of Class
org.teamapps.dto.UiComboBoxTreeRecord
-
Uses of UiComboBoxTreeRecord in org.teamapps.dto
Fields in org.teamapps.dto declared as UiComboBoxTreeRecord Modifier and Type Field Description protected UiComboBoxTreeRecordUiComboBox.ReplaceFreeTextEntryCommand. newEntryFields in org.teamapps.dto with type parameters of type UiComboBoxTreeRecord Modifier and Type Field Description protected java.util.List<UiComboBoxTreeRecord>UiComboBox.SetChildNodesCommand. childrenprotected java.util.List<UiComboBoxTreeRecord>UiComboBox.SetDropDownDataCommand. dataprotected java.util.List<UiComboBoxTreeRecord>UiComboBox. staticDataMethods in org.teamapps.dto that return UiComboBoxTreeRecord Modifier and Type Method Description UiComboBoxTreeRecordUiComboBox.ReplaceFreeTextEntryCommand. getNewEntry()UiComboBoxTreeRecordUiComboBoxTreeRecord. setAsString(java.lang.String asString)UiComboBoxTreeRecordUiComboBoxTreeRecord. setDisplayTemplateId(java.lang.String displayTemplateId)UiComboBoxTreeRecordUiComboBoxTreeRecord. setDropDownTemplateId(java.lang.String dropDownTemplateId)UiComboBoxTreeRecordUiComboBoxTreeRecord. setExpanded(boolean expanded)UiComboBoxTreeRecordUiComboBoxTreeRecord. setId(int id)UiComboBoxTreeRecordUiComboBoxTreeRecord. setLazyChildren(boolean lazyChildren)UiComboBoxTreeRecordUiComboBoxTreeRecord. setParentId(java.lang.Integer parentId)UiComboBoxTreeRecordUiComboBoxTreeRecord. setValues(java.util.Map<java.lang.String,java.lang.Object> values)Methods in org.teamapps.dto that return types with arguments of type UiComboBoxTreeRecord Modifier and Type Method Description java.util.List<UiComboBoxTreeRecord>UiComboBox.SetChildNodesCommand. getChildren()java.util.List<UiComboBoxTreeRecord>UiComboBox.SetDropDownDataCommand. getData()java.util.List<UiComboBoxTreeRecord>UiComboBox. getStaticData()Method parameters in org.teamapps.dto with type arguments of type UiComboBoxTreeRecord Modifier and Type Method Description UiComboBoxUiComboBox. setStaticData(java.util.List<UiComboBoxTreeRecord> staticData)UiTagComboBoxUiTagComboBox. setStaticData(java.util.List<UiComboBoxTreeRecord> staticData)Constructors in org.teamapps.dto with parameters of type UiComboBoxTreeRecord Constructor Description ReplaceFreeTextEntryCommand(java.lang.String componentId, java.lang.String freeText, UiComboBoxTreeRecord newEntry)Constructor parameters in org.teamapps.dto with type arguments of type UiComboBoxTreeRecord Constructor Description SetChildNodesCommand(java.lang.String componentId, int parentId, java.util.List<UiComboBoxTreeRecord> children)SetDropDownDataCommand(java.lang.String componentId, java.util.List<UiComboBoxTreeRecord> data)