Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.object
Interface IObjectTextField<T>
- All Superinterfaces:
IComponentProvider,IObjectField<T>
- All Known Implementing Classes:
AbstractObjectTextField,BooleanField,DateField,DoubleField,DurationField,EnumField,FileField,FloatField,GenericObjectField,InstantField,IntegerField,LocalDateField,LocalDateTimeField,LocalDateTimeRangeField,LocalTimeField,LongField,NumberField,ObjectField,ShortField,StringField,ZonedDateTimeField
-
Method Summary
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponentMethods inherited from interface net.anwiba.commons.swing.object.IObjectField
getModel, getValidationResultDistributor
-
Method Details
-
setText
-
getText
String getText() -
setEditable
void setEditable(boolean isEditable) -
updateView
void updateView()
-