| 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elexis.exchange.XChangeContainer.UserChoice
public static class XChangeContainer.UserChoice
A UserChoice contains the information, whether the user selected the associated object for transfer
| Constructor Summary | |
|---|---|
XChangeContainer.UserChoice(boolean bSelected,
                            java.lang.String title,
                            java.lang.Object object)
Create a new UserChoice  | 
|
| Method Summary | |
|---|---|
 java.lang.Object | 
getObject()
Get the associated object  | 
 java.lang.String | 
getTitle()
get the Title to display to the user when asked for selection  | 
 boolean | 
isSelected()
tell wether the object is selected for transfer  | 
 void | 
select(boolean bSelection)
Include the object in the transfer  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public XChangeContainer.UserChoice(boolean bSelected,
                                   java.lang.String title,
                                   java.lang.Object object)
bSelected - true if initially selectedtitle - title to display to the user in selection formobject - the object to select for transfer| Method Detail | 
|---|
public void select(boolean bSelection)
bSelection - public boolean isSelected()
public java.lang.String getTitle()
public java.lang.Object getObject()
  | 
Elexis API documentation as of September 4 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||