summaryrefslogtreecommitdiff
path: root/orkweb/context/WEB-INF/RecSegments.page
blob: 96f3e4c5f0cbe4a0e509e8b58d4f4b7261ca6fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification
      PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
      "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->

<page-specification class="net.sf.oreka.pages.RecSegmentsPage">
    <description><![CDATA[   add a description   ]]></description>
    
	<property-specification name="item" type="net.sf.oreka.services.RecSegmentResult"/>
	<property-specification name="items" type="java.util.List">
		new java.util.ArrayList()
	</property-specification>
	<property-specification name="recSegmentFilter" type="net.sf.oreka.services.RecSegmentFilter" persistent="yes">
		new net.sf.oreka.services.RecSegmentFilter()
	</property-specification>
    <property-specification name="tableState" type="net.sf.oreka.tapestry.TableState" persistent="yes">
        new net.sf.oreka.tapestry.TableState()
    </property-specification>
       	
    <!--<context-asset name="myimage" path="/images/Czech.gif"/>-->
    <external-asset name="mystyle" URL="./css/orekastyle.css" />
    <context-asset name="play" path="/images/common/icon_play.gif"/>
    <context-asset name="cal" path="/images/common/icon_calendar.gif"/>
    
  	<bean name="rowStyle" class="org.apache.tapestry.bean.EvenOdd"/>

  <component id="segments" type="Foreach">
    <binding name="source" expression="items"/>
    <binding name="value" expression="item"/>
    <static-binding name="element" value="tr"/>
    <binding name="class" expression="beans.rowStyle.next"/>
  </component>

  <component id="mytableheader" type="my:TableHeader">
    <static-binding name="columnsCSV" value="seg.timestamp, seg.duration, seg.localParty, seg.direction, seg.remoteParty, !tape.id"/>
    <binding name="tableState" expression="tableState"/>
  </component>

  <component id="mytablepaging" type="my:TablePaging">
    <binding name="tableState" expression="tableState"/>
  </component>
  <component id="mytablepaging2" copy-of="mytablepaging"/>
</page-specification>