[Java] Class TableLayoutRow
- groovy.swing.impl.TableLayoutRow
public class TableLayoutRow
Represents a row in a table layout
Constructor Summary
Constructor and description |
---|
TableLayoutRow
(TableLayout tableLayoutTag) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
addCell(TableLayoutCell tag) Adds a new cell to this row | |
public void |
addComponentsForRow() | |
public int |
getRowIndex()
|
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/3.0.7/html/gapi/groovy/swing/impl/TableLayoutRow.html