Interface HippoLayTumbler
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HippoLayElementBase,HippoLayElementWCMBase,HippoLayElementWCMFormElementBase,HippoLayElementWithCustomization,HippoLayFormElementBase,IHippoLayElementWithBackColor,IHippoLayElementWithBorderColor,IHippoLayElementWithFont,IHippoLayElementWithTextColor,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HippoLayTumblerImpl
public interface HippoLayTumbler
extends HippoLayElementWCMFormElementBase, HippoLayElementWithCustomization
A representation of the model object 'Hippo Lay Tumbler'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Columns Count' attribute.intReturns the value of the 'Element Height' attribute.intReturns the value of the 'Element Title Height' attribute.intReturns the value of the 'Element Width' attribute.Returns the value of the 'Equal Columns Width' attribute.org.eclipse.emf.common.util.EList<Double>Returns the value of the 'Relative Width Of Columns' attribute list.Returns the value of the 'Short Cut' attribute.org.eclipse.emf.common.util.EList<String>Returns the value of the 'Titles' attribute list.Returns the value of the 'Tooltip' attribute.booleanReturns the value of the 'Check Box Emulation Mode' attribute.voidsetCheckBoxEmulationMode(boolean value) Sets the value of the 'Check Box Emulation Mode' attribute.voidsetColumnsCount(int value) Sets the value of the 'Columns Count' attribute.voidsetElementHeight(int value) Sets the value of the 'Element Height' attribute.voidsetElementTitleHeight(int value) Sets the value of the 'Element Title Height' attribute.voidsetElementWidth(int value) Sets the value of the 'Element Width' attribute.voidsetEqualColumnsWidth(Boolean value) Sets the value of the 'Equal Columns Width' attribute.voidsetShortCut(String value) Sets the value of the 'Short Cut' attribute.voidsetTooltip(String value) Sets the value of the 'Tooltip' 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.IHippoLayElementWithBackColor
getBackColor, setBackColorMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.IHippoLayElementWithBorderColor
getBorderColor, setBorderColorMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.IHippoLayElementWithFont
getFont, setFontMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.IHippoLayElementWithTextColor
getTextColor, setTextColorMethods 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:
-
getColumnsCount
int getColumnsCount()Returns the value of the 'Columns Count' attribute. The default value is"2".- Returns:
- the value of the 'Columns Count' attribute.
- See Also:
-
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:
-
getTitles
org.eclipse.emf.common.util.EList<String> getTitles()Returns the value of the 'Titles' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Titles' attribute list.
- See Also:
-
getRelativeWidthOfColumns
org.eclipse.emf.common.util.EList<Double> getRelativeWidthOfColumns()Returns the value of the 'Relative Width Of Columns' attribute list. The list contents are of typeDouble.- Returns:
- the value of the 'Relative Width Of Columns' attribute list.
- See Also:
-
isCheckBoxEmulationMode
boolean isCheckBoxEmulationMode()Returns the value of the 'Check Box Emulation Mode' attribute. The default value is"true".- Returns:
- the value of the 'Check Box Emulation Mode' attribute.
- See Also:
-
setCheckBoxEmulationMode
void setCheckBoxEmulationMode(boolean value) Sets the value of the 'Check Box Emulation Mode' attribute.- Parameters:
value- the new value of the 'Check Box Emulation Mode' attribute.- See Also:
-
getElementHeight
int getElementHeight()Returns the value of the 'Element Height' attribute.- Returns:
- the value of the 'Element Height' attribute.
- See Also:
-
setElementHeight
void setElementHeight(int value) Sets the value of the 'Element Height' attribute.- Parameters:
value- the new value of the 'Element Height' attribute.- See Also:
-
getElementTitleHeight
int getElementTitleHeight()Returns the value of the 'Element Title Height' attribute.- Returns:
- the value of the 'Element Title Height' attribute.
- See Also:
-
setElementTitleHeight
void setElementTitleHeight(int value) Sets the value of the 'Element Title Height' attribute.- Parameters:
value- the new value of the 'Element Title Height' attribute.- See Also:
-
getElementWidth
int getElementWidth()Returns the value of the 'Element Width' attribute.- Returns:
- the value of the 'Element Width' attribute.
- See Also:
-
setElementWidth
void setElementWidth(int value) Sets the value of the 'Element Width' attribute.- Parameters:
value- the new value of the 'Element Width' attribute.- See Also:
-
getEqualColumnsWidth
Boolean getEqualColumnsWidth()Returns the value of the 'Equal Columns Width' attribute.- Returns:
- the value of the 'Equal Columns Width' attribute.
- See Also:
-
setEqualColumnsWidth
Sets the value of the 'Equal Columns Width' attribute.- Parameters:
value- the new value of the 'Equal Columns Width' attribute.- See Also:
-