com.tirsen.angkor.widget
Interface ValueModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AbstractValueModel, PropertyValueModel

public interface ValueModel
extends java.io.Serializable

Interface to models that has an individual value, also includes a parser used to parse and validate a String value.

Version:
$Revision: 1.5 $
Author:
$Author: tirsen $

Method Summary
 java.beans.PropertyEditor getPropertyEditor()
           
 java.lang.Object getValue()
           
 java.lang.Class getValueClass()
           
 boolean isChanged()
           
 boolean isReadOnly()
           
 void resetChanged()
           
 void setValue(java.lang.Object value)
           
 

Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

isReadOnly

public boolean isReadOnly()

getPropertyEditor

public java.beans.PropertyEditor getPropertyEditor()

getValueClass

public java.lang.Class getValueClass()

isChanged

public boolean isChanged()

resetChanged

public void resetChanged()


Copyright © 2002-2002 . All Rights Reserved.