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 FieldThe following features are supported:
- See Also:
FormPackage.getDataItem()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractDataPath
getDataPath()
Returns the value of the 'Data Path' containment reference.String
getShortcut()
Returns the value of the 'Shortcut' attribute.Boolean
getSkipOnInput()
Returns the value of the 'Skip On Input' attribute.Color
getTitleBackColor()
Returns the value of the 'Title Back Color' containment reference.int
getTitleHeight()
Returns the value of the 'Title Height' attribute.FormElementTitleLocation
getTitleLocation()
Returns the value of the 'Title Location' attribute.boolean
isDefaultItem()
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
setTitleLocation(FormElementTitleLocation value)
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, setDisplayImportance, setId
-
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
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 Detail
-
getDataPath
AbstractDataPath getDataPath()
Returns the value of the 'Data Path' containment reference.- Returns:
- the value of the 'Data Path' containment reference.
- See Also:
setDataPath(AbstractDataPath)
,FormPackage.getDataItem_DataPath()
-
setDataPath
void setDataPath(AbstractDataPath value)
Sets the value of the 'Data Path
' containment reference.- Parameters:
value
- the new value of the 'Data Path' containment reference.- See Also:
getDataPath()
-
isDefaultItem
boolean isDefaultItem()
Returns the value of the 'Default Item' attribute.- Returns:
- the value of the 'Default Item' attribute.
- See Also:
setDefaultItem(boolean)
,FormPackage.getDataItem_DefaultItem()
-
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:
isDefaultItem()
-
getSkipOnInput
Boolean getSkipOnInput()
Returns the value of the 'Skip On Input' attribute.- Returns:
- the value of the 'Skip On Input' attribute.
- See Also:
setSkipOnInput(Boolean)
,FormPackage.getDataItem_SkipOnInput()
-
setSkipOnInput
void setSkipOnInput(Boolean value)
Sets the value of the 'Skip On Input
' attribute.- Parameters:
value
- the new value of the 'Skip On Input' attribute.- See Also:
getSkipOnInput()
-
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(Color)
,FormPackage.getDataItem_TitleBackColor()
-
setTitleBackColor
void setTitleBackColor(Color value)
Sets the value of the 'Title Back Color
' containment reference.- Parameters:
value
- the new value of the 'Title Back Color' containment reference.- See Also:
getTitleBackColor()
-
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:
FormElementTitleLocation
,setTitleLocation(FormElementTitleLocation)
,FormPackage.getDataItem_TitleLocation()
-
setTitleLocation
void setTitleLocation(FormElementTitleLocation value)
Sets the value of the 'Title Location
' attribute.- Parameters:
value
- the new value of the 'Title Location' attribute.- See Also:
FormElementTitleLocation
,getTitleLocation()
-
getTitleHeight
int getTitleHeight()
Returns the value of the 'Title Height' attribute.- Returns:
- the value of the 'Title Height' attribute.
- See Also:
setTitleHeight(int)
,FormPackage.getDataItem_TitleHeight()
-
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:
getTitleHeight()
-
getShortcut
String getShortcut()
Returns the value of the 'Shortcut' attribute.- Returns:
- the value of the 'Shortcut' attribute.
- See Also:
setShortcut(String)
,FormPackage.getDataItem_Shortcut()
-
setShortcut
void setShortcut(String value)
Sets the value of the 'Shortcut
' attribute.- Parameters:
value
- the new value of the 'Shortcut' attribute.- See Also:
getShortcut()
-
-