📄 menu.xhtml
字号:
<?xml version="1.0" encoding="UTF-8"?>
<f:view xmlns:f="http://java.sun.com/jsf/core" xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html" xmlns:w="http://www.apusic.com/jsf/widget"
xmlns:ajax="http://www.apusic.com/jsf/ajax" xmlns:om="http://www.apusic.com/jsf/misc"
renderKitId="AJAX">
<w:page>
<w:form transient="true">
<om:useBean value="ChartMenu" />
<w:tree id="tree">
<w:treeNode userData="root" text="JSF Chart Demo" allowsChildren="true" expandAll="true"
loadAllNodes="true">
<w:treeNode userData="AreaCharts" text="Area Charts">
<w:treeNode userData="AreaChartDemo_CategoryData" text="Area Chart Demo" leaf="true" />
<w:treeNode userData="StackedAreaChartDemo_CategoryData" text="Stacked Area Chart Demo"
leaf="true" />
<w:treeNode userData="XYAreaChartDemo_XYData" text="XY Area Chart Demo" leaf="true" />
<w:treeNode userData="TimeSeriesAreaChartDemo_TimeSeriesData"
text="Time Series Area Chart Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="BarCharts" text="Bar Charts">
<w:treeNode userData="BarChartDemo_CategoryData" text="Bar Chart Demo" leaf="true" />
<w:treeNode userData="BarChart3DDemo_CategoryData" text="3D Bar Chart Demo" leaf="true" />
<w:treeNode userData="HorizontalBarChartDemo_CategoryData" text="Horizontal Bar Chart Demo"
leaf="true" />
<w:treeNode userData="HorizontalBarChart3DDemo_CategoryData"
text="Horizontal 3D Bar Chart Demo" leaf="true" />
<w:treeNode userData="StackedBarChartDemo_CategoryData" text="Stacked Bar Chart Demo"
leaf="true" />
<w:treeNode userData="StackedBarChart3DDemo_CategoryData" text="Stacked 3D Bar Chart Demo"
leaf="true" />
<w:treeNode userData="HorizontalStackedBarChartDemo_CategoryData"
text="Horizontal Stacked Bar Chart Demo" leaf="true" />
<w:treeNode userData="HorizontalStackedBarChart3DDemo_CategoryData"
text="Horizontal Stacked 3D Bar Chart Demo" leaf="true" />
<w:treeNode userData="XYBarChartDemo_XYData" text="XY Bar Chart Demo" leaf="true" />
<w:treeNode userData="TimeSeriesBarChartDemo_TimeSeriesData"
text="Time Series Bar Chart Demo" leaf="true" />
<w:treeNode userData="HistogramBarChartDemo" text="Histogram Bar Chart Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="LineCharts" text="Line Charts">
<w:treeNode userData="LineChartDemo_CategoryData" text="Line Chart Demo" leaf="true" />
<w:treeNode userData="LineChart3DDemo_CategoryData" text="3D Line Chart Demo" leaf="true" />
<w:treeNode userData="XYLineChartDemo_XYData" text="XY Line Chart Demo" leaf="true" />
<w:treeNode userData="TimeSeriesLineChartDemo_TimeSeriesData"
text="Time Series Line Chart Demo" leaf="true" />
<w:treeNode userData="GraphDemo" text="Graph Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="CurveCharts" text="Curve Charts">
<w:treeNode userData="CurveChartDemo_CategoryData" text="Curve Chart Demo" leaf="true" />
<w:treeNode userData="XYCurveChartDemo_XYData" text="XY Curve Chart Demo" leaf="true" />
<w:treeNode userData="TimeSeriesCurveChartDemo_TimeSeriesData"
text="Time Series Curve Chart Demo" leaf="true" />
<w:treeNode userData="CurveAreaChartDemo_CategoryData" text="Curve Area Chart Demo"
leaf="true" />
<w:treeNode userData="XYCurveAreaChartDemo_XYData" text="XY Curve Area Chart Demo"
leaf="true" />
<w:treeNode userData="TimeSeriesCurveAreaChartDemo_TimeSeriesData"
text="Time Series Curve Area Chart Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="ScatterCharts" text="Scatter Charts">
<w:treeNode userData="ScatterChartDemo_ScatterData" text="Scatter Chart Demo" leaf="true" />
<w:treeNode userData="RegressionDemo" text="Regression Demo" leaf="true" />
<w:treeNode userData="MovingAverageDemo" text="Moving Average Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="PieCharts" text="Pie Charts">
<w:treeNode userData="PieChartDemo_CategoryData" text="Pie Chart Demo" leaf="true" />
<w:treeNode userData="PieChart3DDemo_CategoryData" text="3D Pie Chart Demo" leaf="true" />
<w:treeNode userData="MultiplePieChartDemo_CategoryData" text="Multiple Pie Chart Demo"
leaf="true" />
<w:treeNode userData="DoughnutChartDemo_CategoryData" text="Doughnut Chart Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="RadarCharts" text="Radar Charts">
<w:treeNode userData="RadarChartDemo_CategoryData" text="Radar Chart Demo" leaf="true" />
</w:treeNode>
<w:treeNode userData="CompositeCharts" text="Composite Charts">
<w:treeNode userData="CompositeChartDemo_CategoryData" text="Composite Chart Demo"
leaf="true" />
<w:treeNode userData="CompositeChart3DDemo_CategoryData" text="3D Composite Chart Demo"
leaf="true" />
<w:treeNode userData="XYCompositeChartDemo_CategoryData" text="XY Composite Chart Demo"
leaf="true" />
</w:treeNode>
<w:treeNode userData="Annotations" text="Annotations">
<w:treeNode userData="AnnotationDemo" text="Annotation Demo" leaf="true" />
<w:treeNode userData="XYAnnotationDemo" text="XY Annotation Demo" leaf="true" />
<w:treeNode userData="ItemLabelDemo" text="Item Label Demo" leaf="true" />
</w:treeNode>
</w:treeNode>
</w:tree>
</w:form>
</w:page>
</f:view>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -