|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FieldModel
Interface for a field model. A field model holds information about a data field and makes use of the following classes:
AbstractFieldModel,
AS400FieldModel,
DefaultFieldModel| Field Summary | |
|---|---|
static String |
copyright
|
| Method Summary | |
|---|---|
Attributes |
getDataAttributes()
Returns the dataAttributes of a field. |
Formatter |
getFormatter()
Return formatter |
Document |
getKeystrokeVerifier()
Return keystrokeVerifier. |
Validator |
getValidator()
Return validator. |
void |
setDataAttributes(Attributes dataAttributes)
Replace dataAttributes. |
void |
setFormatter(Formatter f)
Replace formatter with f. |
void |
setKeystrokeVerifier(Document d)
Replace keystrokeVerifier. |
void |
setValidator(Validator v)
Replace validator. |
| Field Detail |
|---|
static final String copyright
| Method Detail |
|---|
Attributes getDataAttributes()
Formatter getFormatter()
Document getKeystrokeVerifier()
Validator getValidator()
void setDataAttributes(Attributes dataAttributes)
throws PropertyVetoException
dataAttributes - com.ibm.etools.iseries.ui.Attributes
PropertyVetoExceptionvoid setFormatter(Formatter f)
f - com.ibm.etools.iseries.ui.Formattervoid setKeystrokeVerifier(Document d)
d - javax.swing.text.Documentvoid setValidator(Validator v)
v - com.ibm.etools.iseries.ui.Validator
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||