Search results
From Documentation
Page title matches
- ...K Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Cell Data]]94 bytes (12 words) - 06:58, 22 August 2013
- = Access Cell Data = ...rectory="zss">org.zkoss.zss.api.model.CellData</javadoc> to obtain various data of a cell including its text, type, and value.5 KB (645 words) - 12:52, 19 January 2022
- ...lly when you want to focus on a subset of data. It can filter out of those data you don't want displaying without removing them. Spreadsheet allows you to ...n the right hand side we can toggle, clear, and reapply filters and filter data by "Type" column.4 KB (466 words) - 12:52, 19 January 2022
- <javadoc directory="zss">org.zkoss.zss.api.model.Range</javadoc> API can allow you to add, move, and delete a charts of a Sp ...e>. Supported legend positions(<javadoc directory="zss"> org.zkoss.zss.api.model.Chart.LegendPosition</javadoc>) are <code>BOTTOM, LEFT, RIGHT, TOP</code>,5 KB (746 words) - 12:52, 19 January 2022
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model]]84 bytes (10 words) - 06:58, 22 August 2013
- 6 KB (818 words) - 12:52, 19 January 2022
- ...d picture formats are listed in <javadoc directory="zss">org.zkoss.zss.api.model.Picture.Format</javadoc> which include <code>EMF, WMF, PICT, JPEG, PNG</cod ...you will get the newly-created <javadoc directory="zss">org.zkoss.zss.api.model.Picture</javadoc> object. You had better store it somewhere you can retriev5 KB (674 words) - 12:52, 19 January 2022
- .... The following sections introduce those APIs to handle a Spreadsheet data model by corresponding user action.1 KB (137 words) - 12:51, 19 January 2022
- The "auto fill" is a handy feature that helps you quickly insert some data with regular pattern by dragging mouse. The text are copied, and numbers ar ...l cells with style only. The <code>VALUE </code> type will fill cells with data only (no style).3 KB (454 words) - 12:51, 19 January 2022
- 1 KB (158 words) - 12:53, 19 January 2022
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Picture]]92 bytes (11 words) - 06:59, 22 August 2013
- Sorting a range of cell data is a commonly-used feature. To sort cells with <code>Range</code> is quite686 bytes (90 words) - 12:53, 19 January 2022
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Chart]]90 bytes (11 words) - 06:59, 22 August 2013
- In addition to the Excel format, you can also export a book model as a PDF file with <javadoc directory="zss">org.zkoss.zss.api.Exporter</jav import org.zkoss.zss.api.model.Book;5 KB (636 words) - 12:52, 19 January 2022
- ...ort it in the future. The following codes demonstrate how to export a book model to a temporary file with <javadoc directory="zss">org.zkoss.zss.api.Exporte2 KB (212 words) - 12:52, 19 January 2022
- 2 KB (314 words) - 12:52, 19 January 2022
- * Line 13: If last column contains data, remember to increase the number of max visible column or it will be shifte3 KB (422 words) - 12:52, 19 January 2022
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Auto Fill]]94 bytes (12 words) - 06:58, 22 August 2013
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Shift Cells]]96 bytes (12 words) - 06:58, 22 August 2013
- ...the screenshot below is an application which can display a focused cell's data and the editor on the right bottom corner allows you to change the focused5 KB (677 words) - 12:53, 19 January 2022
Page text matches
- ...h component for the kind of model it accepts. Using the wrong type of data model will throw a cast error and is a common beginner mistake.744 bytes (101 words) - 10:40, 19 January 2022
- Not only showing the data by model, you can also modify underlying model by UI in real time.160 bytes (20 words) - 03:42, 29 December 2010
- .... The following sections introduce those APIs to handle a Spreadsheet data model by corresponding user action.1 KB (137 words) - 12:51, 19 January 2022
- ...o [[ZK_Developer's_Reference/MVC/Model/List_Model#Model-driven_Display|the Model-driven Display section]]. ...you want to display a rich tabpanel or retrieve a particular field of the data, you have to implement <javadoc type="interface">org.zkoss.zul.TabboxRender1 KB (214 words) - 04:38, 5 February 2024
- ...splay more sophisticated information or retrieve a particular field of the data, you have to implement <javadoc type="interface">org.zkoss.zul.ComboitemRen public void render(Comboitem item, Object data, int index) throws Exception {1 KB (186 words) - 07:34, 8 July 2022
- ...K Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Cell Data]]94 bytes (12 words) - 06:58, 22 August 2013
- ...y. Secondly, it shortens the response time of user since only the required data will be downloaded the first time.358 bytes (53 words) - 08:10, 15 July 2010
- ...you want to display multiple columns or retrieve a particular field of the data, you have to implement <javadoc type="interface">org.zkoss.zul.TreeitemRend public void render(Treeitem treeitem, Object data, int index) throws Exception {2 KB (245 words) - 07:34, 8 July 2022
- .... If you want to change render style or retrieve a particular field of the data, you have to implement <javadoc type="interface">org.zkoss.zkmax.zul.Orgite public void render(Orgitem orgitem, Object data, int index) throws Exception {2 KB (206 words) - 04:38, 5 February 2024
- ...o [[ZK_Developer's_Reference/MVC/Model/List_Model#Model-driven_Display|the Model-driven Display section]]. ...you want to display multiple columns or retrieve a particular field of the data, you have to implement <javadoc type="interface">org.zkoss.zul.ListitemRend2 KB (236 words) - 07:34, 8 July 2022
- ...o [[ZK_Developer's_Reference/MVC/Model/List_Model#Model-driven_Display|the Model-driven Display section]].</ref>: public String renderCell(Component owner, List<String> data,2 KB (214 words) - 07:34, 8 July 2022
- ...rg.zkoss.zss.api.Range</javadoc>) can be used to change Spreadsheet's book model and the UI will be updated automatically. With above API, you can customize ...k-end JavaBeans, and Spring-managed beans. So, any changes on the back-end data will automatically reflect on Spreadsheet.2 KB (225 words) - 03:44, 2 April 2014
- ...''controller'' is a Java program that is used to glue UI (view) and Data (model) together. ...stModel</javadoc> as described in [[ZK Developer's Reference/MVC/Model|the Model section]].1 KB (173 words) - 03:27, 29 January 2024
- ...of items. A better solution is to use the live data, i.e., by assigning a model (such as <javadoc type="interface">org.zkoss.zul.ListModel</javadoc>) to it <listbox model="${mymodel}" mold="paging">882 bytes (138 words) - 10:23, 5 February 2024
- *Prepare the data in the form of <code>ListModel</code>. ZK has a concrete implementation cal ...face">org.zkoss.zul.RowRenderer</javadoc> interface for rendering a row of data into the Grid.742 bytes (107 words) - 10:40, 19 January 2022
- ...istModel("strset"). Last, assign this ListModel into a Grid by setting the model of the Grid. String[] data = new String[30];3 KB (484 words) - 08:22, 15 July 2010
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model]]84 bytes (10 words) - 06:58, 22 August 2013
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Picture]]92 bytes (11 words) - 06:59, 22 August 2013
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Chart]]90 bytes (11 words) - 06:59, 22 August 2013
- #REDIRECT [[ZK Spreadsheet Essentials/Working with Spreadsheet/Handling Data Model/Auto Fill]]94 bytes (12 words) - 06:58, 22 August 2013