📄 page1.jsp
字号:
<?xml version="1.0" encoding="UTF-8"?>
<jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
<jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
<f:view>
<webuijsf:page binding="#{Page1.page1}" id="page1">
<webuijsf:html binding="#{Page1.html1}" id="html1">
<webuijsf:head binding="#{Page1.head1}" id="head1">
<webuijsf:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
</webuijsf:head>
<webuijsf:body binding="#{Page1.body1}" id="body1">
<br/>
<webuijsf:form binding="#{Page1.form1}" id="form1">
<webuijsf:table augmentTitle="false" binding="#{Page1.table1}" id="table1" title="鎸佹湁鑲$エ" width="624">
<webuijsf:tableRowGroup binding="#{Page1.tableRowGroup1}" id="tableRowGroup1" rows="10" sourceData="#{Page1.holdingDataProvider}" sourceVar="currentRow">
<webuijsf:tableColumn binding="#{Page1.tableColumn1}" headerText="浠g爜" id="tableColumn1" sort="STOCK.STOCKCODE">
<webuijsf:hyperlink actionExpression="#{Page1.hyperlink1_action}" binding="#{Page1.hyperlink1}" id="hyperlink1" text="#{currentRow.value['STOCK.STOCKCODE']}"/>
</webuijsf:tableColumn>
<webuijsf:tableColumn binding="#{Page1.tableColumn5}" headerText="鑲$エ" id="tableColumn5" sort="STOCK.STOCKNAME">
<webuijsf:staticText binding="#{Page1.staticText1}" id="staticText1" text="#{currentRow.value['STOCK.STOCKNAME']}"/>
</webuijsf:tableColumn>
<webuijsf:tableColumn binding="#{Page1.tableColumn2}" headerText="鏁伴噺" id="tableColumn2" sort="HOLDING.SHARENUM">
<webuijsf:staticText binding="#{Page1.staticText2}" id="staticText2" text="#{currentRow.value['HOLDING.SHARENUM']}"/>
</webuijsf:tableColumn>
<webuijsf:tableColumn binding="#{Page1.tableColumn3}" headerText="骞冲潎鎴愭湰" id="tableColumn3" sort="HOLDING.AVERAGECOST">
<webuijsf:staticText binding="#{Page1.staticText3}" id="staticText3" text="#{currentRow.value['HOLDING.AVERAGECOST']}"/>
</webuijsf:tableColumn>
</webuijsf:tableRowGroup>
</webuijsf:table>
<br/>
<br/>
<webuijsf:button actionExpression="#{Page1.button1_action}" binding="#{Page1.button1}" id="button1" text="娣诲姞浜ゆ槗"/>
<br/>
</webuijsf:form>
</webuijsf:body>
</webuijsf:html>
</webuijsf:page>
</f:view>
</jsp:root>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -