|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.app.layout.CellLayoutData
nextapp.echo2.app.layout.GridLayoutData
public class GridLayoutData
A LayoutData object used to describe how a
Component is rendered within a Grid.
| Constructor Summary | |
|---|---|
GridLayoutData()
|
|
| Method Summary | |
|---|---|
int |
getColumnSpan()
Returns the column span of the cell. |
int |
getRowSpan()
Returns the row span of the cell. |
void |
setColumnSpan(int newValue)
Sets the column span of the cell. |
void |
setRowSpan(int newValue)
Sets the row span of the cell. |
| Methods inherited from class nextapp.echo2.app.layout.CellLayoutData |
|---|
getAlignment, getBackground, getBackgroundImage, getInsets, setAlignment, setBackground, setBackgroundImage, setInsets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridLayoutData()
| Method Detail |
|---|
public int getColumnSpan()
public int getRowSpan()
public void setColumnSpan(int newValue)
newValue - the new column spanpublic void setRowSpan(int newValue)
newValue - the new row span
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||