| |
|
| java.lang.Object de.jwic.controls.layout.Row
Row | public class Row implements Serializable(Code) | | Specifies a row during rendering.
author: Florian Lippisch version: $Revision: 1.2 $ |
Constructor Summary | |
public | Row(int num) Constructs a new row. |
Row | public Row(int num)(Code) | | Constructs a new row.
Parameters: num - |
getHeight | public String getHeight()(Code) | | Returns the height. |
getNum | public int getNum()(Code) | | Returns the num. |
setHeight | public void setHeight(String height)(Code) | | Parameters: height - The height to set. |
setNum | public void setNum(int num)(Code) | | Parameters: num - The num to set. |
|
|
|