public static class Field.TextArea extends Field.Text
Field.BeanTable, 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 |
|---|
Field.TextArea(String name,
String label,
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 Field.TextArea(String name, String label, 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)Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.