Package net.anwiba.commons.swing.object
Interface IObjectField<T>
-
- All Superinterfaces:
IComponentProvider
- All Known Subinterfaces:
IObjectTextField<T>
- All Known Implementing Classes:
AbstractObjectTextField,BooleanComboBoxField,BooleanField,DateField,DoubleField,DoubleIntervalField,DurationField,EnumField,FileField,FloatField,GenericObjectField,IntegerField,LocalDateTimeField,LocalDateTimeRangeField,LongField,NumberField,ObjectField,ShortField,StringField
public interface IObjectField<T> extends IComponentProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IObjectModel<T>getModel()IObjectDistributor<IValidationResult>getValidationResultDistributor()-
Methods inherited from interface net.anwiba.commons.swing.component.IComponentProvider
getComponent
-
-
-
-
Method Detail
-
getModel
IObjectModel<T> getModel()
-
getValidationResultDistributor
IObjectDistributor<IValidationResult> getValidationResultDistributor()
-
-