◆ afterCompose()
void org.turro.zul.voteit.VoteItCtrl.afterCompose |
( |
| ) |
|
Definition at line 65 of file zul/voteit/VoteItCtrl.java.
66 Application app = Application.getApplication();
67 IConstructor constructor = app.getConstructor();
69 entityPath = Entities.getController(entity).getPath();
71 org.turro.www.voteit.VoteItCtrl voteIt =
72 new org.turro.www.voteit.VoteItCtrl(constructor);
73 voteIt.setEntityPath(entityPath);
74 voteIt.setForbiden(forbiden);
75 voteIt.setForbid(forbid);
76 voteIt.setAllowed(allowed);
77 voteIt.setForceInternalRender(
true);
78 constructor.setOutputToString();
79 voteIt.renderVotes(
true);
80 Html html =
new Html(constructor.getOutputString());
◆ getEntity()
Object org.turro.zul.voteit.VoteItCtrl.getEntity |
( |
| ) |
|
◆ setAllowed()
void org.turro.zul.voteit.VoteItCtrl.setAllowed |
( |
ContactList |
allowed | ) |
|
◆ setEntity()
void org.turro.zul.voteit.VoteItCtrl.setEntity |
( |
Object |
entity | ) |
|
◆ setEntityPath()
void org.turro.zul.voteit.VoteItCtrl.setEntityPath |
( |
String |
entityPath | ) |
|
◆ setForbid()
void org.turro.zul.voteit.VoteItCtrl.setForbid |
( |
boolean |
forbid | ) |
|
◆ setForbiden()
void org.turro.zul.voteit.VoteItCtrl.setForbiden |
( |
boolean |
forbiden | ) |
|
The documentation for this class was generated from the following file: