Interface ImageButtonViewModel
-
- All Superinterfaces:
ButtonViewModel
,ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ImageButtonViewModelImpl
public interface ImageButtonViewModel extends ButtonViewModel
A representation of the model object 'Image Button View Model'. Image button control view model.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getImage()
Returns the value of the 'Image' attribute.void
setImage(Object value)
Sets the value of the 'Image
' attribute.-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ButtonViewModel
getText, setText
-
Methods inherited from interface com._1c.g5.aef2.standard.viewModels.ControlViewModel
getApplyValueChange, getContexts, getExternalValidationStatus, getLayoutData, getStatus, isEditable, isEnabled, setApplyValueChange, setEditable, setEnabled, setExternalValidationStatus, setLayoutData, setStatus
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.aef2.viewModels.IViewModel
getEventChannel, getParent, setEventChannel, setParent
-
-
-
-
Method Detail
-
getImage
Object getImage()
Returns the value of the 'Image' attribute. Button image.- Returns:
- the value of the 'Image' attribute.
- See Also:
setImage(Object)
,AefStandardPackage.getImageButtonViewModel_Image()
-
setImage
void setImage(Object value)
Sets the value of the 'Image
' attribute.- Parameters:
value
- the new value of the 'Image' attribute.- See Also:
getImage()
-
-