public class JTableSelectedRowIndicesProperty extends com.google.code.validationframework.base.property.AbstractReadableWritableProperty<List<Integer>,List<Integer>> implements com.google.code.validationframework.api.common.Disposable
JTable.
The selection can be controlled by using the selection model of the table, by interacting with the table, or by
setting the value of this property.
If the value is to -1, then the selected row(s) will be de-selected. If the value is set to null, it will be
converted to -1 and therefore the selected row(s) will be de-selected.| Constructor and Description |
|---|
JTableSelectedRowIndicesProperty(JTable table)
Constructor specifying the table
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
List<Integer> |
getValue() |
void |
setValue(List<Integer> value) |
addValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JTableSelectedRowIndicesProperty(JTable table)
table - Table whose selected row index is represented by this property.Copyright © 2014. All Rights Reserved.