BrightSide Workbench Full Report + Source Code
ContractViewer.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2013 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.financials.contract.www;
20
21
import
org.turro.elephant.context.Application;
22
import
org.turro.elephant.context.ElephantContext;
23
import
org.turro.elephant.context.IConstructor;
24
import
org.zkoss.zk.ui.ext.AfterCompose;
25
import
org.zkoss.zul.Div;
26
31
@Deprecated
32
public
class
ContractViewer
extends
Div implements AfterCompose {
33
34
@Override
35
public
void
afterCompose
() {
36
IConstructor
constructor =
Application
.
getApplication
().
getConstructor
();
37
ContractIterator
ci =
new
ContractIterator
(constructor,
ElephantContext
.
getRootWebPath
() +
"/user/contracts"
);
38
ci.
setPublicOnly
(
true
);
39
ci.
setPage
(10);
40
ci.
load
();
41
ci.
render
();
42
}
43
44
}
org.turro.elephant.context.Application
Definition:
Application.java:49
org.turro.elephant.context.Application.getConstructor
IConstructor getConstructor()
Definition:
Application.java:206
org.turro.elephant.context.Application.getApplication
static Application getApplication()
Definition:
Application.java:71
org.turro.elephant.context.ElephantContext
Definition:
ElephantContext.java:59
org.turro.elephant.context.ElephantContext.getRootWebPath
static String getRootWebPath()
Definition:
ElephantContext.java:137
org.turro.financials.contract.www.ContractIterator
Definition:
ContractIterator.java:46
org.turro.financials.contract.www.ContractIterator.setPublicOnly
void setPublicOnly(boolean publicOnly)
Definition:
ContractIterator.java:62
org.turro.financials.contract.www.ContractViewer
Definition:
ContractViewer.java:32
org.turro.financials.contract.www.ContractViewer.afterCompose
void afterCompose()
Definition:
ContractViewer.java:35
org.turro.jpa.iterator.DaoHtmlIterator.render
void render()
Definition:
DaoHtmlIterator.java:342
org.turro.jpa.iterator.DaoHtmlIterator.load
void load()
Definition:
DaoHtmlIterator.java:310
org.turro.jpa.iterator.DaoIterator.setPage
void setPage(int page)
Definition:
DaoIterator.java:49
org.turro.elephant.context.IConstructor
Definition:
IConstructor.java:42
TurroProjects
Public
BrightSide
bsfinancials-www
src
main
java
org
turro
financials
contract
www
ContractViewer.java
Generated on Tue Mar 12 2024 07:01:18 for BrightSide by
1.9.1