new

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

Instantiates the given class. It assumes the given class has a default constructor.

Paramters

  • cls - the class. It could be an instance of either String or Class.

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.