public class JComboBoxOpenedTrigger
extends com.google.code.validationframework.base.trigger.AbstractTrigger
implements com.google.code.validationframework.api.common.Disposable
AbstractTrigger,
Disposable,
PopupMenuListener.popupMenuCanceled(PopupMenuEvent)| Constructor and Description |
|---|
JComboBoxOpenedTrigger(JComboBox source)
Constructor specifying the source combobox that will trigger the validation.
|
JComboBoxOpenedTrigger(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 JComboBoxOpenedTrigger(JComboBox source)
source - Source combobox that will trigger the validation.AbstractTrigger.AbstractTrigger()public JComboBoxOpenedTrigger(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(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.