|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.field.DataProperties
A Bean property which wraps the validator, data model, and Field objects properties into one property.
Field Summary | |
protected com.klg.jclass.field.JCInvalidInfo |
invalidInfo
|
protected com.klg.jclass.field.validate.JCValidator |
validator
|
protected com.klg.jclass.util.value.JCValueModel |
value
|
Constructor Summary | |
DataProperties(com.klg.jclass.field.validate.JCValidator validator,
com.klg.jclass.util.value.JCValueModel value,
com.klg.jclass.field.JCInvalidInfo invalid_info)
Constructs a DataProperties object with the validator, data model, and Field properties specified. |
Method Summary | |
com.klg.jclass.field.JCInvalidInfo |
getInvalidInfo()
Returns the invalid policy used. |
com.klg.jclass.field.validate.JCValidator |
getValidator()
Returns the validator currently being used. |
com.klg.jclass.util.value.JCValueModel |
getValueModel()
Returns the data model currently being used. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected com.klg.jclass.field.validate.JCValidator validator
protected com.klg.jclass.util.value.JCValueModel value
protected com.klg.jclass.field.JCInvalidInfo invalidInfo
Constructor Detail |
public DataProperties(com.klg.jclass.field.validate.JCValidator validator, com.klg.jclass.util.value.JCValueModel value, com.klg.jclass.field.JCInvalidInfo invalid_info)
JCValidator
,
JCValueModel
,
JCInvalidInfo
Method Detail |
public com.klg.jclass.field.validate.JCValidator getValidator()
JCValidator
public com.klg.jclass.util.value.JCValueModel getValueModel()
JCValueModel
public com.klg.jclass.field.JCInvalidInfo getInvalidInfo()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |