public class TableListView<T> extends AbstractView<List<T>>
DEFAULT_BINDER_FACTORY_NAME, errors, height, messageSource, width| Constructor and Description |
|---|
TableListView() |
TableListView(List<T> model) |
TableListView(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
buildPanel()
Build the JComponent that hold controls.
|
GuiFactory |
getGuiFactory() |
void |
init() |
static void |
main(String[] args) |
void |
onSetModel(List<T> model) |
void |
setGuiFactory(GuiFactory guiFactory) |
checkFactories, getPaneladdControlChangeListener, addError, addView, afterRefresh, afterUpdate, autobind, bind, bind, clear, controlChange, doRefresh, doUpdate, enableView, fireControlChange, getBinder, getBinderFactory, getBindingResult, getControlAccessorFactory, getControlInitializer, getErrorMessage, getErrorProcessors, getHeight, getIgnoredProperties, getMessage, getMessage, getMessage, getMessageSource, getModel, getName, getValidator, getWidth, ignoreProperties, ignoreProperty, isDirty, isInitializeControls, listen, refresh, removeControlChangeListener, setBinderFactory, setControlAccessorFactory, setControlInitializer, setDirty, setErrorProcessors, setHeight, setIgnoredProperties, setInitializeControls, setMessageSource, setModel, setName, setValidator, setWidth, update, validateViewclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddControlChangeListener, clear, enableView, getErrorMessage, getName, isDirty, removeControlChangeListener, validateViewgetBindingResult, refresh, updategetModel, setModelpublic TableListView()
public TableListView(String tableName)
public void init()
protected JComponent buildPanel()
buildPanel in class AbstractView<List<T>>public void onSetModel(List<T> model)
onSetModel in class ViewSupport<List<T>>public static void main(String[] args)
public GuiFactory getGuiFactory()
public void setGuiFactory(GuiFactory guiFactory)
guiFactory - the guiFactory to setCopyright © 2014 JDAL. All Rights Reserved.