Interface HippoLayGeographicalMap
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HippoLayElementBase,HippoLayElementWCMBase,HippoLayElementWCMFormElementBase,HippoLayFormElementBase,IHippoLayElementWithBorderColor,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HippoLayGeographicalMapImpl
public interface HippoLayGeographicalMap
extends HippoLayElementWCMFormElementBase, IHippoLayElementWithBorderColor
A representation of the model object 'Hippo Lay Geographical Map'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Short Cut' attribute.Returns the value of the 'Tooltip' attribute.booleanReturns the value of the 'Use Output' attribute.voidsetShortCut(String value) Sets the value of the 'Short Cut' attribute.voidsetTooltip(String value) Sets the value of the 'Tooltip' attribute.voidsetUseOutput(boolean value) Sets the value of the 'Use Output' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.HippoLayElementBase
checkCategory, getCategoriesHolder, getFormModelElement, getLogFormElementName, getName, getPParent, getTitle, isDefaultControl, isEnabled, isGroupEnabled, isGroupingVertical, isGroupReadOnly, isGroupVisible, isPostGeneratorCardsInDLU, isReadOnly, isSkipOnInput, isVisible, setCategoriesHolder, setCategory, setCategory, setDefaultControl, setEnabled, setFormModelElement, setGroupEnabled, setGroupingVertical, setGroupReadOnly, setGroupVisible, setLogFormElementName, setName, setPostGeneratorCardsInDLU, setPParent, setReadOnly, setSkipOnInput, setTitle, setVisibleMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.HippoLayElementWCMBase
getPContextMenu, setPContextMenuMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.HippoLayFormElementBase
getAlignedAreaTopOffset, getAnchorName, getGridBottomPadding, getGridHAlign, getGridHeight, getGridLeft, getGridLeftPadding, getGridPadding, getGridRightPadding, getGridTop, getGridTopPadding, getGridVAlign, getGridWidth, getHeight, getLayerNumber, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getStickyAnchorNames, getStretchableMode, getWidth, setAlignedAreaTopOffset, setAnchorName, setGridBottomPadding, setGridHAlign, setGridHeight, setGridLeft, setGridLeftPadding, setGridPadding, setGridRightPadding, setGridTop, setGridTopPadding, setGridVAlign, setGridWidth, setHeight, setLayerNumber, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setStretchableMode, setWidthMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.IHippoLayElementWithBorderColor
getBorderColor, setBorderColorMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute. The default value is"".- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip' attribute.- Parameters:
value- the new value of the 'Tooltip' attribute.- See Also:
-
getShortCut
String getShortCut()Returns the value of the 'Short Cut' attribute. The default value is"".- Returns:
- the value of the 'Short Cut' attribute.
- See Also:
-
setShortCut
Sets the value of the 'Short Cut' attribute.- Parameters:
value- the new value of the 'Short Cut' attribute.- See Also:
-
isUseOutput
boolean isUseOutput()Returns the value of the 'Use Output' attribute. The default value is"true".- Returns:
- the value of the 'Use Output' attribute.
- See Also:
-
setUseOutput
void setUseOutput(boolean value) Sets the value of the 'Use Output' attribute.- Parameters:
value- the new value of the 'Use Output' attribute.- See Also:
-