Package com._1c.g5.v8.dt.form.model
Interface DataItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,ExtensionAdoptedProperty
,FormItem
,FormVisualEntity
,IBmObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Titled
,TitleStyle
,Visible
- All Known Implementing Classes:
ButtonImpl
,DataItemImpl
,FormFieldImpl
,TableImpl
public interface DataItem
extends FormItem, NamedElement, Titled, TitleStyle, Visible, ExtensionAdoptedProperty
A representation of the model object 'Data Item'.
origin name Field
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 'Data Path' containment reference.Returns the value of the 'Shortcut' attribute.Returns the value of the 'Skip On Input' attribute.Returns the value of the 'Title Back Color' containment reference.int
Returns the value of the 'Title Height' attribute.Returns the value of the 'Title Location' attribute.boolean
Returns the value of the 'Default Item' attribute.void
setDataPath
(AbstractDataPath value) Sets the value of the 'Data Path
' containment reference.void
setDefaultItem
(boolean value) Sets the value of the 'Default Item
' attribute.void
setShortcut
(String value) Sets the value of the 'Shortcut
' attribute.void
setSkipOnInput
(Boolean value) Sets the value of the 'Skip On Input
' attribute.void
setTitleBackColor
(Color value) Sets the value of the 'Title Back Color
' containment reference.void
setTitleHeight
(int value) Sets the value of the 'Title Height
' attribute.void
Sets the value of the 'Title Location
' 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.dt.form.model.ExtensionAdoptedProperty
getAdopted, getUnchanged, setAdopted, setUnchanged
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormItem
getDisplayImportance, getId, isPositionChanged, setDisplayImportance, setId, setPositionChanged
Methods inherited from interface com._1c.g5.v8.dt.form.model.FormVisualEntity
getUserChangedProperties
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.form.model.TitleStyle
getTitleFont, getTitleTextColor, setTitleFont, setTitleTextColor
Methods inherited from interface com._1c.g5.v8.dt.form.model.Visible
getUserVisible, isEnabled, isVisible, setEnabled, setUserVisible, setVisible
-
Method Details
-
getDataPath
AbstractDataPath getDataPath()Returns the value of the 'Data Path' containment reference.- Returns:
- the value of the 'Data Path' containment reference.
- See Also:
-
setDataPath
Sets the value of the 'Data Path
' containment reference.- Parameters:
value
- the new value of the 'Data Path' containment reference.- See Also:
-
isDefaultItem
boolean isDefaultItem()Returns the value of the 'Default Item' attribute.- Returns:
- the value of the 'Default Item' attribute.
- See Also:
-
setDefaultItem
void setDefaultItem(boolean value) Sets the value of the 'Default Item
' attribute.- Parameters:
value
- the new value of the 'Default Item' attribute.- See Also:
-
getSkipOnInput
Boolean getSkipOnInput()Returns the value of the 'Skip On Input' attribute.- Returns:
- the value of the 'Skip On Input' attribute.
- See Also:
-
setSkipOnInput
Sets the value of the 'Skip On Input
' attribute.- Parameters:
value
- the new value of the 'Skip On Input' attribute.- See Also:
-
getTitleBackColor
Color getTitleBackColor()Returns the value of the 'Title Back Color' containment reference.- Returns:
- the value of the 'Title Back Color' containment reference.
- See Also:
-
setTitleBackColor
Sets the value of the 'Title Back Color
' containment reference.- Parameters:
value
- the new value of the 'Title Back Color' containment reference.- See Also:
-
getTitleLocation
FormElementTitleLocation getTitleLocation()Returns the value of the 'Title Location' attribute. The literals are from the enumerationFormElementTitleLocation
.- Returns:
- the value of the 'Title Location' attribute.
- See Also:
-
setTitleLocation
Sets the value of the 'Title Location
' attribute.- Parameters:
value
- the new value of the 'Title Location' attribute.- See Also:
-
getTitleHeight
int getTitleHeight()Returns the value of the 'Title Height' attribute.- Returns:
- the value of the 'Title Height' attribute.
- See Also:
-
setTitleHeight
void setTitleHeight(int value) Sets the value of the 'Title Height
' attribute.- Parameters:
value
- the new value of the 'Title Height' attribute.- See Also:
-
getShortcut
String getShortcut()Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
-
setShortcut
Sets the value of the 'Shortcut
' attribute.- Parameters:
value
- the new value of the 'Shortcut' attribute.- See Also:
-