public abstract class PWRowGroup extends PWContainer
Constructor | Description |
---|---|
PWRowGroup() |
Modifier and Type | Method | Description |
---|---|---|
void |
addColumn(int number) |
Add a column to the current element
|
abstract void |
enableOrDisable() |
Enables or disables all elements stored in this group or row
|
int |
getNumberOfColums() |
|
PWRowGroup |
setEnabler(Enabler enabler) |
|
void |
setParent(PWContainer parent) |
|
void |
setParentNumberOfColumns(int numberOfColumns) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, build
public abstract void enableOrDisable()
public void addColumn(int number)
number
- number of column to addpublic int getNumberOfColums()
public PWRowGroup setEnabler(Enabler enabler)
enabler
- the enabler to setpublic void setParent(PWContainer parent)
parent
- the parent to setpublic void setParentNumberOfColumns(int numberOfColumns)
numberOfColumns
- the number of columns of the parent