Uses of Class
org.teamapps.dto.UiComboBoxTreeRecord
-
Uses of UiComboBoxTreeRecord in org.teamapps.dto
Fields in org.teamapps.dto declared as UiComboBoxTreeRecordModifier and TypeFieldDescriptionprotected UiComboBoxTreeRecordAbstractUiComboBox.ReplaceFreeTextEntryCommand.newEntryMethods in org.teamapps.dto that return UiComboBoxTreeRecordModifier and TypeMethodDescriptionAbstractUiComboBox.ReplaceFreeTextEntryCommand.getNewEntry()UiComboBoxTreeRecord.setAsString(String asString) UiComboBoxTreeRecord.setDisplayTemplateId(String displayTemplateId) UiComboBoxTreeRecord.setDropDownTemplateId(String dropDownTemplateId) UiComboBoxTreeRecord.setExpanded(boolean expanded) UiComboBoxTreeRecord.setId(int id) UiComboBoxTreeRecord.setLazyChildren(boolean lazyChildren) UiComboBoxTreeRecord.setParentId(Integer parentId) UiComboBoxTreeRecord.setSelectable(boolean selectable) Constructors in org.teamapps.dto with parameters of type UiComboBoxTreeRecordModifierConstructorDescriptionReplaceFreeTextEntryCommand(String componentId, String freeText, UiComboBoxTreeRecord newEntry)