[Java] Class TableLayoutRow
- groovy.swing.impl.TableLayoutRow
Represents a row in a table layout
- Authors:
- James Strachan
Constructor Summary
Constructor and description |
---|
TableLayoutRow
(TableLayout tableLayoutTag) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
addCell(TableLayoutCell tag) Adds a new cell to this row | |
void |
addComponentsForRow() | |
int |
getRowIndex() @return the row index of this row |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Constructor Detail
public TableLayoutRow(TableLayout tableLayoutTag)
Method Detail
public void addCell(TableLayoutCell tag)
Adds a new cell to this row
- Parameters:
-
tag
- the td element
public void addComponentsForRow()
public int getRowIndex()
- Returns:
- the row index of this row
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/groovy/swing/impl/TableLayoutRow.html