Search results
From Documentation
Page title matches
- Finally we put all the component information together to produce the result below. public class SimpleLabel extends org.zkoss.zk.ui.HtmlBasedComponent {783 bytes (88 words) - 01:58, 14 July 2010
- ...itten in JavaScript. Firstly let’s discuss the creation of the server-side component. The component’s Java class must extend <javadoc>org.zkoss.zk.ui.AbstractComponent</javadoc> or one of its derivative classes. There are1 KB (148 words) - 02:26, 8 July 2010
- ...javadoc method="smartUpdate(java.lang.String, java.lang.Object)">org.zkoss.zk.ui.AbstractComponent</javadoc> function. ....lang.Object)">org.zkoss.zk.ui.AbstractComponent</javadoc> function causes ZK Client Engine to call the <mp>setValue</mp> method of the peer widget (the963 bytes (130 words) - 01:03, 9 March 2011
- ZK Component Development Essentials/ZK Component Overview/Creating ZK Component with Maven Archetype=How to create a ZK Component Maven project= ...ur_First_ZK_Application_with_Eclipse_and_Maven | Create and Run Your First ZK Application with Eclipse and Maven]] for the complete instruction.</ref> fr6 KB (833 words) - 02:05, 6 December 2019
- ...s the user activity and sends an appropriate request to the component. The component then interacts with the developer’s application which would respond appro ...an application invokes the setLabel method to change the label of a button component, the setLabel method of corresponding button widget (aka., peer widget) wil1 KB (211 words) - 01:23, 10 August 2011
- ...erProperties(org.zkoss.zk.ui.sys.ContentRenderer)" class='false'>org.zkoss.zk.ui.AbstractComponent</javadoc> method is called to render all properties th ...erProperties(org.zkoss.zk.ui.sys.ContentRenderer)" class='false'>org.zkoss.zk.ui.AbstractComponent</javadoc> is straightforward. As shown below, all you3 KB (537 words) - 02:25, 10 August 2011
- Each UI object in ZK consists of a component and a widget. ==Component==781 bytes (120 words) - 01:21, 10 August 2011
- #REDIRECT [[ZK Component Reference/Base Components/HtmlBasedComponent]]71 bytes (7 words) - 04:14, 27 April 2010
- #REDIRECT [[ZK Component Reference/Base Components/AbstractComponent]]70 bytes (7 words) - 04:11, 27 April 2010
- ...cisely, it is a method member of the widget class (the name is assigned by ZK Client Engine automatically), so you can access the widget object by the us ...s_</mp> is a (protected) method inherited from <javadoc directory="jsdoc">zk.Widget</javadoc>. It returns all HTML attributes required, such as style, i2 KB (257 words) - 09:28, 28 September 2021
- ...o the DOM tree, <javadoc directory="jsdoc" method="redraw(_global_.Array)">zk.Widget</javadoc> is called to generate the HTML content. For example, assum ...plementation of <javadoc directory="jsdoc" method="redraw(_global_.Array)">zk.Widget</javadoc> delegates to a mold method depending on the mold. In this765 bytes (110 words) - 04:58, 31 August 2010
- The widget class must extend from <javadoc directory="jsdoc">zk.Widget</javadoc> or one of its derived classes. There are several skeletal For the purposes of this tutorial, we will use <javadoc directory="jsdoc">zk.Widget</javadoc>. Before we proceed, we need to decide the name of the widg572 bytes (76 words) - 02:05, 14 July 2010
- com.foo.SimpleLabel = zk.$extends(zk.Widget, { Having set-up the ability to handle states we now need to create the component view. This can be accomplished using two methods.858 bytes (115 words) - 06:18, 23 September 2010
- 391 bytes (56 words) - 04:20, 14 July 2010
- To make it easier for JavaScript objects to represent widgets ZK has introduced a class concept to JavaScript. Here is a brief introduction ...y="jsdoc" method="$extends(zk.Class, _global_.Map, _global_.Map)">_global_.zk</javadoc>.1 KB (230 words) - 06:37, 14 July 2010
- This section provides instructions on how to create a ZK component.211 bytes (14 words) - 01:59, 8 July 2010
- Every ZUL component has its mapping java class. Every ZUL element declared in ZUML has its mapp ...catenation of IDs of components along ID spaces. By default, the root of a component path is the current page. If you want to identify another page, you have to5 KB (749 words) - 10:39, 19 January 2022
- #REDIRECT [[ZK Component Development Essentials/Creating the Configuration Files]]82 bytes (9 words) - 04:49, 14 July 2010
- This section provides an overview of ZK Component development.206 bytes (12 words) - 01:14, 10 August 2011
- #REDIRECT [[ZK Component Development Essentials/Creating the Configuration Files/The Widget Package112 bytes (13 words) - 04:50, 14 July 2010
Page text matches
- ...e/Data/Listbox|listbox]] are both used to display tabular data, while [[ZK Component Reference/Data/Tree|tree]] to display hierarchical data. However, both list ...please refer to the [[ZK Component Reference/Supplementary/Paging|Paging]] component.820 bytes (107 words) - 03:13, 21 December 2010
- ...ifferent interactions. Therefore, this section will describe details about ZK's class naming rule by DOM elements and interaction effects.473 bytes (52 words) - 10:28, 21 November 2013
- ...r's_Reference/Integration/Embed_ZK_Component_in_Foreign_Framework|Embed ZK Component in Foreign Framework]] ...component is a native, say, JSF component that is implemented by embedding ZK components.668 bytes (85 words) - 04:00, 3 May 2012
- ...oductory concepts, please refer to [[ZK Developer's Reference/UI Composing|ZK Developer's Reference: UI Composing]]. ...and context menus, please refer to [[ZK Developer's Reference/UI Patterns|ZK Developer's Reference: UI Patterns]].943 bytes (130 words) - 06:26, 8 December 2010
- This chapter introduces how you change a component's appearance through different ways including mold, CSS class, or even a th To customize an individual component's appearance, please read [[ZK Style Customization Guide]].486 bytes (55 words) - 07:37, 8 July 2022
- *Component Reference: [[ZK Component Reference/Layouts/Cardlayout|Cardlayout]] *[http://www.zkoss.org/product/edition.dsp Available in ZK EE only]509 bytes (56 words) - 13:15, 7 January 2022
- These postfix string are appended to component's class name by ZK client engine. ::a component=> .z-'''mycmp'''273 bytes (28 words) - 02:41, 8 September 2010
- Available only ZK EE ...roduction please refer to [[ZK Developer's Reference/UI Patterns/XML Ouput|ZK Developer's Reference]].952 bytes (130 words) - 03:32, 1 August 2011
- These postfix string are appended to component's class name by ZK client engine. ::a component=> .z-'''mycmp'''325 bytes (31 words) - 01:50, 10 September 2010
- ...e>defer</code>, which is backward-compatible with the prior version. Since ZK 5, the default mode is <code>auto</code> for easier control. ..., please refer to [[ZK Component Reference/Essential Components/Include|ZK Component Reference]].582 bytes (72 words) - 10:21, 19 January 2022
- '''Component Reference:''' [[ZK Component Reference/Essential Components/Progressmeter | Progressmeter]] Profressmeter is a component which shows status of a progress.374 bytes (36 words) - 08:14, 9 August 2011
- ...gate. For keyboard support details of each component, please refer to [[ZK Component Reference/Accessibility]]. To implement your own key handling, please see [[ZK Developer's Reference/UI Patterns/Keystroke Handling]]387 bytes (50 words) - 03:18, 29 September 2020
- Each UI object in ZK consists of a component and a widget. ==Component==781 bytes (120 words) - 01:21, 10 August 2011
- This chapter describes each component's detailed accessibility information including keyboard support and some im For general accessibility information, please refer to [[ZK Developer's Reference/Accessibility]].458 bytes (45 words) - 04:24, 29 September 2020
- ...s we need to provide two component files named '''language-addon''' and '''zk.wpd'''.284 bytes (26 words) - 06:58, 14 July 2010
- ...omponent. One is to implement a class deriving from the <javadoc>org.zkoss.zk.ui.AbstractComponent</javadoc> class. The other is to implement it by use o ...is discussed in the [http://books.zkoss.org/wiki/ZK_Component_Reference ZK Component Reference].943 bytes (139 words) - 07:53, 20 July 2010
- It specifies whether disable the animation of the <code>borderlayout</code> component. ...outs/Borderlayout#Configure_to_Disable_the_Animation_Effects_as_Default|ZK Component Reference]].456 bytes (48 words) - 10:20, 19 January 2022
- ...ent-side Reference is the reference for client-side programming, including component development. ...ce/Customization|Customization]] sections. The other sections are more for component development.734 bytes (89 words) - 01:55, 2 March 2020
- ...ow to develop the component at the client side (<javadoc directory="jsdoc">zk.Widget</javadoc>). * For introduction, please refer to [[ZK Component Development Essentials]].634 bytes (69 words) - 11:30, 10 December 2010
- ZK EE tablet only ...eference/Tablet Devices/UI Enhancements/Borderlayout#SwipeEvent_Support|ZK Component Reference Tablet Devices: Borderlayout]].</ref>.2 KB (283 words) - 07:25, 16 April 2014