BrightSide Workbench Full Report + Source Code
UsagesPanel.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2012 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
19
package
org.turro.erp.task.wizard;
20
21
import
org.turro.erp.entity.Task;
22
import
org.turro.erp.task.usage.UsageTree;
23
import
org.turro.zkoss.wizard.WizardPanelComposer;
24
29
public
class
UsagesPanel
extends
WizardPanelComposer
{
30
31
private
UsageTree
usages;
32
33
@Override
34
public
boolean
doEnter
() {
35
Task
task = (
Task
)
getObjectValue
();
36
usages.
setTask
(task);
37
return
true
;
38
}
39
40
@Override
41
public
boolean
doLeave
(
boolean
forwards) {
42
Task
task = (
Task
)
getObjectValue
();
43
return
!forwards || (!task.
isEmpty
());
44
}
45
46
}
org.turro.erp.entity.Task
Definition:
BrightSide/bserp-core/src/main/java/org/turro/erp/entity/Task.java:36
org.turro.erp.entity.Task.isEmpty
boolean isEmpty()
Definition:
BrightSide/bserp-core/src/main/java/org/turro/erp/entity/Task.java:214
org.turro.erp.task.usage.UsageTree
Definition:
UsageTree.java:38
org.turro.erp.task.usage.UsageTree.setTask
void setTask(Task task)
Definition:
UsageTree.java:104
org.turro.erp.task.wizard.UsagesPanel
Definition:
UsagesPanel.java:29
org.turro.erp.task.wizard.UsagesPanel.doLeave
boolean doLeave(boolean forwards)
Definition:
UsagesPanel.java:41
org.turro.erp.task.wizard.UsagesPanel.doEnter
boolean doEnter()
Definition:
UsagesPanel.java:34
org.turro.zkoss.wizard.WizardPanelComposer
Definition:
WizardPanelComposer.java:27
org.turro.zkoss.wizard.WizardPanelComposer.getObjectValue
Object getObjectValue()
Definition:
WizardPanelComposer.java:29
TurroProjects
Public
BrightSide
bserp-www
src
main
java
org
turro
erp
task
wizard
UsagesPanel.java
Generated on Tue Mar 12 2024 07:01:21 for BrightSide by
1.9.1