public class JComboBoxModelChangedTrigger
extends com.google.code.validationframework.base.trigger.AbstractTrigger
implements com.google.code.validationframework.api.common.Disposable
AbstractTrigger,
Disposable,
ActionListener.actionPerformed(ActionEvent)| Constructor and Description |
|---|
JComboBoxModelChangedTrigger(JComboBox source)
Constructor specifying the source combobox that will trigger the validation.
|
JComboBoxModelChangedTrigger(JComboBox source,
com.google.code.validationframework.base.common.UncheckedExceptionHandler uncheckedExceptionHandler)
Constructor specifying the source combobox that will trigger the validation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
JComboBox |
getComponent()
Gets the source component.
|
public JComboBoxModelChangedTrigger(JComboBox source)
source - Source combobox that will trigger the validation.AbstractTrigger.AbstractTrigger()public JComboBoxModelChangedTrigger(JComboBox source, com.google.code.validationframework.base.common.UncheckedExceptionHandler uncheckedExceptionHandler)
source - Source combobox that will trigger the validation.uncheckedExceptionHandler - Handler for exceptions occurring when firing the trigger events.AbstractTrigger.AbstractTrigger(com.google.code.validationframework.base.common.UncheckedExceptionHandler)public JComboBox 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.