public class JTableRowCountProperty extends com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Integer>
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.public void dispose()
dispose in interface com.github.leanframeworks.propertiesframework.api.common.Disposabledispose in class com.github.leanframeworks.propertiesframework.base.property.AbstractReadableProperty<Integer>Disposable.dispose()public Integer getValue()
ReadableProperty.getValue()Copyright © 2017. All rights reserved.