Package com._1c.g5.v8.dt.form.model
Interface Visible
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
Addition
,AutoCommandBar
,Button
,ContextMenu
,DataItem
,Decoration
,ExtendedTooltip
,FormField
,FormGroup
,Group
,Table
- All Known Implementing Classes:
AdditionImpl
,AutoCommandBarImpl
,ButtonImpl
,ContextMenuImpl
,DataItemImpl
,DecorationImpl
,ExtendedTooltipImpl
,FormFieldImpl
,FormGroupImpl
,GroupImpl
,TableImpl
A representation of the model object 'Visible'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'User Visible' containment reference.boolean
Returns the value of the 'Enabled' attribute.boolean
Returns the value of the 'Visible' attribute.void
setEnabled
(boolean value) Sets the value of the 'Enabled
' attribute.void
setUserVisible
(AdjustableBoolean value) Sets the value of the 'User Visible
' containment reference.void
setVisible
(boolean value) Sets the value of the 'Visible
' attribute.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.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
isVisible
boolean isVisible()Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
-
setVisible
void setVisible(boolean value) Sets the value of the 'Visible
' attribute.- Parameters:
value
- the new value of the 'Visible' attribute.- See Also:
-
isEnabled
boolean isEnabled()Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
-
setEnabled
void setEnabled(boolean value) Sets the value of the 'Enabled
' attribute.- Parameters:
value
- the new value of the 'Enabled' attribute.- See Also:
-
getUserVisible
AdjustableBoolean getUserVisible()Returns the value of the 'User Visible' containment reference.- Returns:
- the value of the 'User Visible' containment reference.
- See Also:
-
setUserVisible
Sets the value of the 'User Visible
' containment reference.- Parameters:
value
- the new value of the 'User Visible' containment reference.- See Also:
-