Class BooleanComboBoxField
- java.lang.Object
-
- net.anwiba.commons.swing.combobox.BooleanComboBoxField
-
- All Implemented Interfaces:
IComponentProvider,IObjectField<java.lang.Boolean>
public class BooleanComboBoxField extends java.lang.Object implements IObjectField<java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description BooleanComboBoxField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IActionNotifiergetActionNotifier()javax.swing.JComponentgetComponent()ObjectModel<java.lang.Boolean>getModel()IObjectDistributor<IValidationResult>getValidationResultDistributor()
-
-
-
Method Detail
-
getValidationResultDistributor
public IObjectDistributor<IValidationResult> getValidationResultDistributor()
- Specified by:
getValidationResultDistributorin interfaceIObjectField<java.lang.Boolean>
-
getModel
public ObjectModel<java.lang.Boolean> getModel()
- Specified by:
getModelin interfaceIObjectField<java.lang.Boolean>
-
getComponent
public javax.swing.JComponent getComponent()
- Specified by:
getComponentin interfaceIComponentProvider
-
getActionNotifier
public IActionNotifier getActionNotifier()
-
-