BrightSide Workbench Full Report + Source Code
TaskAttachTree.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2011 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
package
org.turro.erp.attach;
19
20
import
org.turro.attach.zul.navigator.AttachFolder;
21
import
org.turro.attach.zul.navigator.AttachNavigator;
22
import
org.turro.elephant.context.Application;
23
import
org.turro.erp.db.ErpPU;
24
import
org.turro.erp.entity.Task;
25
import
org.turro.elephant.zkoss.ElLabel;
26
import
org.zkoss.zk.ui.ext.AfterCompose;
27
33
@Deprecated
34
public
class
TaskAttachTree
extends
AttachNavigator
implements AfterCompose {
35
36
private
Task
task;
37
38
public
Task
getTask
() {
39
return
task;
40
}
41
42
public
void
setTask
(
Task
task) {
43
this.task = task;
44
}
45
46
@Override
47
public
void
afterCompose
() {
48
super.afterCompose();
49
AttachFolder
ctcFolder =
getAttachTree
().
addFolder
(
Application
.
getString
(
"lTask"
),
ErpPU
.
getObjectPath
(task),
true
);
50
ctcFolder.
showContents
();
51
selectFirst
();
52
}
53
54
}
org.turro.attach.zul.navigator.AttachFolder
Definition:
AttachFolder.java:61
org.turro.attach.zul.navigator.AttachFolder.showContents
void showContents()
Definition:
AttachFolder.java:187
org.turro.attach.zul.navigator.AttachNavigator
Definition:
AttachNavigator.java:47
org.turro.attach.zul.navigator.AttachNavigator.getAttachTree
AttachTree getAttachTree()
Definition:
AttachNavigator.java:92
org.turro.attach.zul.navigator.AttachNavigator.selectFirst
void selectFirst()
Definition:
AttachNavigator.java:401
org.turro.attach.zul.navigator.AttachTree.addFolder
AttachFolder addFolder(String label, String path, boolean loadOnDemand)
Definition:
zul/navigator/AttachTree.java:55
org.turro.elephant.context.Application
Definition:
Application.java:49
org.turro.elephant.context.Application.getString
static String getString(String key)
Definition:
Application.java:302
org.turro.erp.attach.TaskAttachTree
Definition:
TaskAttachTree.java:34
org.turro.erp.attach.TaskAttachTree.setTask
void setTask(Task task)
Definition:
TaskAttachTree.java:42
org.turro.erp.attach.TaskAttachTree.getTask
Task getTask()
Definition:
TaskAttachTree.java:38
org.turro.erp.attach.TaskAttachTree.afterCompose
void afterCompose()
Definition:
TaskAttachTree.java:47
org.turro.erp.db.ErpPU
Definition:
ErpPU.java:31
org.turro.erp.db.ErpPU.getObjectPath
static String getObjectPath(Object object)
Definition:
ErpPU.java:50
org.turro.erp.entity.Task
Definition:
BrightSide/bserp-core/src/main/java/org/turro/erp/entity/Task.java:36
TurroProjects
Public
BrightSide
bserp-www
src
main
java
org
turro
erp
attach
TaskAttachTree.java
Generated on Tue Mar 12 2024 07:01:21 for BrightSide by
1.9.1