public class FormHtmlViewField extends AbstractFormField<java.lang.String>
gui| Constructor and Description |
|---|
FormHtmlViewField() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Returns the current value for this field.
|
void |
setValue(java.lang.String string)
Sets the current value for this field.
|
void |
setValueSafely(java.lang.Object object)
Sets the value safely, e.g.
|
addFieldListener, createPopup, doAction, fireActionRequested, fireValueChanged, getGui, getToolTipText, grabFocus, isDisabled, removeFieldListener, selectAll, selectNone, setDisabled, setToolTipText, toString, valueChangedpublic java.lang.String getValue()
FormFieldpublic void setValue(java.lang.String string)
FormFieldpublic void setValueSafely(java.lang.Object object)
FormField