public abstract class TextFieldDataBind<E extends BasicDataAttribute> extends BasicDataBind<E>
Modifier and Type | Class and Description |
---|---|
protected static class |
TextFieldDataBind.AbstractFilter |
Modifier and Type | Field and Description |
---|---|
protected javax.swing.JTextField |
inputField |
data
Constructor and Description |
---|
TextFieldDataBind(E data,
BdaType type,
TextFieldDataBind.AbstractFilter filter) |
Modifier and Type | Method and Description |
---|---|
protected javax.swing.JComponent |
init() |
getNameLabel, getValueField, reset, resetImpl, write, writeImpl
public TextFieldDataBind(E data, BdaType type, TextFieldDataBind.AbstractFilter filter)
protected javax.swing.JComponent init()
init
in class BasicDataBind<E extends BasicDataAttribute>