JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.field
Class DataProperties

java.lang.Object
  |
  +--com.klg.jclass.field.DataProperties
All Implemented Interfaces:
Serializable

public class DataProperties
extends Object
implements Serializable

A Bean property which wraps the validator, data model, and Field objects properties into one property.

See Also:
Serialized Form

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

validator

protected com.klg.jclass.field.validate.JCValidator validator

value

protected com.klg.jclass.util.value.JCValueModel value

invalidInfo

protected com.klg.jclass.field.JCInvalidInfo invalidInfo
Constructor Detail

DataProperties

public 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.

See Also:
JCValidator, JCValueModel, JCInvalidInfo
Method Detail

getValidator

public com.klg.jclass.field.validate.JCValidator getValidator()
Returns the validator currently being used.

See Also:
JCValidator

getValueModel

public com.klg.jclass.util.value.JCValueModel getValueModel()
Returns the data model currently being used.

See Also:
JCValueModel

getInvalidInfo

public com.klg.jclass.field.JCInvalidInfo getInvalidInfo()
Returns the invalid policy used.


Copyright © 2004 Quest Software Inc..
All rights reserved.