Interface HippoLayForm
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,HippoLayElementBase,HippoLayFormGroupBase,HippoLayGroupBase,HippoLayVirtualGridBase,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
HippoLayFormImpl
A representation of the model object 'Hippo Lay Form'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Enter Key Behavior' attribute.intReturns the value of the 'Height' attribute.Returns the value of the 'Language Code' attribute.intReturns the value of the 'Res Height' attribute.intReturns the value of the 'Res Width' attribute.Returns the value of the 'Show ECS Conversations' attribute.Returns the value of the 'Vertical Scrolling' attribute.intgetWidth()Returns the value of the 'Width' attribute.voidSets the value of the 'Enter Key Behavior' attribute.voidsetHeight(int value) Sets the value of the 'Height' attribute.voidsetLanguageCode(String value) Sets the value of the 'Language Code' attribute.voidsetResHeight(int value) Sets the value of the 'Res Height' attribute.voidsetResWidth(int value) Sets the value of the 'Res Width' attribute.voidSets the value of the 'Show ECS Conversations' attribute.voidSets the value of the 'Vertical Scrolling' attribute.voidsetWidth(int value) Sets the value of the 'Width' 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.HippoLayFormGroupBase
getChildrenAlignment, getChildrenGrouping, getHorizontalAlignment, getHorizontalSpacing, getHorStretchable, getVerStretchable, getVerticalAlignment, getVerticalSpacing, setChildrenAlignment, setChildrenGrouping, setHorizontalAlignment, setHorizontalSpacing, setHorStretchable, setVerStretchable, setVerticalAlignment, setVerticalSpacingMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.HippoLayGroupBase
addChild, childIndex, getChildren, insertChild, isAlternativeMode, move, remove, setAlternativeModeMethods inherited from interface com._1c.g5.v8.dt.form.layout.model.description.HippoLayVirtualGridBase
addColumn, addRow, getChildrenGridHAlign, getChildrenGridVAlign, getColumns, getRows, insertColumn, insertRow, setChildrenGridHAlign, setChildrenGridVAlignMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getWidth
int getWidth()Returns the value of the 'Width' attribute.- Returns:
- the value of the 'Width' attribute.
- See Also:
-
setWidth
void setWidth(int value) Sets the value of the 'Width' attribute.- Parameters:
value- the new value of the 'Width' attribute.- See Also:
-
getHeight
int getHeight()Returns the value of the 'Height' attribute.- Returns:
- the value of the 'Height' attribute.
- See Also:
-
setHeight
void setHeight(int value) Sets the value of the 'Height' attribute.- Parameters:
value- the new value of the 'Height' attribute.- See Also:
-
getVerticalScrolling
LogFormScrollMode getVerticalScrolling()Returns the value of the 'Vertical Scrolling' attribute. The default value is"UseIfNecessary". The literals are from the enumerationLogFormScrollMode.- Returns:
- the value of the 'Vertical Scrolling' attribute.
- See Also:
-
setVerticalScrolling
Sets the value of the 'Vertical Scrolling' attribute.- Parameters:
value- the new value of the 'Vertical Scrolling' attribute.- See Also:
-
getEnterKeyBehavior
FormEnterKeyBehavior getEnterKeyBehavior()Returns the value of the 'Enter Key Behavior' attribute. The literals are from the enumerationFormEnterKeyBehavior.- Returns:
- the value of the 'Enter Key Behavior' attribute.
- See Also:
-
setEnterKeyBehavior
Sets the value of the 'Enter Key Behavior' attribute.- Parameters:
value- the new value of the 'Enter Key Behavior' attribute.- See Also:
-
getShowECSConversations
FormConversationsRepresentation getShowECSConversations()Returns the value of the 'Show ECS Conversations' attribute. The literals are from the enumerationFormConversationsRepresentation.- Returns:
- the value of the 'Show ECS Conversations' attribute.
- See Also:
-
setShowECSConversations
Sets the value of the 'Show ECS Conversations' attribute.- Parameters:
value- the new value of the 'Show ECS Conversations' attribute.- See Also:
-
getResWidth
int getResWidth()Returns the value of the 'Res Width' attribute.- Returns:
- the value of the 'Res Width' attribute.
- See Also:
-
setResWidth
void setResWidth(int value) Sets the value of the 'Res Width' attribute.- Parameters:
value- the new value of the 'Res Width' attribute.- See Also:
-
getResHeight
int getResHeight()Returns the value of the 'Res Height' attribute.- Returns:
- the value of the 'Res Height' attribute.
- See Also:
-
setResHeight
void setResHeight(int value) Sets the value of the 'Res Height' attribute.- Parameters:
value- the new value of the 'Res Height' attribute.- See Also:
-
getLanguageCode
String getLanguageCode()Returns the value of the 'Language Code' attribute.- Returns:
- the value of the 'Language Code' attribute.
- See Also:
-
setLanguageCode
Sets the value of the 'Language Code' attribute.- Parameters:
value- the new value of the 'Language Code' attribute.- See Also:
-