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
public interface Visible extends IBmObject
A representation of the model object 'Visible'.The following features are supported:
- See Also:
FormPackage.getVisible()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjustableBoolean
getUserVisible()
Returns the value of the 'User Visible' containment reference.boolean
isEnabled()
Returns the value of the 'Enabled' attribute.boolean
isVisible()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
isVisible
boolean isVisible()
Returns the value of the 'Visible' attribute.- Returns:
- the value of the 'Visible' attribute.
- See Also:
setVisible(boolean)
,FormPackage.getVisible_Visible()
-
setVisible
void setVisible(boolean value)
Sets the value of the 'Visible
' attribute.- Parameters:
value
- the new value of the 'Visible' attribute.- See Also:
isVisible()
-
isEnabled
boolean isEnabled()
Returns the value of the 'Enabled' attribute.- Returns:
- the value of the 'Enabled' attribute.
- See Also:
setEnabled(boolean)
,FormPackage.getVisible_Enabled()
-
setEnabled
void setEnabled(boolean value)
Sets the value of the 'Enabled
' attribute.- Parameters:
value
- the new value of the 'Enabled' attribute.- See Also:
isEnabled()
-
getUserVisible
AdjustableBoolean getUserVisible()
Returns the value of the 'User Visible' containment reference.- Returns:
- the value of the 'User Visible' containment reference.
- See Also:
setUserVisible(AdjustableBoolean)
,FormPackage.getVisible_UserVisible()
-
setUserVisible
void setUserVisible(AdjustableBoolean value)
Sets the value of the 'User Visible
' containment reference.- Parameters:
value
- the new value of the 'User Visible' containment reference.- See Also:
getUserVisible()
-
-