Package groovy.swing.impl
Class TableLayoutRow
java.lang.Object
groovy.swing.impl.TableLayoutRow
public class TableLayoutRow
extends java.lang.Object
Represents a row in a table layout
- 
Constructor SummaryConstructors Constructor Description TableLayoutRow(TableLayout tableLayoutTag)
- 
Method SummaryModifier and Type Method Description voidaddCell(TableLayoutCell tag)Adds a new cell to this rowvoidaddComponentsForRow()intgetRowIndex()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
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
 
 
-