project35.mda.model
Class TextFieldModel
java.lang.Object
project35.mda.model.DataFieldModel
project35.mda.model.EditFieldModel
project35.mda.model.TextFieldModel
- All Implemented Interfaces:
- Serializable, Cloneable
- Direct Known Subclasses:
- IDFieldModel
public class TextFieldModel
- extends EditFieldModel
holds data for a text field. This class has been empty for a few releases and may in future
be deprecated. It was originally created for ruture extensibility in case a text field evolved
new attributes that were not addressed with EditFieldModel
Copyright (c) 2008 Kevin Garwood for Project35. The original code was
developed by Kevin Garwood for the University of Manchester. Revisions
have been made for Project35, a project that is independent of that
institution. This code is licensed under the Academic Free License
version 3.0. The code attribution for the original code is included here:
Copyright (c) Kevin Garwood and University of Manchester 2007.
All rights reserved. Licensed under the Academic Free License
version 3.0. For more information on the terms and conditions,
please see the file "LICENSE" that is included in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class project35.mda.model.EditFieldModel |
addEditFieldValidationService, getDefaultValue, getEditFieldValidationServices, getUnits, getValue, isDisplayNameComponent, populateCloneAttributes, setDefaultValue, setDisplayNameComponent, setEditFieldValidationServices, setRequiredField, setUnits, setValue |
| Methods inherited from class project35.mda.model.DataFieldModel |
getContainingRecord, getContainingRecordClassName, getFieldViewType, getHelpLink, getName, getNameSpacePrefix, getToolTip, isAttribute, isContent, isRequiredField, populateCloneAttributes, setAttribute, setContainingRecord, setContent, setFieldViewType, setHelpLink, setName, setNameSpacePrefix, setToolTipText, toString |
TextFieldModel
public TextFieldModel()
clone
public Object clone()
- Overrides:
clone in class EditFieldModel