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