◆ executePlugin()
void org.turro.contacts.command.RegisterSelfSummary.executePlugin |
( |
| ) |
|
|
protected |
Reimplemented from org.turro.plugin.command.SummaryPlugin.
Definition at line 46 of file RegisterSelfSummary.java.
47 Application app = Application.getApplication();
48 if(app.isInRole(
"contact:log")) {
49 GroupboxArrow gba =
new GroupboxArrow() {
51 protected void doFillContent() {
53 CrossTabRegisterByUserGrid crossTab =
new CrossTabRegisterByUserGrid(
register);
54 appendChild(crossTab);
57 Hlayout hbox =
new Hlayout();
59 hbox.setSclass(
"z-valign-middle");
60 hbox.setValign(
"middle");
61 hbox.appendChild(
new Image(Images.getImage(
"log")));
62 hbox.appendChild(LabelTypes.getSoftLabel(I_.get(
"Log")));
63 hbox.appendChild(
new Space());
Object addResult(String key, Object value)
◆ loadRegister()
void org.turro.contacts.command.RegisterSelfSummary.loadRegister |
( |
| ) |
|
Definition at line 69 of file RegisterSelfSummary.java.
70 Collection<ILogRegister> regs = LogUtil.load(
null,
null, LogUtil.GROUP_USER,
null);
71 regs.addAll(LogUtil.loadLogin());
72 register =
new CrossTabRegisterByUser();
73 register.addRegisters(regs);
The documentation for this class was generated from the following file: