Package com._1c.g5.v8.dt.form.model
Interface ViewStatusAdditionExtInfo
- 
- All Superinterfaces:
- AdditionExtInfo,- org.eclipse.emf.ecore.EObject,- EventHandlerContainer,- ExtInfo,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- ViewStatusAdditionExtInfoImpl
 
 public interface ViewStatusAdditionExtInfo extends AdditionExtInfo A representation of the model object 'View Status Addition Ext Info'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.BordergetBorder()Returns the value of the 'Border' containment reference.ColorgetBorderColor()Returns the value of the 'Border Color' containment reference.ColorgetButtonColor()Returns the value of the 'Button Color' containment reference.FontgetFont()Returns the value of the 'Font' containment reference.ItemHorizontalAlignmentgetHorizontalLocation()Returns the value of the 'Horizontal Location' attribute.BooleangetHorizontalStretch()Returns the value of the 'Horizontal Stretch' attribute.intgetMaxWidth()Returns the value of the 'Max Width' attribute.intgetMinWidth()Returns the value of the 'Min Width' attribute.ColorgetTextColor()Returns the value of the 'Text Color' containment reference.FontgetTitleFont()Returns the value of the 'Title Font' containment reference.ColorgetTitleTextColor()Returns the value of the 'Title Text Color' containment reference.intgetWidth()Returns the value of the 'Width' attribute.booleanisAutoMaxWidth()Returns the value of the 'Auto Max Width' attribute.voidsetAutoMaxWidth(boolean value)Sets the value of the 'Auto Max Width' attribute.voidsetBackColor(Color value)Sets the value of the 'Back Color' containment reference.voidsetBorder(Border value)Sets the value of the 'Border' containment reference.voidsetBorderColor(Color value)Sets the value of the 'Border Color' containment reference.voidsetButtonColor(Color value)Sets the value of the 'Button Color' containment reference.voidsetFont(Font value)Sets the value of the 'Font' containment reference.voidsetHorizontalLocation(ItemHorizontalAlignment value)Sets the value of the 'Horizontal Location' attribute.voidsetHorizontalStretch(Boolean value)Sets the value of the 'Horizontal Stretch' attribute.voidsetMaxWidth(int value)Sets the value of the 'Max Width' attribute.voidsetMinWidth(int value)Sets the value of the 'Min Width' attribute.voidsetTextColor(Color value)Sets the value of the 'Text Color' containment reference.voidsetTitleFont(Font value)Sets the value of the 'Title Font' containment reference.voidsetTitleTextColor(Color value)Sets the value of the 'Title Text Color' containment reference.voidsetWidth(int value)Sets the value of the 'Width' attribute.- 
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- 
getWidthint getWidth() Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
- setWidth(int),- FormPackage.getViewStatusAdditionExtInfo_Width()
 
 - 
setWidthvoid setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
- value- the new value of the 'Width' attribute.
- See Also:
- getWidth()
 
 - 
isAutoMaxWidthboolean isAutoMaxWidth() Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
- setAutoMaxWidth(boolean),- FormPackage.getViewStatusAdditionExtInfo_AutoMaxWidth()
 
 - 
setAutoMaxWidthvoid setAutoMaxWidth(boolean value) Sets the value of the 'Auto Max Width' attribute.- Parameters:
- value- the new value of the 'Auto Max Width' attribute.
- See Also:
- isAutoMaxWidth()
 
 - 
getMaxWidthint getMaxWidth() Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
- setMaxWidth(int),- FormPackage.getViewStatusAdditionExtInfo_MaxWidth()
 
 - 
setMaxWidthvoid setMaxWidth(int value) Sets the value of the 'Max Width' attribute.- Parameters:
- value- the new value of the 'Max Width' attribute.
- See Also:
- getMaxWidth()
 
 - 
getMinWidthint getMinWidth() Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
- setMinWidth(int),- FormPackage.getViewStatusAdditionExtInfo_MinWidth()
 
 - 
setMinWidthvoid setMinWidth(int value) Sets the value of the 'Min Width' attribute.- Parameters:
- value- the new value of the 'Min Width' attribute.
- See Also:
- getMinWidth()
 
 - 
getHorizontalStretchBoolean getHorizontalStretch() Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
- setHorizontalStretch(Boolean),- FormPackage.getViewStatusAdditionExtInfo_HorizontalStretch()
 
 - 
setHorizontalStretchvoid setHorizontalStretch(Boolean value) Sets the value of the 'Horizontal Stretch' attribute.- Parameters:
- value- the new value of the 'Horizontal Stretch' attribute.
- See Also:
- getHorizontalStretch()
 
 - 
getHorizontalLocationItemHorizontalAlignment getHorizontalLocation() Returns the value of the 'Horizontal Location' attribute. The literals are from the enumerationItemHorizontalAlignment.- Returns:
- the value of the 'Horizontal Location' attribute.
- See Also:
- ItemHorizontalAlignment,- setHorizontalLocation(ItemHorizontalAlignment),- FormPackage.getViewStatusAdditionExtInfo_HorizontalLocation()
 
 - 
setHorizontalLocationvoid setHorizontalLocation(ItemHorizontalAlignment value) Sets the value of the 'Horizontal Location' attribute.- Parameters:
- value- the new value of the 'Horizontal Location' attribute.
- See Also:
- ItemHorizontalAlignment,- getHorizontalLocation()
 
 - 
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.getViewStatusAdditionExtInfo_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()
 
 - 
getButtonColorColor getButtonColor() Returns the value of the 'Button Color' containment reference.- Returns:
- the value of the 'Button Color' containment reference.
- See Also:
- setButtonColor(Color),- FormPackage.getViewStatusAdditionExtInfo_ButtonColor()
 
 - 
setButtonColorvoid setButtonColor(Color value) Sets the value of the 'Button Color' containment reference.- Parameters:
- value- the new value of the 'Button Color' containment reference.
- See Also:
- getButtonColor()
 
 - 
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.getViewStatusAdditionExtInfo_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()
 
 - 
getTitleTextColorColor getTitleTextColor() Returns the value of the 'Title Text Color' containment reference.- Returns:
- the value of the 'Title Text Color' containment reference.
- See Also:
- setTitleTextColor(Color),- FormPackage.getViewStatusAdditionExtInfo_TitleTextColor()
 
 - 
setTitleTextColorvoid setTitleTextColor(Color value) Sets the value of the 'Title Text Color' containment reference.- Parameters:
- value- the new value of the 'Title Text Color' containment reference.
- See Also:
- getTitleTextColor()
 
 - 
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.getViewStatusAdditionExtInfo_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()
 
 - 
getFontFont getFont() Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
- setFont(Font),- FormPackage.getViewStatusAdditionExtInfo_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()
 
 - 
getTitleFontFont getTitleFont() Returns the value of the 'Title Font' containment reference.- Returns:
- the value of the 'Title Font' containment reference.
- See Also:
- setTitleFont(Font),- FormPackage.getViewStatusAdditionExtInfo_TitleFont()
 
 - 
setTitleFontvoid setTitleFont(Font value) Sets the value of the 'Title Font' containment reference.- Parameters:
- value- the new value of the 'Title Font' containment reference.
- See Also:
- getTitleFont()
 
 - 
getBorderBorder getBorder() Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
- setBorder(Border),- FormPackage.getViewStatusAdditionExtInfo_Border()
 
 - 
setBordervoid setBorder(Border value) Sets the value of the 'Border' containment reference.- Parameters:
- value- the new value of the 'Border' containment reference.
- See Also:
- getBorder()
 
 
- 
 
-