Search results

From Documentation
  • '''Purpose:''' Restrict binder to save data to ViewModel only, no loading. ...</code> and <code>@load</code> in an attribute. You have to use it in form binding to save upon a command.
    2 KB (220 words) - 07:35, 8 July 2022
  • The '''Model''' consists of application data and business rules. <code>CarService</code> and other classes used by it re The '''ViewModel''' is responsible for exposing data from the Model to the View and providing required action requested from the
    13 KB (1,891 words) - 06:18, 22 December 2023
  • 3. [[User:Sphota/Data-binding Proficient in 45 Minutes]]
    416 bytes (48 words) - 22:26, 15 May 2013
  • = Two Way Data Binding = Property binding makes developers bind any component's attribute to ViewModel's property and
    13 KB (1,799 words) - 07:35, 8 July 2022
  • ...to the next view-state i.e. to reviewHotels. It is achieved theorugh data binding annotation for the search button as shown below ...ted using ZK's data-binding technique which resolves variable used in data-binding annotations using <code>org.zkoss.zkplus.spring.DelegatingVariableResolver<
    5 KB (679 words) - 13:22, 19 January 2022
  • 3. Call manager.sayHello() to insert data. "manager" is obtain by resolver from Seam's context, too. ...id to a hidden field(use <textbox visible="false"> to instead) to retrieve data(id) back.
    12 KB (1,451 words) - 07:05, 19 July 2010
  • ...add annotations. Please refer to [[ZK Component Reference/Annotation/Data Binding]] for detail.
    2 KB (151 words) - 04:32, 5 February 2024
  • ...an be very useful to associate a collection with a UI components, and Data Binding Manager will convert the collection into UI components accordingly. # Prepare the data source of Collection
    2 KB (260 words) - 10:39, 19 January 2022
  • ...time. They are designed to be used by tools or utilities, such as the data-binding manager, rather than applications. In other words, applications annotate a
    856 bytes (105 words) - 04:33, 5 February 2024
  • To satisfy variety requirement of data format, longbox is supported since 3.0.1. ==Enhancement of Data-Binding==
    7 KB (949 words) - 04:13, 17 December 2010
  • ...ack at the run-time. They are usually retrieved by tools, such as the data-binding manager, rather than applications. In other words, applications annotate a
    889 bytes (107 words) - 08:29, 16 July 2010
  • ...It is easier to use different views to show the same set of data. To show data in the view any way you like, a developer may implement his own renderer; Z ==What's Live Data==
    9 KB (1,288 words) - 02:57, 20 January 2022
  • ...ke ''a special Controller'' for the View which is responsible for exposing data from the Model to the View and for providing required action and logic for '''''Separation of data and logic from presentation '''''
    5 KB (703 words) - 00:03, 29 March 2013
  • ...oks.zkoss.org/zk-mvvm-book/8.0/data_binding/client_binding_api.html client binding API] step by step. By using this approach, the front-end can use anything w [[File:Client-binding-demo-react-project-structore.png]]
    10 KB (1,339 words) - 04:15, 20 January 2022
  • .... Unless both arguments and "src" attribute bound with ViewModel with data binding, they can be processed in the same phase. Then creating included page can a
    3 KB (379 words) - 07:35, 8 July 2022
  • ...s implementation to show you how to actually work with the new client side binding in real projects. = ZK 8's client side binding =
    10 KB (1,508 words) - 04:21, 20 January 2022
  • ...ties the developer uses. For example, [[ZK Developer's Reference/MVVM/Data Binding|ZK Bind]] examines annotations to know how to load and store the value of a
    780 bytes (114 words) - 09:41, 8 February 2012
  • ...integrating JSF, Ajax4jsf, EJB3 etc. Although Seam is powerful, but it is binding the presentation layout with JSF and Ajax4jsf. ...veloper's Reference: Data Binding]] and new feature of annotation for Data Binding in ZK 2.4 [[Small_Talks/2007/July/New_Features_of_ZK_2.4.1 | here]]
    15 KB (1,965 words) - 03:19, 29 December 2010
  • ...s implementation to show you how to actually work with the new client side binding in real projects. = ZK 8's client side binding =
    10 KB (1,525 words) - 04:21, 20 January 2022
  • ...K component which developers can combine native HTML elements with ZK data binding syntax to make the static page to be dynamic. = Data Binding =
    11 KB (1,405 words) - 06:03, 5 February 2024
  • The '''Model''' consists of application data and business rules. <tt>CarService</tt> and other classes used by it repres The '''ViewModel''' is responsible for exposing data from the Model to the View and providing required action requested from the
    14 KB (2,140 words) - 22:22, 13 August 2012
  • ...at manipulates data beans manually, and an automatic way by use of ZK data binding. ...data model with Java class first because we will use this model later. The data model consists of the following attributes: name, description, latitude, an
    11 KB (1,421 words) - 08:43, 24 July 2012
  • ...It is easier to use different views to show the same set of data. To show data in the view any way you like, a developer may implement his own renderer; Z ==What's Live Data==
    8 KB (1,268 words) - 04:16, 20 January 2022
  • = Live Data = ...he data from the view. In other words, developers only need to provide the data by implementing the <javadoc type="interface">org.zkoss.zul.ListModel</java
    6 KB (756 words) - 10:42, 12 January 2022
  • ...master/introduction_of_mvvm.html ZK Bind] that automatically does the data-binding between the View and the ViewModel for you. To determine the improvement, we performed a test, using MVVM binding to generate about 1,000 ZK components to the client. As for the testing too
    4 KB (579 words) - 10:45, 3 May 2022
  • ...'' changes to '''ViewModel''' and there is a binder in MVVM to synchronize data instead of a Controller. ...ithout modification. UI designers and programmers may work in parallel. If data and behavior do not change, a View's change doesn't cause ViewModel to be m
    2 KB (337 words) - 03:55, 19 November 2021
  • Karn is a component package for ZK. This package brings declarative data-binding, centralized event handling mechanism and certain widgets enhancements to == Data-binding: ==
    14 KB (2,147 words) - 02:47, 6 December 2011
  • ...Data Binding Manager to use your own way to do the conversion between the data source and UI components.
    3 KB (391 words) - 10:39, 19 January 2022
  • ...ce between ZK 7 and ZK 8, we have arranged a test, using MVVM and children binding to generate 30 * 30 '''&lt;div>'''s and '''&lt;label>'''s. Moreover, we use First, we used children binding and MVVM to generate 30 * 30 '''&lt;div>'''s and '''&lt;label>'''s, and swi
    4 KB (573 words) - 01:26, 6 October 2015
  • ...le will further explain advanced usage of this component, especially about data validation and event handling. = Data Validation =
    13 KB (1,883 words) - 04:30, 20 January 2022
  • ...le will further explain advanced usage of this component, especially about data validation and event handling. = Data Validation =
    14 KB (1,881 words) - 04:15, 20 January 2022
  • ZK Spreadsheet can resolve the name expressions in cells to bind the data from the Spring-managed beans automatically. Data binding spreadsheet cells to Spring-managed beans.
    5 KB (643 words) - 12:53, 19 January 2022
  • ...in ZK 6 as a variant of the MVC pattern, it gives a clearer separation of data and logic from the presentation and brings additional benefits like better ...s server-centric and stores component states on the server-side, this MVVM binding mechanism naturally resides on the server-side. Over the years, we have bee
    8 KB (1,278 words) - 08:46, 19 October 2023
  • .... This article will explain how ZK and ZK Bind, our new generation of data binding system can be used, with simple examples. From beginner's level to advanced .../View/Controller(MVC) design pattern that helps achieve '''''separation of data and logic from presentation''''' easily. It isolates the View layer and the
    14 KB (2,258 words) - 04:18, 20 January 2022
  • ...ption, Studio will not validate data binding expressions in a ZUL and data binding expression syntax error will not be showed.
    3 KB (432 words) - 08:03, 3 October 2017
  • = Property Binding in Collection Type = After binding collection type property as a data source, we have to specify how to render each object of the model with <cod
    22 KB (2,996 words) - 07:35, 8 July 2022
  • ...oks.zkoss.org/zk-mvvm-book/8.0/data_binding/client_binding_api.html client binding API]. = Load Data from ZK =
    10 KB (1,464 words) - 03:27, 20 January 2022
  • This small talk will introduce a feature of ZK MVVM called ''form binding''. This feature will be demonstrated by rewriting the example application i <li>“property binding”</li>
    13 KB (1,925 words) - 04:19, 20 January 2022
  • *[[Live_Data%2C_Paging%2C_setModel_and_Implement_your_own_renderer | Live Data, Paging, setModel and Implement your own renderer]] ...//www.zkoss.org/smalltalks/loadondemand/ Use Load-On-Demand to Handle Huge Data]
    16 KB (2,298 words) - 08:54, 10 May 2013
  • ...x. Datebox supports valid range of date. Moreover, the performance of live data of listbox and grid is improved. JpaUtil and OpenEntityManagerInView allow ===<code>Combobox</code> Supports Data-Binding, ListModel, Type-Ahead, and etc.===
    6 KB (842 words) - 04:16, 20 January 2022
  • In [[ZK_Component_Reference/Data | introduction of Grids, Trees and Listbox]] of ZK Component Reference, we ==Sorting in Listbox with Fixed Data==
    6 KB (874 words) - 03:30, 2 December 2010
  • = Retrieve Binding Parameter = ...that can be referenced by EL''' on a ZUL to command method through command binding annotation. Your command method's signature should have a corresponding par
    10 KB (1,327 words) - 07:35, 8 July 2022
  • In 2.3, ZK introduced the so-called late-binding EL expressions to allow developers to pass not only components but also Jav ==Late-Binding EL Expressions==
    13 KB (1,867 words) - 04:16, 20 January 2022
  • Data binding<br /> How do I support huge data in a Grid
    2 KB (394 words) - 03:53, 29 December 2010
  • ...ing to build. This demo application has been built to demonstrate how data binding can be so useful in day to day programming, cutting out a lot of the dog wo ...ead [[ZK Developer's Reference/Data Binding|ZK Developer's Reference: Data Binding]] before looking at this demo as this is essentially a practical extension
    6 KB (957 words) - 03:27, 29 December 2010
  • ==Use New Annotations with Data Binding== Taking advantage of the new way to annotate properties, the annotated data binding now is more intuitive, and clear.
    10 KB (1,460 words) - 04:15, 20 January 2022
  • :[[ZK Component Reference/Data]] :[[ZK Component Reference/Data/Grid]]
    17 KB (1,900 words) - 03:46, 6 March 2024
  • ...e major enhancements of ZK 10 is the Client MVVM. Without creating lots of binding objects on the server-side, client MVVM helps to reduce the memory footprin ...er-side. The binder is the kernel of MVVM and acts as a bridge to transfer data and events between the View and ViewModel. See more detail [http://books.zk
    10 KB (1,520 words) - 08:46, 19 October 2023
  • ...o the first page and show you the failing reason. If passed, the submitted data is updated to a backing bean and forwarded to second page which show you th =Binding to a Backing Bean=
    14 KB (2,098 words) - 07:46, 20 September 2010
  • ==MVC: Automate the access with data binding== ==Express data with variable resolver and EL expressions==
    14 KB (2,038 words) - 10:39, 19 January 2022
  • ...om Ajax, uma maneira padrão (sem data binding), e outra avançada (com data binding). =A Maneira Padrão (Sem Data Binding)=
    11 KB (1,521 words) - 06:18, 30 November 2010
  • ...and ViewModel. The main concept of MVVM design pattern is to separate the data and logic from the presentation. ...visual effect. A View Model should not depend on a View, but consider the data and actions as its contract for interacting with the View. In this scenario
    21 KB (3,371 words) - 04:19, 20 January 2022
  • ...nguages in <zscript> tag. You can use EL expression and the annotated data binding. You can also choose coding with ZUML page or pure Java Richlet way.
    1 KB (240 words) - 10:42, 1 September 2010
  • ...web designers can now apply their own HTML based layout to coexist with ZK data driven power. ...o help application developers to compose the html layout with some dynamic data. A web designer can pre-define a template based on HTML syntax for applicat
    12 KB (1,850 words) - 04:21, 20 January 2022
  • ZK Spreadsheet can resolve the name expressions in cells to bind the data from the back end Java beans automatically. Data binding spreadsheet cells to back end Java beans.
    4 KB (505 words) - 12:53, 19 January 2022
  • ...s.org/zk-mvvm-book/8.0/data_binding/client_binding_api.html client command binding]. Since we suppose there are hero data at the server side, we need to create a <code>Hero.java</code>.
    11 KB (1,609 words) - 04:32, 20 January 2022
  • ...del) are both design patterns that isolate the dependency among the domain data, the domain logic and the user interface. They are both supported by ZK, an ...The controller is the ''middle-man'' gluing the view and the model (aka., data).
    15 KB (2,388 words) - 10:23, 5 February 2024
  • ...of schedule) and '''Read'''(for detail of schedule) methods for retrieving data from Google Calendar. The API of '''org.zkoss.gcalz.GCalUtil''' is shown be * Generic type query in Google Base Data API
    8 KB (941 words) - 08:28, 20 September 2010
  • ...View Component and its child components. The main difference from command binding is the event doesn't have to belong to the ViewModel's root view component ...a default global command method which is invoked only if a global command binding doesn't match any other global command methods. When a binder receives a gl
    10 KB (1,469 words) - 07:35, 8 July 2022
  • ...his implementation breaks the traditional MVC pattern, which separates the data (model) from user interface (view) via controller to communicate between. H ...l use ListSubModel to get the subset of data from list model to render the data in combobox according to users' input.
    8 KB (1,120 words) - 07:17, 7 December 2010
  • ...about how to change the style of spreadsheet with ease. No modification of data model is required. In the following paragraphs, I will show you how to chan Input bean and its data names NewSheet.xls, such as dataBean.item, dataBean.liquidAssets, dataBean.
    3 KB (435 words) - 09:34, 13 December 2010
  • ...about how to change the style of spreadsheet with ease. No modification of data model is required. In the following paragraphs, I will show you how to chan Input bean and its data names NewSheet.xls, such as dataBean.item, dataBean.liquidAssets, dataBean.
    3 KB (441 words) - 08:00, 13 January 2011
  • binding="${myBean.myBeanSpreadsheet}" apply="${myBean}"> ==== Retrieving ZK Spreadsheet data ====
    10 KB (1,313 words) - 06:46, 22 August 2013
  • : Features for easy developing Web App like desktop app, like Data-Binding, and many others.
    1 KB (191 words) - 07:54, 27 July 2010
  • ...emplate or a renderer to control the appearance, and a model to handle the data. ...ent queues for live data. Use session or application parameters for static data.
    8 KB (1,284 words) - 07:03, 18 March 2016
  • ...emplate or a renderer to control the appearance, and a model to handle the data. ...ent queues for live data. Use session or application parameters for static data.
    8 KB (1,285 words) - 04:44, 22 March 2016
  • ...to use predefined templates to layout your web page with ZK's dynamic data binding (MVVM). <div id="myModal" class="reveal-modal" data-reveal="data-reveal">
    7 KB (1,117 words) - 04:21, 20 January 2022
  • ...l is a POJO and has no reference to any UI component. Hence it cannot push data to a UI component. Developers have to specify the dependency of ViewModel's ...nd the binder will synchronize data at run-time. The binder keeps track of binding relationships between component's attribute and ViewModel's property. After
    12 KB (1,578 words) - 07:36, 8 July 2022
  • | Support Data Binding
    2 KB (263 words) - 06:01, 31 January 2024
  • ...aves the user's data and clicking the "Reload" button loads previous saved data back into the form. ...''Template'' component can create its child components repeatedly upon the data model of parent component, ''Listbox'', and doesn't has a corresponding vis
    34 KB (4,838 words) - 10:52, 19 January 2022
  • ...arJS (1.x)] is a well-known client-side UI framework, and its two-way data binding on HTML is the most notable feature. You could build a custom view with it ...koss.org/zk-mvvm-book/8.0/data_binding/client_binding_api.html client-side binding API]. The API provides a server-client communication channel so that you ca
    16 KB (2,179 words) - 04:25, 20 January 2022
  • ...tion message holder. When it's applied, it's invoked before saving data to binding target (ViewModel or middle object). When you bind a component's attribute ! width="45%"| <center>Property Binding</center>
    26 KB (3,443 words) - 07:35, 8 July 2022
  • ...rlier</ref> is a well-known client-side UI framework, and its two-way data binding on HTML is the most notable feature. You could build a custom view with it ...koss.org/zk-mvvm-book/8.0/data_binding/client_binding_api.html client-side binding API]. The API provides a server-client communication channel so that you ca
    16 KB (2,189 words) - 04:26, 20 January 2022
  • ...carefully and don't produce conflict between your code logic and automatic binding. ...xt Generation Data Binding System| Envisage ZK 6: The Next Generation Data Binding System]]
    7 KB (970 words) - 04:19, 20 January 2022
  • data-sitekey="your-key" data-callback="afterValidate" />
    7 KB (920 words) - 04:34, 20 January 2022
  • ...it makes them visible to the ZUML document, including EL expressions, data binding and zscript.
    3 KB (402 words) - 04:33, 5 February 2024
  • ...only ZK Monitor is mandatory and provides nice view of ZK PerformanceMeter data. However to leverage full strength and discover performance bottleneck you ...add configuration to your application, you can monitor session performance data in your browser. This paragraph uses default page described in this small t
    10 KB (1,446 words) - 04:37, 6 August 2020
  • A database table which holds our application's data needs the following attributes: event id, event name, event priority and ev == Data Access Object==
    24 KB (3,677 words) - 07:33, 14 January 2022
  • ...d in previous chapters, we can use ''Template'' to define how to display a data model list with implicit variable <code>each</code>. ...hout declaration inside ''Template'', and it represents each object of the data model list. We can implement simple presentation logic with EL expressions.
    35 KB (4,608 words) - 10:56, 19 January 2022
  • //user sets format in annotation of binding or args when calling binder.addPropertyBinding() ...xt Generation Data Binding System| Envisage ZK 6: The Next Generation Data Binding System]]
    7 KB (961 words) - 04:19, 20 January 2022
  • In ZK 8, we provided MVVM shadow elements, client-side command binding, and data-handler to allow developers combining the simplicity and security of the se ...effort. The new built-in websocket support allows you to handle real-time data in a more efficient way, while the Fragment component made it easy to devel
    15 KB (2,185 words) - 04:35, 20 January 2022
  • ...</javadoc> you can access this bean in ZSCRIPT, EL expressions and ZK data binding annotations.
    4 KB (469 words) - 08:45, 13 December 2022
  • =Enhancement of Data-Binding= Data binding supports validation phase which allows you to do validation in your own way
    17 KB (2,515 words) - 07:22, 17 December 2010
  • === Pass Data Into state-box === We can pass data into state-box as parameters, so this can make a state-box more modularize
    16 KB (2,207 words) - 12:05, 21 July 2023
  • @init is a data binding expression. It is used in the MVVM pattern. It is declared on a component's @load is a data binding expression. It is used in the MVVM pattern. It is declared on a component's
    11 KB (1,835 words) - 06:43, 9 February 2022
  • ...the list model associated with this grid. In this example, we use the Live Data to show how to use ListModel like original grid. ...iginal grid from [http://www.zkoss.org/zkdemo/userguide/ ZK Live Demo#Live data]. You can find the example '''ygrid-livedata.zul''' file with WAR file in t
    8 KB (1,136 words) - 01:30, 21 September 2010
  • ...see [[ZK Developer's Reference/Data Binding|ZK Developer's Reference: Data Binding]]
    6 KB (896 words) - 03:26, 29 December 2010
  • The '''Model''' consists of application data and business rules. <tt>CarService</tt> and other classes used by it repres The '''ViewModel''' is responsible for exposing data from the Model to the View and providing required action requested from the
    28 KB (4,242 words) - 01:15, 10 August 2012
  • ==Express data with variable resolver and EL expressions== On a ZUML page, you could locate data with a variable resolver (<javadoc type="interface">org.zkoss.xel.VariableR
    20 KB (3,047 words) - 07:34, 14 January 2022
  • binding="${myBean.myBeanSpreadsheet}" apply="${myBean}"> == Retrieving ZK Spreadsheet data ==
    13 KB (1,776 words) - 11:04, 28 December 2010
  • ...vering faster response times. Client-side MVVM ushers in a new era of data binding, reducing server memory usage and improving performance. Developers can sea ...ew and ViewModel for you. Now, ZK 10 takes a step further and brings data binding to the browser with client-side MVVM support. This significantly reduces se
    13 KB (1,873 words) - 13:38, 20 October 2023
  • = Data Binding Syntax Sugar and Simplified Usage= == Implicit Init Binding==
    13 KB (1,925 words) - 08:45, 6 July 2021
  • ...endering-on-demand). The biglistbox is capable of handling huge amounts of data, for example the demo below demonstrates it handling over 1 trillion cells. ...I to supply data in a clean MVC based manner. In addition to updating the data dynamically, it provides a pleasant user experience as the visual display i
    15 KB (1,892 words) - 04:20, 20 January 2022
  • ...ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database. ...figuration file called '''applicationContext.xml''', this file defines the data source (line 9), session factory (line 16) and DAOs (line 29) that are need
    25 KB (3,076 words) - 04:19, 20 January 2022
  • ...ZK 5/6, Spring 3, and Hibernate 3.6 to create a simple project that loads data from MySQL database. ...figuration file called '''applicationContext.xml''', this file defines the data source (line 9), session factory (line 16) and DAOs (line 29) that are need
    25 KB (3,076 words) - 04:18, 20 January 2022
  • Following is the preview of a View binding with a ViewModel. I used a listbox to display the orders, 3 buttons to perf ...also binded 3 buttons to 3 commands to perform actions on the buttons. By binding "selectedItem" to "vm.seleted", when an order is selected, the Save and Del
    24 KB (3,550 words) - 04:19, 20 January 2022
  • ZK 8 has brought about increases in MVVM binding performance, with both a memory consumption decrease and a response time in ...log.zkoss.org/index.php/2015/02/03/zk8-new-form-binding-approach/ new form binding blog].
    22 KB (3,158 words) - 04:21, 20 January 2022
  • ...so don't use <code>zcommons-el.jar</code> if you want to use the new data binding.</ref>. Though optional, it is suggested to remove <code>zcommons-el.jar</c ...ent Custom Java Class|macro components]] (i.e., wiring child components to data members automatically), please refer to [[#Autowiring_of_macro_components_a
    24 KB (3,569 words) - 04:19, 20 January 2022
  • ZK 8 ensures increases in MVVM binding performance, with both a memory consumption decrease and a response time in ...log.zkoss.org/index.php/2015/02/03/zk8-new-form-binding-approach/ new form binding blog].
    22 KB (3,197 words) - 04:21, 20 January 2022
  • ...ing verifies the Java code within zscript against the Java syntax and MVVM binding expressions. Syntax checking also works on data binding expressions.
    9 KB (1,368 words) - 13:22, 19 January 2022

View (previous 100 | next 100) (20 | 50 | 100 | 250 | 500)

Google Custom Wiki Search