Package groovy.swing.impl
Class TableLayoutRow
- java.lang.Object
- 
- groovy.swing.impl.TableLayoutRow
 
- 
 public class TableLayoutRow extends java.lang.ObjectRepresents a row in a table layout
- 
- 
Constructor SummaryConstructors Constructor Description TableLayoutRow(TableLayout tableLayoutTag)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCell(TableLayoutCell tag)Adds a new cell to this rowvoidaddComponentsForRow()intgetRowIndex()
 
- 
- 
- 
Constructor Detail- 
TableLayoutRowpublic TableLayoutRow(TableLayout tableLayoutTag) 
 
- 
 - 
Method Detail- 
addCellpublic void addCell(TableLayoutCell tag) Adds a new cell to this row- Parameters:
- tag- the td element
 
 - 
addComponentsForRowpublic void addComponentsForRow() 
 - 
getRowIndexpublic int getRowIndex() - Returns:
- the row index of this row
 
 
- 
 
-