Package com._1c.g5.v8.dt.form.model
Interface RadioButtonsFieldExtInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,FieldExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RadioButtonsFieldExtInfoImpl
A representation of the model object 'Radio Buttons Field Ext Info'.
The following features are supported:
-
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 'Back Color' containment reference.Returns the value of the 'Border Color' containment reference.org.eclipse.emf.common.util.EList<FormChoiceListDesTimeValue>
Returns the value of the 'Choice List' containment reference list.int
Returns the value of the 'Columns Count' attribute.Returns the value of the 'Equal Elements Width' attribute.getFont()
Returns the value of the 'Font' containment reference.int
Returns the value of the 'Item Height' attribute.int
Returns the value of the 'Item Title Height' attribute.int
Returns the value of the 'Item Width' attribute.Returns the value of the 'Radio Buttons Type' attribute.Returns the value of the 'Text Color' containment reference.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setBorderColor
(Color value) Sets the value of the 'Border Color
' containment reference.void
setColumnsCount
(int value) Sets the value of the 'Columns Count
' attribute.void
setEqualElementsWidth
(Boolean value) Sets the value of the 'Equal Elements Width
' attribute.void
Sets the value of the 'Font
' containment reference.void
setItemHeight
(int value) Sets the value of the 'Item Height
' attribute.void
setItemTitleHeight
(int value) Sets the value of the 'Item Title Height
' attribute.void
setItemWidth
(int value) Sets the value of the 'Item Width
' attribute.void
Sets the value of the 'Radio Buttons Type
' attribute.void
setTextColor
(Color value) Sets the value of the 'Text Color
' containment reference.boolean
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.EventHandlerContainer
getHandlers
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
-
getRadioButtonsType
RadioButtonType getRadioButtonsType()Returns the value of the 'Radio Buttons Type' attribute. The literals are from the enumerationRadioButtonType
.- Returns:
- the value of the 'Radio Buttons Type' attribute.
- See Also:
-
setRadioButtonsType
Sets the value of the 'Radio Buttons Type
' attribute.- Parameters:
value
- the new value of the 'Radio Buttons Type' attribute.- See Also:
-
getItemWidth
int getItemWidth()Returns the value of the 'Item Width' attribute.- Returns:
- the value of the 'Item Width' attribute.
- See Also:
-
setItemWidth
void setItemWidth(int value) Sets the value of the 'Item Width
' attribute.- Parameters:
value
- the new value of the 'Item Width' attribute.- See Also:
-
getItemHeight
int getItemHeight()Returns the value of the 'Item Height' attribute.- Returns:
- the value of the 'Item Height' attribute.
- See Also:
-
setItemHeight
void setItemHeight(int value) Sets the value of the 'Item Height
' attribute.- Parameters:
value
- the new value of the 'Item Height' attribute.- See Also:
-
getItemTitleHeight
int getItemTitleHeight()Returns the value of the 'Item Title Height' attribute.- Returns:
- the value of the 'Item Title Height' attribute.
- See Also:
-
setItemTitleHeight
void setItemTitleHeight(int value) Sets the value of the 'Item Title Height
' attribute.- Parameters:
value
- the new value of the 'Item Title Height' attribute.- See Also:
-
getColumnsCount
int getColumnsCount()Returns the value of the 'Columns Count' attribute.- Returns:
- the value of the 'Columns Count' attribute.
- See Also:
-
setColumnsCount
void setColumnsCount(int value) Sets the value of the 'Columns Count
' attribute.- Parameters:
value
- the new value of the 'Columns Count' attribute.- See Also:
-
getEqualElementsWidth
Boolean getEqualElementsWidth()Returns the value of the 'Equal Elements Width' attribute.- Returns:
- the value of the 'Equal Elements Width' attribute.
- See Also:
-
setEqualElementsWidth
Sets the value of the 'Equal Elements Width
' attribute.- Parameters:
value
- the new value of the 'Equal Elements Width' attribute.- See Also:
-
getChoiceList
org.eclipse.emf.common.util.EList<FormChoiceListDesTimeValue> getChoiceList()Returns the value of the 'Choice List' containment reference list. The list contents are of typeFormChoiceListDesTimeValue
.- Returns:
- the value of the 'Choice List' containment reference list.
- See Also:
-
getFont
Font getFont()Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
-
setFont
Sets the value of the 'Font
' containment reference.- Parameters:
value
- the new value of the 'Font' containment reference.- See Also:
-
getTextColor
Color getTextColor()Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
-
setTextColor
Sets the value of the 'Text Color
' containment reference.- Parameters:
value
- the new value of the 'Text Color' containment reference.- See Also:
-
getBorderColor
Color getBorderColor()Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
-
setBorderColor
Sets the value of the 'Border Color
' containment reference.- Parameters:
value
- the new value of the 'Border Color' containment reference.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-