Package net.anwiba.commons.swing.object
Class LocalDateTimeRangeField
- java.lang.Object
-
- net.anwiba.commons.swing.object.AbstractObjectTextField<ILocalDateTimeRange>
-
- net.anwiba.commons.swing.object.LocalDateTimeRangeField
-
- All Implemented Interfaces:
IComponentProvider,IObjectField<ILocalDateTimeRange>,IObjectTextField<ILocalDateTimeRange>
public class LocalDateTimeRangeField extends AbstractObjectTextField<ILocalDateTimeRange>
-
-
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 LocalDateTimeRangeField()LocalDateTimeRangeField(IObjectFieldConfiguration<ILocalDateTimeRange> 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
-
LocalDateTimeRangeField
public LocalDateTimeRangeField()
-
LocalDateTimeRangeField
public LocalDateTimeRangeField(IObjectFieldConfiguration<ILocalDateTimeRange> configuration)
-
-