Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.object
Interface IObjectFieldConfiguration<T>
- All Known Implementing Classes:
AbstractObjectTextFieldConfiguration,DefaultObjectFieldConfiguration,ObjectFieldConfiguration
public interface IObjectFieldConfiguration<T>
-
Method Summary
-
Method Details
-
getValidator
IValidator<String> getValidator() -
getToObjectConverter
IConverter<String,T, getToObjectConverter()RuntimeException> -
getToStringConverter
IConverter<T,String, getToStringConverter()RuntimeException> -
getColumns
int getColumns() -
isEditable
boolean isEditable() -
getToolTipFactory
IToolTipFactory getToolTipFactory() -
getModel
IObjectModel<T> getModel() -
getValidationResultModel
IObjectModel<IValidationResult> getValidationResultModel() -
getActionFactorys
Collection<IActionFactory<T>> getActionFactorys() -
getBackgroundColor
Color getBackgroundColor() -
getKeyListenerFactory
IKeyListenerFactory<T> getKeyListenerFactory() -
getCharacterFilter
ICharFilter getCharacterFilter() -
getEnabledModel
IBooleanModel getEnabledModel() -
getButtonFactorys
Collection<IButtonFactory<T>> getButtonFactorys() -
isDisguise
boolean isDisguise()
-