public abstract class AbstractObjectTextFieldConfiguration<T> extends Object implements IObjectFieldConfiguration<T>
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IActionFactory<T>> |
getActionFactorys() |
Color |
getBackgroundColor() |
Collection<IButtonFactory<T>> |
getButtonFactorys() |
int |
getColumns() |
IBooleanModel |
getEnabledModel() |
IKeyListenerFactory<T> |
getKeyListenerFactory() |
IObjectModel<T> |
getModel() |
IToolTipFactory |
getToolTipFactory() |
IObjectModel<IValidationResult> |
getValidationResultModel() |
boolean |
isDisguise() |
boolean |
isEditable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCharacterFilter, getToObjectConverter, getToStringConverter, getValidatorpublic 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)
public Color getBackgroundColor()
getBackgroundColor in interface IObjectFieldConfiguration<T>public int getColumns()
getColumns in interface IObjectFieldConfiguration<T>public IBooleanModel getEnabledModel()
getEnabledModel in interface IObjectFieldConfiguration<T>public boolean isEditable()
isEditable in interface IObjectFieldConfiguration<T>public IToolTipFactory getToolTipFactory()
getToolTipFactory in interface IObjectFieldConfiguration<T>public IObjectModel<T> getModel()
getModel in interface IObjectFieldConfiguration<T>public IObjectModel<IValidationResult> getValidationResultModel()
getValidationResultModel in interface IObjectFieldConfiguration<T>public Collection<IActionFactory<T>> getActionFactorys()
getActionFactorys in interface IObjectFieldConfiguration<T>public Collection<IButtonFactory<T>> getButtonFactorys()
getButtonFactorys in interface IObjectFieldConfiguration<T>public IKeyListenerFactory<T> getKeyListenerFactory()
getKeyListenerFactory in interface IObjectFieldConfiguration<T>public boolean isDisguise()
isDisguise in interface IObjectFieldConfiguration<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.