Interface SeparatorViewModel
-
- All Superinterfaces:
ControlViewModel
,org.eclipse.emf.ecore.EObject
,IControlViewModel
,IViewModel
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SeparatorViewModelImpl
public interface SeparatorViewModel extends ControlViewModel
A representation of the model object 'Separator View Model'. The separator view model.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isHorizontal()
Returns the value of the 'Horizontal' attribute.void
setHorizontal(boolean value)
Sets the value of the 'Horizontal
' attribute.-
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
-
isHorizontal
boolean isHorizontal()
Returns the value of the 'Horizontal' attribute. The default value is"true"
. Iftrue
the separator is horizontal. Otherwise - it is vertical.- Returns:
- the value of the 'Horizontal' attribute.
- See Also:
setHorizontal(boolean)
,AefStandardPackage.getSeparatorViewModel_Horizontal()
-
setHorizontal
void setHorizontal(boolean value)
Sets the value of the 'Horizontal
' attribute.- Parameters:
value
- the new value of the 'Horizontal' attribute.- See Also:
isHorizontal()
-
-