Package net.anwiba.commons.swing.object
Class BooleanField
- java.lang.Object
-
- net.anwiba.commons.swing.object.AbstractObjectTextField<java.lang.Boolean>
-
- net.anwiba.commons.swing.object.BooleanField
-
- All Implemented Interfaces:
IComponentProvider,IObjectField<java.lang.Boolean>,IObjectTextField<java.lang.Boolean>
public class BooleanField extends AbstractObjectTextField<java.lang.Boolean>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.anwiba.commons.swing.object.AbstractObjectTextField
AbstractObjectTextField.PasswordField<T>, AbstractObjectTextField.TextField<T>
-
-
Constructor Summary
Constructors Constructor Description BooleanField()BooleanField(IObjectFieldConfiguration<java.lang.Boolean> configuration)
-
Method Summary
-
Methods inherited from class net.anwiba.commons.swing.object.AbstractObjectTextField
getActionNotifier, getColorReciever, getComponent, getModel, getText, getValidationResultDistributor, selectAll, setEditable, setHorizontalAlignment, setText, updateView
-
-
-
-
Constructor Detail
-
BooleanField
public BooleanField()
-
BooleanField
public BooleanField(IObjectFieldConfiguration<java.lang.Boolean> configuration)
-
-