Package org.teamapps.dto
Class AbstractUiComboBox.ReplaceFreeTextEntryCommand
java.lang.Object
org.teamapps.dto.AbstractUiComboBox.ReplaceFreeTextEntryCommand
- Enclosing class:
AbstractUiComboBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected UiComboBoxTreeRecord -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.ReplaceFreeTextEntryCommand(String componentId, String freeText, UiComboBoxTreeRecord newEntry) -
Method Summary
-
Field Details
-
componentId
-
freeText
-
newEntry
-
-
Constructor Details
-
ReplaceFreeTextEntryCommand
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
ReplaceFreeTextEntryCommand
public ReplaceFreeTextEntryCommand(String componentId, String freeText, UiComboBoxTreeRecord newEntry)
-
-
Method Details
-
toString
-
getComponentId
- Specified by:
getComponentIdin interfaceUiCommand<Void>
-
getFreeText
-
getNewEntry
-