Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.object
Class AbstractObjectTextFieldConfiguration<T>
java.lang.Object
net.anwiba.commons.swing.object.AbstractObjectTextFieldConfiguration<T>
- All Implemented Interfaces:
IObjectFieldConfiguration<T>
- Direct Known Subclasses:
DefaultObjectFieldConfiguration,ObjectFieldConfiguration
public abstract class AbstractObjectTextFieldConfiguration<T>
extends Object
implements IObjectFieldConfiguration<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractObjectTextFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IToolTipFactory toolTipFactory, IBooleanModel enabledModel, boolean isEditable, int columns, List<IActionFactory<T>> actionFactorys, List<IButtonFactory<T>> buttonFactorys, IKeyListenerFactory<T> keyListenerFactory, Color backgroundColor, boolean isDisguise) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.swing.object.IObjectFieldConfiguration
getCharacterFilter, getToObjectConverter, getToStringConverter, getValidator
-
Constructor Details
-
AbstractObjectTextFieldConfiguration
public AbstractObjectTextFieldConfiguration(IObjectModel<T> model, IObjectModel<IValidationResult> validStateModel, IToolTipFactory toolTipFactory, IBooleanModel enabledModel, boolean isEditable, int columns, List<IActionFactory<T>> actionFactorys, List<IButtonFactory<T>> buttonFactorys, IKeyListenerFactory<T> keyListenerFactory, Color backgroundColor, boolean isDisguise)
-
-
Method Details
-
getBackgroundColor
- Specified by:
getBackgroundColorin interfaceIObjectFieldConfiguration<T>
-
getColumns
public int getColumns()- Specified by:
getColumnsin interfaceIObjectFieldConfiguration<T>
-
getEnabledModel
- Specified by:
getEnabledModelin interfaceIObjectFieldConfiguration<T>
-
isEditable
public boolean isEditable()- Specified by:
isEditablein interfaceIObjectFieldConfiguration<T>
-
getToolTipFactory
- Specified by:
getToolTipFactoryin interfaceIObjectFieldConfiguration<T>
-
getModel
- Specified by:
getModelin interfaceIObjectFieldConfiguration<T>
-
getValidationResultModel
- Specified by:
getValidationResultModelin interfaceIObjectFieldConfiguration<T>
-
getActionFactorys
- Specified by:
getActionFactorysin interfaceIObjectFieldConfiguration<T>
-
getButtonFactorys
- Specified by:
getButtonFactorysin interfaceIObjectFieldConfiguration<T>
-
getKeyListenerFactory
- Specified by:
getKeyListenerFactoryin interfaceIObjectFieldConfiguration<T>
-
isDisguise
public boolean isDisguise()- Specified by:
isDisguisein interfaceIObjectFieldConfiguration<T>
-