public class DemandeListUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
archiveEnabled |
protected List<DemandeUIModel> |
currentEmails |
protected List<DemandeUIModel> |
emails |
protected List<DemandeUIModel> |
filteredEmails |
protected List<MailFolder> |
folders |
protected int |
pfNb |
static String |
PROPERTY_ARCHIVE_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_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() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEmail(DemandeUIModel email) |
List<DemandeUIModel> |
getCurrentEmails() |
int |
getEmailNb() |
List<DemandeUIModel> |
getEmails() |
List<DemandeUIModel> |
getFilteredEmails() |
List<MailFolder> |
getFolders() |
int |
getPfNb() |
int |
getQuotationNb() |
int |
getSavNb() |
MailFolder |
getSelectedFolder() |
boolean |
isArchiveEnabled() |
boolean |
isReplyEnabled() |
void |
removeEmails(List<DemandeUIModel> emails) |
void |
setArchiveEnabled(boolean qrchiveEnabled) |
void |
setCurrentEmails(List<DemandeUIModel> currentEmails) |
void |
setEmails(List<DemandeUIModel> emails) |
void |
setFilteredEmails(List<DemandeUIModel> filteredEmails) |
void |
setFolders(List<MailFolder> folders) |
void |
setPfNb(int pfNb) |
void |
setQuotationNb(int quotationNb) |
void |
setReplyEnabled(boolean replyEnabled) |
void |
setSavNb(int savNb) |
void |
setSelectedFolder(MailFolder selectedFolder) |
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
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 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 qrchiveEnabled)
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.