arlut.csd.ganymede
Class FieldInfo
java.lang.Object
|
+--arlut.csd.ganymede.FieldInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class FieldInfo
- extends java.lang.Object
- implements java.io.Serializable
This class is a serializable object used to return all the value information
the client's containerPanel
needs to render a specific field instance, including the current value held
in this field and the current editability/visibility this field has with respect
to the user's GanymedeSession..
The FieldTemplate object is used to return
the invariant (during the client's connection) type information associated
with the field generically across all objects of the type containing this field.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
serialVersionUID
static final long serialVersionUID
field
db_field field
ID
short ID
defined
boolean defined
editable
boolean editable
visible
boolean visible
value
java.lang.Object value
FieldInfo
public FieldInfo(DBField field)
getField
public db_field getField()
getID
public short getID()
isDefined
public boolean isDefined()
isEditable
public boolean isEditable()
isVisible
public boolean isVisible()
getValue
public java.lang.Object getValue()