- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 33 of file PollsCtrl.java.
◆ PollsCtrl()
org.turro.polls.PollsCtrl.PollsCtrl |
( |
IConstructor |
constructor | ) |
|
Definition at line 38 of file PollsCtrl.java.
39 this.constructor = constructor;
◆ isEmpty()
boolean org.turro.polls.PollsCtrl.isEmpty |
( |
| ) |
|
Definition at line 46 of file PollsCtrl.java.
47 IContact contact = Authentication.getIContact();
48 return getPolls(contact).isEmpty();
◆ renderTemplatePolls()
void org.turro.polls.PollsCtrl.renderTemplatePolls |
( |
| ) |
|
Definition at line 51 of file PollsCtrl.java.
52 IContact contact = Authentication.getIContact();
53 ElephantMarker em =
new ElephantMarker(constructor);
54 em.put(
"control",
this);
55 em.put(
"contact", contact);
56 em.put(
"polls", getPolls(contact));
57 em.put(
"entityPath", entityPath);
58 em.process(
"widgets/webcomp",
"polls");
◆ setEntityPath()
void org.turro.polls.PollsCtrl.setEntityPath |
( |
String |
entityPath | ) |
|
The documentation for this class was generated from the following file: