public class JTableRowCountProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<Integer> implements com.google.code.validationframework.api.common.Disposable
JTable.
Note that this row count corresponds to the view and therefore may differ from the row count in the table model.| Constructor and Description |
|---|
JTableRowCountProperty(JTable table)
Constructor specifying the table whose row count is represented by this property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Integer |
getValue() |
public JTableRowCountProperty(JTable table)
table - Table whose row count is to be tracked.Copyright © 2015. All Rights Reserved.