Báze pro UI. Přidaná podpora validace. Podpora filtrování pře LambdaJ.

This commit is contained in:
2014-04-23 21:33:34 +02:00
parent 2ca878f52d
commit c5c8aacd31
28 changed files with 650 additions and 17 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Objednávky</title>
</head>
<body>
administrace
</body>
</html>
+10
View File
@@ -0,0 +1,10 @@
<?page title="Okno" contentType="text/html;charset=UTF-8"?>
<zk>
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<window title="Okno" border="normal" apply="org.zkoss.bind.BindComposer"
viewModel="@id('vm') @init('info.bukova.isspst.ui.TestVM')">
<label value="Pokus pokus"/>
<button label="metoda" onClick="@command('test')"/>
</window>
<include src="../app/testApp.zul"/>
</zk>