Package com._1c.g5.v8.dt.form.model
Interface CheckBoxFieldExtInfo
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- EventHandlerContainer,- ExtInfo,- FieldExtInfo,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- CheckBoxFieldExtInfoImpl
 
 public interface CheckBoxFieldExtInfo extends FieldExtInfo A representation of the model object 'Check Box Field Ext Info'.The following features are supported: - See Also:
- FormPackage.getCheckBoxFieldExtInfo()
 
- 
- 
Method SummaryAll 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.CheckBoxKindgetCheckBoxType()Returns the value of the 'Check Box Type' attribute.org.eclipse.emf.common.util.EMap<String,String>getEditFormat()Returns the value of the 'Edit Format' map.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.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.booleanisThreeState()Returns the value of the 'Three State' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetCheckBoxType(CheckBoxKind value)Sets the value of the 'Check Box Type' 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.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetThreeState(boolean value)Sets the value of the 'Three State' attribute.booleanvalidate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)- 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, 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.EventHandlerContainergetHandlers
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getCheckBoxTypeCheckBoxKind getCheckBoxType() Returns the value of the 'Check Box Type' attribute. The literals are from the enumerationCheckBoxKind.- Returns:
- the value of the 'Check Box Type' attribute.
- See Also:
- CheckBoxKind,- setCheckBoxType(CheckBoxKind),- FormPackage.getCheckBoxFieldExtInfo_CheckBoxType()
 
 - 
setCheckBoxTypevoid setCheckBoxType(CheckBoxKind value) Sets the value of the 'Check Box Type' attribute.- Parameters:
- value- the new value of the 'Check Box Type' attribute.
- See Also:
- CheckBoxKind,- getCheckBoxType()
 
 - 
isThreeStateboolean isThreeState() Returns the value of the 'Three State' attribute.- Returns:
- the value of the 'Three State' attribute.
- See Also:
- setThreeState(boolean),- FormPackage.getCheckBoxFieldExtInfo_ThreeState()
 
 - 
setThreeStatevoid setThreeState(boolean value) Sets the value of the 'Three State' attribute.- Parameters:
- value- the new value of the 'Three State' attribute.
- See Also:
- isThreeState()
 
 - 
getBorderColorColor getBorderColor() Returns the value of the 'Border Color' containment reference.- Returns:
- the value of the 'Border Color' containment reference.
- See Also:
- setBorderColor(Color),- FormPackage.getCheckBoxFieldExtInfo_BorderColor()
 
 - 
setBorderColorvoid 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()
 
 - 
getBackColorColor getBackColor() Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
- setBackColor(Color),- FormPackage.getCheckBoxFieldExtInfo_BackColor()
 
 - 
setBackColorvoid 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()
 
 - 
getTextColorColor getTextColor() Returns the value of the 'Text Color' containment reference.- Returns:
- the value of the 'Text Color' containment reference.
- See Also:
- setTextColor(Color),- FormPackage.getCheckBoxFieldExtInfo_TextColor()
 
 - 
setTextColorvoid 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()
 
 - 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- setFont(Font),- FormPackage.getCheckBoxFieldExtInfo_Font()
 
 - 
setFontvoid setFont(Font value) Sets the value of the 'Font' containment reference.- Parameters:
- value- the new value of the 'Font' containment reference.
- See Also:
- getFont()
 
 - 
getEditFormatorg.eclipse.emf.common.util.EMap<String,String> getEditFormat() Returns the value of the 'Edit Format' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Edit Format' map.
- See Also:
- FormPackage.getCheckBoxFieldExtInfo_EditFormat()
 
 - 
getItemTitleHeightint getItemTitleHeight() Returns the value of the 'Item Title Height' attribute.- Returns:
- the value of the 'Item Title Height' attribute.
- See Also:
- setItemTitleHeight(int),- FormPackage.getCheckBoxFieldExtInfo_ItemTitleHeight()
 
 - 
setItemTitleHeightvoid 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()
 
 - 
getItemWidthint getItemWidth() Returns the value of the 'Item Width' attribute.- Returns:
- the value of the 'Item Width' attribute.
- See Also:
- setItemWidth(int),- FormPackage.getCheckBoxFieldExtInfo_ItemWidth()
 
 - 
setItemWidthvoid setItemWidth(int value) Sets the value of the 'Item Width' attribute.- Parameters:
- value- the new value of the 'Item Width' attribute.
- See Also:
- getItemWidth()
 
 - 
getItemHeightint getItemHeight() Returns the value of the 'Item Height' attribute.- Returns:
- the value of the 'Item Height' attribute.
- See Also:
- setItemHeight(int),- FormPackage.getCheckBoxFieldExtInfo_ItemHeight()
 
 - 
setItemHeightvoid setItemHeight(int value) Sets the value of the 'Item Height' attribute.- Parameters:
- value- the new value of the 'Item Height' attribute.
- See Also:
- getItemHeight()
 
 - 
getEqualElementsWidthBoolean getEqualElementsWidth() Returns the value of the 'Equal Elements Width' attribute.- Returns:
- the value of the 'Equal Elements Width' attribute.
- See Also:
- setEqualElementsWidth(Boolean),- FormPackage.getCheckBoxFieldExtInfo_EqualElementsWidth()
 
 - 
setEqualElementsWidthvoid 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()
 
 
- 
 
-