public interface SimpleGridComponent extends CompositeComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
int |
getCols()
Returns the value of the 'Cols' attribute.
|
boolean |
isEqually()
Returns the value of the 'Equally' attribute.
|
void |
setCols(int value)
Sets the value of the '
Cols ' attribute. |
void |
setEqually(boolean value)
Sets the value of the '
Equally ' attribute. |
getChildren
getVisibility, setVisibility
boolean isEqually()
"true"
.
If the meaning of the 'Equally' attribute isn't clear, there really should be more of a description here...
setEqually(boolean)
,
DetailViewPackage.getSimpleGridComponent_Equally()
void setEqually(boolean value)
Equally
' attribute.
value
- the new value of the 'Equally' attribute.isEqually()
int getCols()
"2"
.
If the meaning of the 'Cols' attribute isn't clear, there really should be more of a description here...
setCols(int)
,
DetailViewPackage.getSimpleGridComponent_Cols()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.