new"
From Documentation
(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…') |
|||
Line 13: | Line 13: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Revision as of 08:31, 17 December 2010
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
Version | Date | Content |
---|---|---|