public interface EEFGridLayoutDescription extends EEFLayoutDescription
The following features are supported:
EefPackage.getEEFGridLayoutDescription()
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfColumns()
Returns the value of the 'Number Of Columns' attribute.
|
boolean |
isMakeColumnsWithEqualWidth()
Returns the value of the 'Make Columns With Equal Width' attribute.
|
void |
setMakeColumnsWithEqualWidth(boolean value)
Sets the value of the '
Make
Columns With Equal Width ' attribute. |
void |
setNumberOfColumns(int value)
Sets the value of the '
Number Of
Columns ' attribute. |
int getNumberOfColumns()
"1"
.
The number of columns used inside the grid
layout. setNumberOfColumns(int)
,
EefPackage.getEEFGridLayoutDescription_NumberOfColumns()
void setNumberOfColumns(int value)
Number Of
Columns
' attribute. value
- the new value of the 'Number Of Columns' attribute.getNumberOfColumns()
boolean isMakeColumnsWithEqualWidth()
"true"
. Indicates if the
columns should have an equal width. setMakeColumnsWithEqualWidth(boolean)
,
EefPackage.getEEFGridLayoutDescription_MakeColumnsWithEqualWidth()
void setMakeColumnsWithEqualWidth(boolean value)
Make
Columns With Equal Width
' attribute. value
- the new value of the 'Make Columns With Equal Width' attribute.isMakeColumnsWithEqualWidth()