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
public interface RadioButtonsFieldExtInfo extends FieldExtInfo
A representation of the model object 'Radio Buttons Field Ext Info'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.org.eclipse.emf.common.util.EList<FormChoiceListDesTimeValue>getChoiceList()Returns the value of the 'Choice List' containment reference list.intgetColumnsCount()Returns the value of the 'Columns Count' attribute.BooleangetEqualElementsWidth()Returns the value of the 'Equal Elements Width' attribute.FontgetFont()Returns the value of the 'Font' containment reference.intgetItemHeight()Returns the value of the 'Item Height' attribute.intgetItemTitleHeight()Returns the value of the 'Item Title Height' attribute.intgetItemWidth()Returns the value of the 'Item Width' attribute.RadioButtonTypegetRadioButtonsType()Returns the value of the 'Radio Buttons Type' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetColumnsCount(int value)Sets the value of the 'Columns Count' attribute.voidsetEqualElementsWidth(Boolean value)Sets the value of the 'Equal Elements Width' attribute.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetItemHeight(int value)Sets the value of the 'Item Height' attribute.voidsetItemTitleHeight(int value)Sets the value of the 'Item Title Height' attribute.voidsetItemWidth(int value)Sets the value of the 'Item Width' attribute.voidsetRadioButtonsType(RadioButtonType value)Sets the value of the 'Radio Buttons Type' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)-
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
-
-
-
-
Method Detail
-
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:
RadioButtonType,setRadioButtonsType(RadioButtonType),FormPackage.getRadioButtonsFieldExtInfo_RadioButtonsType()
-
setRadioButtonsType
void setRadioButtonsType(RadioButtonType value)
Sets the value of the 'Radio Buttons Type' attribute.- Parameters:
value- the new value of the 'Radio Buttons Type' attribute.- See Also:
RadioButtonType,getRadioButtonsType()
-
getItemWidth
int getItemWidth()
Returns the value of the 'Item Width' attribute.- Returns:
- the value of the 'Item Width' attribute.
- See Also:
setItemWidth(int),FormPackage.getRadioButtonsFieldExtInfo_ItemWidth()
-
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:
getItemWidth()
-
getItemHeight
int getItemHeight()
Returns the value of the 'Item Height' attribute.- Returns:
- the value of the 'Item Height' attribute.
- See Also:
setItemHeight(int),FormPackage.getRadioButtonsFieldExtInfo_ItemHeight()
-
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:
getItemHeight()
-
getItemTitleHeight
int getItemTitleHeight()
Returns the value of the 'Item Title Height' attribute.- Returns:
- the value of the 'Item Title Height' attribute.
- See Also:
setItemTitleHeight(int),FormPackage.getRadioButtonsFieldExtInfo_ItemTitleHeight()
-
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:
getItemTitleHeight()
-
getColumnsCount
int getColumnsCount()
Returns the value of the 'Columns Count' attribute.- Returns:
- the value of the 'Columns Count' attribute.
- See Also:
setColumnsCount(int),FormPackage.getRadioButtonsFieldExtInfo_ColumnsCount()
-
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:
getColumnsCount()
-
getEqualElementsWidth
Boolean getEqualElementsWidth()
Returns the value of the 'Equal Elements Width' attribute.- Returns:
- the value of the 'Equal Elements Width' attribute.
- See Also:
setEqualElementsWidth(Boolean),FormPackage.getRadioButtonsFieldExtInfo_EqualElementsWidth()
-
setEqualElementsWidth
void setEqualElementsWidth(Boolean value)
Sets the value of the 'Equal Elements Width' attribute.- Parameters:
value- the new value of the 'Equal Elements Width' attribute.- See Also:
getEqualElementsWidth()
-
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:
FormPackage.getRadioButtonsFieldExtInfo_ChoiceList()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font),FormPackage.getRadioButtonsFieldExtInfo_Font()
-
setFont
void setFont(Font value)
Sets the value of the 'Font' containment reference.- Parameters:
value- the new value of the 'Font' containment reference.- See Also:
getFont()
-
getTextColor
Color getTextColor()
Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
setTextColor(Color),FormPackage.getRadioButtonsFieldExtInfo_TextColor()
-
setTextColor
void setTextColor(Color value)
Sets the value of the 'Text Color' containment reference.- Parameters:
value- the new value of the 'Text Color' containment reference.- See Also:
getTextColor()
-
getBorderColor
Color getBorderColor()
Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
setBorderColor(Color),FormPackage.getRadioButtonsFieldExtInfo_BorderColor()
-
setBorderColor
void setBorderColor(Color value)
Sets the value of the 'Border Color' containment reference.- Parameters:
value- the new value of the 'Border Color' containment reference.- See Also:
getBorderColor()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color),FormPackage.getRadioButtonsFieldExtInfo_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color' containment reference.- Parameters:
value- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
-