Package com._1c.g5.v8.dt.form.model
Interface CalendarFieldExtInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,EventHandlerContainer
,ExtInfo
,FieldExtInfo
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CalendarFieldExtInfoImpl
public interface CalendarFieldExtInfo extends FieldExtInfo
A representation of the model object 'Calendar Field Ext Info'.The following features are supported:
Width
Auto Max Width
Max Width
Min Width
Height
Auto Max Height
Max Height
Horizontal Stretch
Vertical Stretch
Selection Mode
Show Current Date
Calendar Navigation
Begin Of Representation Period
End Of Representation Period
Enable Start Drag
Enable Drag
Font
Border Color
Border
Show Months Panel
Width In Months
Height In Months
- See Also:
FormPackage.getCalendarFieldExtInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getBeginOfRepresentationPeriod()
Returns the value of the 'Begin Of Representation Period' attribute.Border
getBorder()
Returns the value of the 'Border' containment reference.Color
getBorderColor()
Returns the value of the 'Border Color' containment reference.Date
getEndOfRepresentationPeriod()
Returns the value of the 'End Of Representation Period' attribute.Font
getFont()
Returns the value of the 'Font' containment reference.int
getHeight()
Returns the value of the 'Height' attribute.int
getHeightInMonths()
Returns the value of the 'Height In Months' attribute.int
getMaxHeight()
Returns the value of the 'Max Height' attribute.int
getMaxWidth()
Returns the value of the 'Max Width' attribute.int
getMinWidth()
Returns the value of the 'Min Width' attribute.FormDateSelectionMode
getSelectionMode()
Returns the value of the 'Selection Mode' attribute.int
getWidth()
Returns the value of the 'Width' attribute.int
getWidthInMonths()
Returns the value of the 'Width In Months' attribute.boolean
isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.boolean
isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.boolean
isCalendarNavigation()
Returns the value of the 'Calendar Navigation' attribute.boolean
isEnableDrag()
Returns the value of the 'Enable Drag' attribute.boolean
isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.boolean
isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.boolean
isShowCurrentDate()
Returns the value of the 'Show Current Date' attribute.boolean
isShowMonthsPanel()
Returns the value of the 'Show Months Panel' attribute.boolean
isVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.void
setAutoMaxHeight(boolean value)
Sets the value of the 'Auto Max Height
' attribute.void
setAutoMaxWidth(boolean value)
Sets the value of the 'Auto Max Width
' attribute.void
setBeginOfRepresentationPeriod(Date value)
Sets the value of the 'Begin Of Representation Period
' attribute.void
setBorder(Border value)
Sets the value of the 'Border
' containment reference.void
setBorderColor(Color value)
Sets the value of the 'Border Color
' containment reference.void
setCalendarNavigation(boolean value)
Sets the value of the 'Calendar Navigation
' attribute.void
setEnableDrag(boolean value)
Sets the value of the 'Enable Drag
' attribute.void
setEnableStartDrag(boolean value)
Sets the value of the 'Enable Start Drag
' attribute.void
setEndOfRepresentationPeriod(Date value)
Sets the value of the 'End Of Representation Period
' attribute.void
setFont(Font value)
Sets the value of the 'Font
' containment reference.void
setHeight(int value)
Sets the value of the 'Height
' attribute.void
setHeightInMonths(int value)
Sets the value of the 'Height In Months
' attribute.void
setHorizontalStretch(boolean value)
Sets the value of the 'Horizontal Stretch
' attribute.void
setMaxHeight(int value)
Sets the value of the 'Max Height
' attribute.void
setMaxWidth(int value)
Sets the value of the 'Max Width
' attribute.void
setMinWidth(int value)
Sets the value of the 'Min Width
' attribute.void
setSelectionMode(FormDateSelectionMode value)
Sets the value of the 'Selection Mode
' attribute.void
setShowCurrentDate(boolean value)
Sets the value of the 'Show Current Date
' attribute.void
setShowMonthsPanel(boolean value)
Sets the value of the 'Show Months Panel
' attribute.void
setVerticalStretch(boolean value)
Sets the value of the 'Vertical Stretch
' attribute.void
setWidth(int value)
Sets the value of the 'Width
' attribute.void
setWidthInMonths(int value)
Sets the value of the 'Width In Months
' attribute.boolean
validate(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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
getWidth
int getWidth()
Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
setWidth(int)
,FormPackage.getCalendarFieldExtInfo_Width()
-
setWidth
void setWidth(int value)
Sets the value of the 'Width
' attribute.- Parameters:
value
- the new value of the 'Width' attribute.- See Also:
getWidth()
-
isAutoMaxWidth
boolean isAutoMaxWidth()
Returns the value of the 'Auto Max Width' attribute.- Returns:
- the value of the 'Auto Max Width' attribute.
- See Also:
setAutoMaxWidth(boolean)
,FormPackage.getCalendarFieldExtInfo_AutoMaxWidth()
-
setAutoMaxWidth
void 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()
-
getMaxWidth
int getMaxWidth()
Returns the value of the 'Max Width' attribute.- Returns:
- the value of the 'Max Width' attribute.
- See Also:
setMaxWidth(int)
,FormPackage.getCalendarFieldExtInfo_MaxWidth()
-
setMaxWidth
void setMaxWidth(int value)
Sets the value of the 'Max Width
' attribute.- Parameters:
value
- the new value of the 'Max Width' attribute.- See Also:
getMaxWidth()
-
getMinWidth
int getMinWidth()
Returns the value of the 'Min Width' attribute.- Returns:
- the value of the 'Min Width' attribute.
- See Also:
setMinWidth(int)
,FormPackage.getCalendarFieldExtInfo_MinWidth()
-
setMinWidth
void setMinWidth(int value)
Sets the value of the 'Min Width
' attribute.- Parameters:
value
- the new value of the 'Min Width' attribute.- See Also:
getMinWidth()
-
getHeight
int getHeight()
Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
setHeight(int)
,FormPackage.getCalendarFieldExtInfo_Height()
-
setHeight
void setHeight(int value)
Sets the value of the 'Height
' attribute.- Parameters:
value
- the new value of the 'Height' attribute.- See Also:
getHeight()
-
isAutoMaxHeight
boolean isAutoMaxHeight()
Returns the value of the 'Auto Max Height' attribute.- Returns:
- the value of the 'Auto Max Height' attribute.
- See Also:
setAutoMaxHeight(boolean)
,FormPackage.getCalendarFieldExtInfo_AutoMaxHeight()
-
setAutoMaxHeight
void setAutoMaxHeight(boolean value)
Sets the value of the 'Auto Max Height
' attribute.- Parameters:
value
- the new value of the 'Auto Max Height' attribute.- See Also:
isAutoMaxHeight()
-
getMaxHeight
int getMaxHeight()
Returns the value of the 'Max Height' attribute.- Returns:
- the value of the 'Max Height' attribute.
- See Also:
setMaxHeight(int)
,FormPackage.getCalendarFieldExtInfo_MaxHeight()
-
setMaxHeight
void setMaxHeight(int value)
Sets the value of the 'Max Height
' attribute.- Parameters:
value
- the new value of the 'Max Height' attribute.- See Also:
getMaxHeight()
-
isHorizontalStretch
boolean isHorizontalStretch()
Returns the value of the 'Horizontal Stretch' attribute.- Returns:
- the value of the 'Horizontal Stretch' attribute.
- See Also:
setHorizontalStretch(boolean)
,FormPackage.getCalendarFieldExtInfo_HorizontalStretch()
-
setHorizontalStretch
void setHorizontalStretch(boolean value)
Sets the value of the 'Horizontal Stretch
' attribute.- Parameters:
value
- the new value of the 'Horizontal Stretch' attribute.- See Also:
isHorizontalStretch()
-
isVerticalStretch
boolean isVerticalStretch()
Returns the value of the 'Vertical Stretch' attribute.- Returns:
- the value of the 'Vertical Stretch' attribute.
- See Also:
setVerticalStretch(boolean)
,FormPackage.getCalendarFieldExtInfo_VerticalStretch()
-
setVerticalStretch
void setVerticalStretch(boolean value)
Sets the value of the 'Vertical Stretch
' attribute.- Parameters:
value
- the new value of the 'Vertical Stretch' attribute.- See Also:
isVerticalStretch()
-
getSelectionMode
FormDateSelectionMode getSelectionMode()
Returns the value of the 'Selection Mode' attribute. The literals are from the enumerationFormDateSelectionMode
.- Returns:
- the value of the 'Selection Mode' attribute.
- See Also:
FormDateSelectionMode
,setSelectionMode(FormDateSelectionMode)
,FormPackage.getCalendarFieldExtInfo_SelectionMode()
-
setSelectionMode
void setSelectionMode(FormDateSelectionMode value)
Sets the value of the 'Selection Mode
' attribute.- Parameters:
value
- the new value of the 'Selection Mode' attribute.- See Also:
FormDateSelectionMode
,getSelectionMode()
-
isShowCurrentDate
boolean isShowCurrentDate()
Returns the value of the 'Show Current Date' attribute.- Returns:
- the value of the 'Show Current Date' attribute.
- See Also:
setShowCurrentDate(boolean)
,FormPackage.getCalendarFieldExtInfo_ShowCurrentDate()
-
setShowCurrentDate
void setShowCurrentDate(boolean value)
Sets the value of the 'Show Current Date
' attribute.- Parameters:
value
- the new value of the 'Show Current Date' attribute.- See Also:
isShowCurrentDate()
-
isCalendarNavigation
boolean isCalendarNavigation()
Returns the value of the 'Calendar Navigation' attribute.- Returns:
- the value of the 'Calendar Navigation' attribute.
- See Also:
setCalendarNavigation(boolean)
,FormPackage.getCalendarFieldExtInfo_CalendarNavigation()
-
setCalendarNavigation
void setCalendarNavigation(boolean value)
Sets the value of the 'Calendar Navigation
' attribute.- Parameters:
value
- the new value of the 'Calendar Navigation' attribute.- See Also:
isCalendarNavigation()
-
getBeginOfRepresentationPeriod
Date getBeginOfRepresentationPeriod()
Returns the value of the 'Begin Of Representation Period' attribute.- Returns:
- the value of the 'Begin Of Representation Period' attribute.
- See Also:
setBeginOfRepresentationPeriod(Date)
,FormPackage.getCalendarFieldExtInfo_BeginOfRepresentationPeriod()
-
setBeginOfRepresentationPeriod
void setBeginOfRepresentationPeriod(Date value)
Sets the value of the 'Begin Of Representation Period
' attribute.- Parameters:
value
- the new value of the 'Begin Of Representation Period' attribute.- See Also:
getBeginOfRepresentationPeriod()
-
getEndOfRepresentationPeriod
Date getEndOfRepresentationPeriod()
Returns the value of the 'End Of Representation Period' attribute.- Returns:
- the value of the 'End Of Representation Period' attribute.
- See Also:
setEndOfRepresentationPeriod(Date)
,FormPackage.getCalendarFieldExtInfo_EndOfRepresentationPeriod()
-
setEndOfRepresentationPeriod
void setEndOfRepresentationPeriod(Date value)
Sets the value of the 'End Of Representation Period
' attribute.- Parameters:
value
- the new value of the 'End Of Representation Period' attribute.- See Also:
getEndOfRepresentationPeriod()
-
isEnableStartDrag
boolean isEnableStartDrag()
Returns the value of the 'Enable Start Drag' attribute.- Returns:
- the value of the 'Enable Start Drag' attribute.
- See Also:
setEnableStartDrag(boolean)
,FormPackage.getCalendarFieldExtInfo_EnableStartDrag()
-
setEnableStartDrag
void setEnableStartDrag(boolean value)
Sets the value of the 'Enable Start Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Start Drag' attribute.- See Also:
isEnableStartDrag()
-
isEnableDrag
boolean isEnableDrag()
Returns the value of the 'Enable Drag' attribute.- Returns:
- the value of the 'Enable Drag' attribute.
- See Also:
setEnableDrag(boolean)
,FormPackage.getCalendarFieldExtInfo_EnableDrag()
-
setEnableDrag
void setEnableDrag(boolean value)
Sets the value of the 'Enable Drag
' attribute.- Parameters:
value
- the new value of the 'Enable Drag' attribute.- See Also:
isEnableDrag()
-
getFont
Font getFont()
Returns the value of the 'Font' containment reference.- Returns:
- the value of the 'Font' containment reference.
- See Also:
setFont(Font)
,FormPackage.getCalendarFieldExtInfo_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()
-
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.getCalendarFieldExtInfo_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()
-
getBorder
Border getBorder()
Returns the value of the 'Border' containment reference.- Returns:
- the value of the 'Border' containment reference.
- See Also:
setBorder(Border)
,FormPackage.getCalendarFieldExtInfo_Border()
-
setBorder
void setBorder(Border value)
Sets the value of the 'Border
' containment reference.- Parameters:
value
- the new value of the 'Border' containment reference.- See Also:
getBorder()
-
isShowMonthsPanel
boolean isShowMonthsPanel()
Returns the value of the 'Show Months Panel' attribute.- Returns:
- the value of the 'Show Months Panel' attribute.
- See Also:
setShowMonthsPanel(boolean)
,FormPackage.getCalendarFieldExtInfo_ShowMonthsPanel()
-
setShowMonthsPanel
void setShowMonthsPanel(boolean value)
Sets the value of the 'Show Months Panel
' attribute.- Parameters:
value
- the new value of the 'Show Months Panel' attribute.- See Also:
isShowMonthsPanel()
-
getWidthInMonths
int getWidthInMonths()
Returns the value of the 'Width In Months' attribute.- Returns:
- the value of the 'Width In Months' attribute.
- See Also:
setWidthInMonths(int)
,FormPackage.getCalendarFieldExtInfo_WidthInMonths()
-
setWidthInMonths
void setWidthInMonths(int value)
Sets the value of the 'Width In Months
' attribute.- Parameters:
value
- the new value of the 'Width In Months' attribute.- See Also:
getWidthInMonths()
-
getHeightInMonths
int getHeightInMonths()
Returns the value of the 'Height In Months' attribute.- Returns:
- the value of the 'Height In Months' attribute.
- See Also:
setHeightInMonths(int)
,FormPackage.getCalendarFieldExtInfo_HeightInMonths()
-
setHeightInMonths
void setHeightInMonths(int value)
Sets the value of the 'Height In Months
' attribute.- Parameters:
value
- the new value of the 'Height In Months' attribute.- See Also:
getHeightInMonths()
-
-