public class DemandeListUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
archiveEnabled |
protected boolean |
computeQuantitiesByRangeEnabled |
protected List<DemandeUIModel> |
currentEmails |
protected List<DemandeUIModel> |
emails |
protected List<DemandeUIModel> |
filteredEmails |
protected List<MailFolder> |
folders |
protected boolean |
newDemandEnabled |
protected int |
pfNb |
static String |
PROPERTY_ARCHIVE_ENABLED |
static String |
PROPERTY_COMPUTE_QUANTITIES_BY_RANGE_ENABLED |
static String |
PROPERTY_CURRENT_EMAILS |
static String |
PROPERTY_EMAIL_NB |
static String |
PROPERTY_EMAILS |
static String |
PROPERTY_FILTERED_EMAILS |
static String |
PROPERTY_FOLDERS |
static String |
PROPERTY_NEW_DEMAND_ENABLED |
static String |
PROPERTY_PF_NB |
static String |
PROPERTY_QUOTATION_NB |
static String |
PROPERTY_REPLY_ENABLED |
static String |
PROPERTY_SAV_NB |
static String |
PROPERTY_SELECTED_FOLDER |
protected int |
quotationNb |
protected boolean |
replyEnabled |
protected int |
savNb |
protected MailFolder |
selectedFolder |
| Constructor and Description |
|---|
DemandeListUIModel() |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_FOLDERS
public static final String PROPERTY_EMAILS
public static final String PROPERTY_FILTERED_EMAILS
public static final String PROPERTY_CURRENT_EMAILS
public static final String PROPERTY_EMAIL_NB
public static final String PROPERTY_SELECTED_FOLDER
public static final String PROPERTY_QUOTATION_NB
public static final String PROPERTY_PF_NB
public static final String PROPERTY_SAV_NB
public static final String PROPERTY_REPLY_ENABLED
public static final String PROPERTY_ARCHIVE_ENABLED
public static final String PROPERTY_COMPUTE_QUANTITIES_BY_RANGE_ENABLED
public static final String PROPERTY_NEW_DEMAND_ENABLED
protected List<MailFolder> folders
protected List<DemandeUIModel> emails
protected List<DemandeUIModel> filteredEmails
protected List<DemandeUIModel> currentEmails
protected MailFolder selectedFolder
protected boolean replyEnabled
protected boolean archiveEnabled
protected boolean computeQuantitiesByRangeEnabled
protected boolean newDemandEnabled
protected int quotationNb
protected int pfNb
protected int savNb
public List<MailFolder> getFolders()
public void setFolders(List<MailFolder> folders)
public List<DemandeUIModel> getEmails()
public void setEmails(List<DemandeUIModel> emails)
public List<DemandeUIModel> getFilteredEmails()
public void setFilteredEmails(List<DemandeUIModel> filteredEmails)
public List<DemandeUIModel> getCurrentEmails()
public void setCurrentEmails(List<DemandeUIModel> currentEmails)
public int getEmailNb()
public void addEmail(DemandeUIModel email)
public void removeEmails(List<DemandeUIModel> emails)
public MailFolder getSelectedFolder()
public void setSelectedFolder(MailFolder selectedFolder)
public boolean isReplyEnabled()
public void setReplyEnabled(boolean replyEnabled)
public boolean isArchiveEnabled()
public void setArchiveEnabled(boolean archiveEnabled)
public boolean isComputeQuantitiesByRangeEnabled()
public void setComputeQuantitiesByRangeEnabled(boolean computeQuantitiesByRangeEnabled)
public boolean isNewDemandEnabled()
public void setNewDemandEnabled(boolean newDemandEnabled)
public int getQuotationNb()
public void setQuotationNb(int quotationNb)
public int getPfNb()
public void setPfNb(int pfNb)
public int getSavNb()
public void setSavNb(int savNb)
Copyright © 2014 CodeLutin. All rights reserved.