public class JTableComboBoxEditorModelChangedTrigger
extends com.google.code.validationframework.base.trigger.AbstractTrigger
implements com.google.code.validationframework.api.common.Disposable
| Modifier and Type | Field and Description |
|---|---|
static int |
ALL_COLUMNS
Constant representing any column.
|
static int |
ALL_ROWS
Constant representing any row.
|
| Constructor and Description |
|---|
JTableComboBoxEditorModelChangedTrigger(JTable table)
Constructor specifying the table whose combobox editor should trigger the validation.
|
JTableComboBoxEditorModelChangedTrigger(JTable table,
int modelRowIndex,
int modelColumnIndex)
Constructor specifying the table and cell position whose combobox editor should trigger the validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
JTable |
getComponent()
Gets the source component.
|
public static final int ALL_ROWS
public static final int ALL_COLUMNS
public JTableComboBoxEditorModelChangedTrigger(JTable table)
table - Table whose combobox editor should trigger the validation.public JTableComboBoxEditorModelChangedTrigger(JTable table, int modelRowIndex, int modelColumnIndex)
table - Table whose combobox editor should trigger the validation.modelRowIndex - Model row index of the cell whose combobox editor should trigger the validation.modelColumnIndex - Model column index of the cell whose combobox editor should trigger the validation.ALL_ROWS,
ALL_COLUMNS,
JTableComboBoxEditorModelChangedTrigger(JTable)public JTable getComponent()
public void dispose()
dispose in interface com.google.code.validationframework.api.common.Disposabledispose in class com.google.code.validationframework.base.trigger.AbstractTriggerDisposable.dispose()Copyright © 2015. All Rights Reserved.