

Public Member Functions | |
| MailRecipients (Collection< IContact > recipients) | |
| Collection< IContact > | getRecipients () |
Public Member Functions inherited from org.turro.zkoss.layout.GridLayout | |
| GridLayout () | |
| GridLayout (int columns) | |
| GridLayout (String hflexs) | |
| void | setColumns (int columns) |
| void | setColumns (String hflexs) |
| void | setColCaptions (String captions) |
| void | setColCaptions (String[] captions) |
| void | clearRows () |
| GridLayout | addGroup (String title, boolean open) |
| GridLayout | addRow () |
| GridLayout | insertBeforeRow (Row row) |
| GridLayout | addCaption (String label) |
| GridLayout | addValue (String value) |
| GridLayout | addBoldValue (String value) |
| GridLayout | addComponent (HtmlBasedComponent comp) |
| GridLayout | addSpannedComponent (HtmlBasedComponent comp, int cols) |
| GridLayout | addRowSpannedComponent (HtmlBasedComponent comp, int rows) |
| GridLayout | addSpace () |
| Row | getCurrentRow () |
| Rows | getRows (boolean create) |
| Object | getData () |
| void | setData (Object data) |
Static Public Member Functions | |
| static void | selectRecipients (Collection< IContact > recipients, Command command) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.layout.GridLayout | |
| Row | currentRow |
Definition at line 42 of file BrightSide/contacts/src/main/java/org/turro/contacts/util/MailRecipients.java.
| org.turro.contacts.util.MailRecipients.MailRecipients | ( | Collection< IContact > | recipients | ) |
Definition at line 47 of file BrightSide/contacts/src/main/java/org/turro/contacts/util/MailRecipients.java.


| Collection<IContact> org.turro.contacts.util.MailRecipients.getRecipients | ( | ) |
Definition at line 101 of file BrightSide/contacts/src/main/java/org/turro/contacts/util/MailRecipients.java.

|
static |
Definition at line 53 of file BrightSide/contacts/src/main/java/org/turro/contacts/util/MailRecipients.java.

