◆ CalendarProcess()
| org.turro.calendar.CalendarProcess.CalendarProcess |
( |
Collection |
solutions | ) |
|
◆ afterCompose()
| void org.turro.calendar.CalendarProcess.afterCompose |
( |
| ) |
|
Definition at line 66 of file CalendarProcess.java.
67 for(Component c : getChildren()) {
68 if(c instanceof AfterCompose) {
69 ((AfterCompose) c).afterCompose();
◆ process()
| void org.turro.calendar.CalendarProcess.process |
( |
Command |
command | ) |
|
Definition at line 46 of file CalendarProcess.java.
47 if(solutions !=
null) {
48 for(Object solution : solutions) {
49 if(solution instanceof HtmlBasedComponent) {
50 appendChild((HtmlBasedComponent) solution);
54 if(!getChildren().isEmpty()) {
55 SelectionDialog.showComponent(Framework.getCurrent().getPage(),
56 I_.get(
"New"),
this,
"300px",
"70%",
null);
58 if(command !=
null)
try {
59 command.execute(
null);
60 }
catch (Exception ex) {
61 Logger.getLogger(
CalendarProcess.class.getName()).log(Level.SEVERE, ElephantContext.logMsg(
null), ex);
CalendarProcess(Collection solutions)
The documentation for this class was generated from the following file: