public class AttachmentView extends AbstractView<List<Attachment>>
DEFAULT_BINDER_FACTORY_NAME, errors, height, messageSource, width| Constructor and Description |
|---|
AttachmentView() |
AttachmentView(ArrayList<Attachment> attachments) |
| Modifier and Type | Method and Description |
|---|---|
protected JComponent |
buildPanel()
Build the JComponent that hold controls.
|
protected void |
doRefresh() |
protected void |
doUpdate() |
Icon |
getAddIcon() |
ListCellRenderer |
getListCellRenderer() |
Icon |
getRemoveIcon() |
void |
init() |
void |
setAddIcon(Icon addIcon) |
void |
setListCellRenderer(ListCellRenderer listCellRenderer) |
void |
setRemoveIcon(Icon removeIcon) |
checkFactories, getPaneladdControlChangeListener, addError, addView, afterRefresh, afterUpdate, autobind, bind, bind, clear, controlChange, enableView, fireControlChange, getBinder, getBinderFactory, getBindingResult, getControlAccessorFactory, getControlInitializer, getErrorMessage, getErrorProcessors, getHeight, getIgnoredProperties, getMessage, getMessage, getMessage, getMessageSource, getModel, getName, getValidator, getWidth, ignoreProperties, ignoreProperty, isDirty, isInitializeControls, listen, onSetModel, 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 AttachmentView()
public AttachmentView(ArrayList<Attachment> attachments)
public void init()
protected JComponent buildPanel()
buildPanel in class AbstractView<List<Attachment>>protected void doRefresh()
doRefresh in class ViewSupport<List<Attachment>>protected void doUpdate()
doUpdate in class ViewSupport<List<Attachment>>public Icon getAddIcon()
public void setAddIcon(Icon addIcon)
public Icon getRemoveIcon()
public void setRemoveIcon(Icon removeIcon)
public ListCellRenderer getListCellRenderer()
public void setListCellRenderer(ListCellRenderer listCellRenderer)
Copyright © 2014 JDAL. All Rights Reserved.