Interface EditableComboViewModel
- All Superinterfaces:
ComboSelectViewModel,ComboViewModel,ControlViewModel,org.eclipse.emf.ecore.EObject,IControlViewModel,IViewModel,org.eclipse.emf.common.notify.Notifier,SelectViewModel
- All Known Subinterfaces:
BorderValueControlViewModel
- All Known Implementing Classes:
BorderValueControlViewModelImpl,EditableComboViewModelImpl
A representation of the model object 'Editable Combo View Model'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.swt.graphics.ImagegetImage()Returns the value of the 'Image' attribute.getValue()Returns the value of the 'Value' attribute.booleanReturns the value of the 'Text Read Only' attribute.voidsetImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Image' attribute.voidsetTextReadOnly(boolean value) Sets the value of the 'Text Read Only' attribute.voidSets the value of the 'Value' attribute.Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ComboViewModel
getItems, getQuickSearchText, getSelectedItem, isQuickSearchAllowed, setQuickSearchAllowed, setQuickSearchText, setSelectedItemMethods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatusMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParentMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.ui.aef.viewModels.SelectViewModel
getButtons
-
Method Details
-
getValue
String getValue()Returns the value of the 'Value' attribute. The selected value.- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
getImage
org.eclipse.swt.graphics.Image getImage()Returns the value of the 'Image' attribute. The image of selected value.- Returns:
- the value of the 'Image' attribute.
- See Also:
-
setImage
void setImage(org.eclipse.swt.graphics.Image value) Sets the value of the 'Image' attribute.- Parameters:
value- the new value of the 'Image' attribute.- See Also:
-
isTextReadOnly
boolean isTextReadOnly()Returns the value of the 'Text Read Only' attribute. Indicates that whether editable combo text input is supported or not- Returns:
- the value of the 'Text Read Only' attribute.
- See Also:
-
setTextReadOnly
void setTextReadOnly(boolean value) Sets the value of the 'Text Read Only' attribute.- Parameters:
value- the new value of the 'Text Read Only' attribute.- See Also:
-