org.zkoss.zul.tree.autoSort"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Property:''' org.zkoss.zul.tree.autoSort Default: false [Since 5.0.7] Specifies whether to sort the model when the following cases:...")
 
Line 10: Line 10:
 
*<javadoc method="setSortDirection(String)">org.zkoss.zul.Treecol</javadoc> is called.  
 
*<javadoc method="setSortDirection(String)">org.zkoss.zul.Treecol</javadoc> is called.  
 
*Model receives <javadoc>org.zkoss.zul.event.TreeDataEvent</javadoc> and <javadoc method="setSortDirection(String)">org.zkoss.zul.Treecol</javadoc> is set.  
 
*Model receives <javadoc>org.zkoss.zul.event.TreeDataEvent</javadoc> and <javadoc method="setSortDirection(String)">org.zkoss.zul.Treecol</javadoc> is set.  
If you want to ignore sort when receiving <javadoc>org.zkoss.zul.event.TreeDataEvent</javadoc>, you can specifies the value as '''ignore.change'''.
+
If you want to ignore sorting when receiving <javadoc>org.zkoss.zul.event.TreeDataEvent</javadoc>, you can specifies the value as '''ignore.change'''.
  
 
If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.
 
If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

Revision as of 01:25, 8 August 2011


org.zkoss.zul.tree.autoSort


Property:

org.zkoss.zul.tree.autoSort
Default: false
[Since 5.0.7]

Specifies whether to sort the model when the following cases:

If you want to ignore sorting when receiving TreeDataEvent, you can specifies the value as ignore.change.

If you prefer to configure a particular component, you could specify it as the custom attribute of the component or any of its ancestor components.

<tree>
  <custom-attributes org.zkoss.zul.tree.autoSort="true"/>
...

Version History

Last Update : 2011/08/08


Version Date Content 5.0.7 April 2011 Tree shall sort model based on current state.


Last Update : 2011/08/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.