|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroovy.swing.impl.TableLayoutRow
public class TableLayoutRow
Represents a row in a table layout
| Constructor Summary | |
|---|---|
TableLayoutRow(TableLayout tableLayoutTag)
|
|
| Method Summary | |
|---|---|
void |
addCell(TableLayoutCell tag)
Adds a new cell to this row |
void |
addComponentsForRow()
|
int |
getRowIndex()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayoutRow(TableLayout tableLayoutTag)
| Method Detail |
|---|
public void addCell(TableLayoutCell tag)
tag - the td elementpublic void addComponentsForRow()
public int getRowIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||