length

From Documentation
Revision as of 07:36, 16 November 2010 by Tomyeh (talk | contribs) (Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> int length(Object value); </source> :i.e., <javadoc method="length(java.lang.Object)">org.zkoss.xel.fn.CommonFns</javadoc> Ret…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
int length(Object value);
i.e., CommonFns.length(Object)

Returns the length of a string, array, collection or map.

Notice that there is a bulit-in operator to test if a string/array/collection/map is empty:

${empty foo}

Version History

Last Update : 2010/11/16

Version Date Content
     



Last Update : 2010/11/16

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