BrightSide Workbench Full Report + Source Code
ResourceAttachTree.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.Resource;
25
import
org.zkoss.zk.ui.ext.AfterCompose;
26
32
@Deprecated
33
public
class
ResourceAttachTree
extends
AttachNavigator
implements AfterCompose {
34
35
private
Resource
resource;
36
37
public
Resource
getResource
() {
38
return
resource;
39
}
40
41
public
void
setResource
(
Resource
resource) {
42
this.resource = resource;
43
}
44
45
@Override
46
public
void
afterCompose
() {
47
super.afterCompose();
48
AttachFolder
folder =
getAttachTree
().
addFolder
(
Application
.
getString
(
"lResource"
),
ErpPU
.
getObjectPath
(resource),
true
);
49
folder.
showContents
();
50
selectFirst
();
51
}
52
53
}
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.ResourceAttachTree
Definition:
ResourceAttachTree.java:33
org.turro.erp.attach.ResourceAttachTree.getResource
Resource getResource()
Definition:
ResourceAttachTree.java:37
org.turro.erp.attach.ResourceAttachTree.setResource
void setResource(Resource resource)
Definition:
ResourceAttachTree.java:41
org.turro.erp.attach.ResourceAttachTree.afterCompose
void afterCompose()
Definition:
ResourceAttachTree.java:46
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.Resource
Definition:
Resource.java:31
TurroProjects
Public
BrightSide
bserp-www
src
main
java
org
turro
erp
attach
ResourceAttachTree.java
Generated on Tue Mar 12 2024 07:01:20 for BrightSide by
1.9.1