com.partnersoft.gui.forms
Class FormReadOnlyStringField

java.lang.Object
  extended by com.partnersoft.gui.forms.AbstractFormField<java.lang.Object>
      extended by com.partnersoft.gui.forms.FormReadOnlyStringField
All Implemented Interfaces:
FormField<java.lang.Object>

public class FormReadOnlyStringField
extends AbstractFormField<java.lang.Object>

A read-only string label filled in with data in a Form, but not editable.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Paul Reavis

Field Summary
 
Fields inherited from class com.partnersoft.gui.forms.AbstractFormField
gui
 
Constructor Summary
FormReadOnlyStringField()
           
 
Method Summary
 java.lang.Object getValue()
          Returns the current value for this field.
 void setValue(java.lang.Object newValue)
          Sets the current value for this field.
 
Methods inherited from class com.partnersoft.gui.forms.AbstractFormField
addFieldListener, doAction, fireActionRequested, fireValueChanged, getGui, isDisabled, removeFieldListener, setDisabled, setToolTipText, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormReadOnlyStringField

public FormReadOnlyStringField()
Method Detail

getValue

public java.lang.Object getValue()
Description copied from interface: FormField
Returns the current value for this field.


setValue

public void setValue(java.lang.Object newValue)
Description copied from interface: FormField
Sets the current value for this field.