public interface GridChild extends Child
The following features are supported:
VisualInterfacePackage.getGridChild()
Modifier and Type | Method and Description |
---|---|
Integer |
getHeightHint()
Returns the value of the 'Height Hint' attribute.
|
GridAlignment |
getHorizontalAlignment()
Returns the value of the 'Horizontal Alignment' attribute.
|
int |
getSpanCols()
Returns the value of the 'Span Cols' attribute.
|
Integer |
getSpanRows()
Returns the value of the 'Span Rows' attribute.
|
GridAlignment |
getVerticalAlignment()
Returns the value of the 'Vertical Alignment' attribute.
|
Integer |
getWidthHint()
Returns the value of the 'Width Hint' attribute.
|
boolean |
isGrabHorizontalSpace()
Returns the value of the 'Grab Horizontal Space' attribute.
|
boolean |
isGrabVerticalSpace()
Returns the value of the 'Grab Vertical Space' attribute.
|
void |
setGrabHorizontalSpace(boolean value)
Sets the value of the '
Grab Horizontal Space ' attribute. |
void |
setGrabVerticalSpace(boolean value)
Sets the value of the '
Grab Vertical Space ' attribute. |
void |
setHeightHint(Integer value)
Sets the value of the '
Height Hint ' attribute. |
void |
setHorizontalAlignment(GridAlignment value)
Sets the value of the '
Horizontal Alignment ' attribute. |
void |
setSpanCols(int value)
Sets the value of the '
Span Cols ' attribute. |
void |
setSpanRows(Integer value)
Sets the value of the '
Span Rows ' attribute. |
void |
setVerticalAlignment(GridAlignment value)
Sets the value of the '
Vertical Alignment ' attribute. |
void |
setWidthHint(Integer value)
Sets the value of the '
Width Hint ' attribute. |
getElement, getName, setElement, setName
GridAlignment getHorizontalAlignment()
"BEGINNING"
.
The literals are from the enumeration GridAlignment
.
If the meaning of the 'Horizontal Alignment' attribute isn't clear, there really should be more of a description here...
GridAlignment
,
setHorizontalAlignment(GridAlignment)
,
VisualInterfacePackage.getGridChild_HorizontalAlignment()
void setHorizontalAlignment(GridAlignment value)
Horizontal Alignment
' attribute.
value
- the new value of the 'Horizontal Alignment' attribute.GridAlignment
,
getHorizontalAlignment()
GridAlignment getVerticalAlignment()
"BEGINNING"
.
The literals are from the enumeration GridAlignment
.
If the meaning of the 'Vertical Alignment' attribute isn't clear, there really should be more of a description here...
GridAlignment
,
setVerticalAlignment(GridAlignment)
,
VisualInterfacePackage.getGridChild_VerticalAlignment()
void setVerticalAlignment(GridAlignment value)
Vertical Alignment
' attribute.
value
- the new value of the 'Vertical Alignment' attribute.GridAlignment
,
getVerticalAlignment()
boolean isGrabHorizontalSpace()
"false"
.
If the meaning of the 'Grab Horizontal Space' attribute isn't clear, there really should be more of a description here...
setGrabHorizontalSpace(boolean)
,
VisualInterfacePackage.getGridChild_GrabHorizontalSpace()
void setGrabHorizontalSpace(boolean value)
Grab Horizontal Space
' attribute.
value
- the new value of the 'Grab Horizontal Space' attribute.isGrabHorizontalSpace()
boolean isGrabVerticalSpace()
"false"
.
If the meaning of the 'Grab Vertical Space' attribute isn't clear, there really should be more of a description here...
setGrabVerticalSpace(boolean)
,
VisualInterfacePackage.getGridChild_GrabVerticalSpace()
void setGrabVerticalSpace(boolean value)
Grab Vertical Space
' attribute.
value
- the new value of the 'Grab Vertical Space' attribute.isGrabVerticalSpace()
int getSpanCols()
"0"
.
If the meaning of the 'Span Cols' attribute isn't clear, there really should be more of a description here...
setSpanCols(int)
,
VisualInterfacePackage.getGridChild_SpanCols()
void setSpanCols(int value)
Span Cols
' attribute.
value
- the new value of the 'Span Cols' attribute.getSpanCols()
Integer getSpanRows()
"0"
.
If the meaning of the 'Span Rows' attribute isn't clear, there really should be more of a description here...
setSpanRows(Integer)
,
VisualInterfacePackage.getGridChild_SpanRows()
void setSpanRows(Integer value)
Span Rows
' attribute.
value
- the new value of the 'Span Rows' attribute.getSpanRows()
Integer getWidthHint()
If the meaning of the 'Width Hint' attribute isn't clear, there really should be more of a description here...
setWidthHint(Integer)
,
VisualInterfacePackage.getGridChild_WidthHint()
void setWidthHint(Integer value)
Width Hint
' attribute.
value
- the new value of the 'Width Hint' attribute.getWidthHint()
Integer getHeightHint()
If the meaning of the 'Height Hint' attribute isn't clear, there really should be more of a description here...
setHeightHint(Integer)
,
VisualInterfacePackage.getGridChild_HeightHint()
void setHeightHint(Integer value)
Height Hint
' attribute.
value
- the new value of the 'Height Hint' attribute.getHeightHint()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.