public static class Field.TextArea extends Field.Text
Field.BeanTableField, Field.CheckBox, Field.Date, Field.Double, Field.EnumCombo, Field.Int, Field.Password, Field.Text, Field.TextArea, Field.TextCombotflabel, listenerList, name, popupMenu, previousValue, storeData, validValue| Constructor and Description |
|---|
TextArea(java.lang.String name,
java.lang.String label,
java.lang.String defValue,
int nrows,
PersistenceManager storeData)
Constructor.
|
_validate, getEditComponent, getEditValue, getStoreValue, getText, isEditable, normalize, setEditable, setEditValue, setStoreValue, setTextaccept, acceptIfDifferent, addPopupMenuAction, addPropertyChangeListener, addStandardPopups, addValidator, dfrac, finish, getDeepEditComponent, getLabel, getName, getPersistenceManager, getToolTipText, getValue, isEnabled, next, removePropertyChangeListener, restoreValue, sendEvent, setEnabled, setNewValueFromStore, setToolTipText, setValue, validatepublic TextArea(java.lang.String name,
java.lang.String label,
java.lang.String defValue,
int nrows,
PersistenceManager storeData)
name - of the field; must be unique within the storelabel - to display to the userdefValue - defau;lt value to start with.storeData - store/fetch data from here, may be null.PrefPanel.addTextField(java.lang.String, java.lang.String, java.lang.String)