- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 36 of file IssueInfoVM.java.
◆ addInformation()
void org.turro.dossier.model.IssueInfoVM.addInformation |
( |
| ) |
|
Definition at line 73 of file IssueInfoVM.java.
74 DossierMenu.addInformation(issue,
null);
◆ getIssue()
Issue org.turro.dossier.model.IssueInfoVM.getIssue |
( |
| ) |
|
◆ hasPercent()
boolean org.turro.dossier.model.IssueInfoVM.hasPercent |
( |
| ) |
|
◆ init()
void org.turro.dossier.model.IssueInfoVM.init |
( |
@ExecutionArgParam("issue") Issue |
issue | ) |
|
◆ newRelation()
void org.turro.dossier.model.IssueInfoVM.newRelation |
( |
| ) |
|
◆ newSubtask()
void org.turro.dossier.model.IssueInfoVM.newSubtask |
( |
| ) |
|
◆ percentDone()
double org.turro.dossier.model.IssueInfoVM.percentDone |
( |
| ) |
|
Definition at line 88 of file IssueInfoVM.java.
90 pcdone = Tasks.from(issue,
false,
false).getPercentTasksDone();
◆ showAttachments()
void org.turro.dossier.model.IssueInfoVM.showAttachments |
( |
| ) |
|
Definition at line 78 of file IssueInfoVM.java.
79 AttachmentControl.showFor(issue,
null);
◆ showDossier()
void org.turro.dossier.model.IssueInfoVM.showDossier |
( |
| ) |
|
◆ showIssue()
void org.turro.dossier.model.IssueInfoVM.showIssue |
( |
| ) |
|
◆ showSubtasks()
void org.turro.dossier.model.IssueInfoVM.showSubtasks |
( |
| ) |
|
Definition at line 56 of file IssueInfoVM.java.
57 Windows.title(I_.get(
"Subtasks"))
58 .addComponent(
"/issue/subtaskView.zul", Map.of(
"issue", issue))
59 .width(
"70%").height(
"50%").closeable().show();
The documentation for this class was generated from the following file: