Package groovy.swing.impl
Class TableLayoutRow
java.lang.Object
groovy.swing.impl.TableLayoutRow
Represents a row in a table layout
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCell(TableLayoutCell tag) Adds a new cell to this rowvoidint
- 
Constructor Details- 
TableLayoutRow
 
- 
- 
Method Details- 
addCellAdds a new cell to this row- Parameters:
- tag- the td element
 
- 
addComponentsForRowpublic void addComponentsForRow()
- 
getRowIndexpublic int getRowIndex()- Returns:
- the row index of this row
 
 
-