summaryrefslogtreecommitdiff
path: root/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-10-20 13:46:56 +0000
committerHenri Herscher <henri@oreka.org>2005-10-20 13:46:56 +0000
commit25c5446b5e0ab6d534203097b351699b1a769c6a (patch)
tree460bce79c944aa65151a358df5bd3c26af35513c /orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc
parent7e1d63dd9fd149e4934bf77095c8610fac786b04 (diff)
first checkin
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@3 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc')
-rw-r--r--orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc17
1 files changed, 17 insertions, 0 deletions
diff --git a/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc b/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc
new file mode 100644
index 0000000..2e19947
--- /dev/null
+++ b/orkweb/src/net/sf/oreka/tapestry/TablePaging.jwc
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE component-specification
+ PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
+ "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
+
+<component-specification class="net.sf.oreka.tapestry.TablePaging"
+ allow-informal-parameters="no">
+
+ <parameter name="tableState" type="net.sf.oreka.tapestry.TableState" direction="auto" required="yes"/>
+
+ <property-specification name="sliderPosition" type="java.lang.Integer"/>
+
+ <context-asset name="first" path="/images/icon_pagefirst.gif"/>
+ <context-asset name="last" path="/images/icon_pagelast.gif"/>
+ <context-asset name="previous" path="/images/icon_pageprev.gif"/>
+ <context-asset name="next" path="/images/icon_pagenext.gif"/>
+</component-specification> \ No newline at end of file