new1"
From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> Object new1(Object cls, Object arg); </source> :i.e., <javadoc method="new_(java.lang.Object, java.lang.Object)">org.zkoss.xel.…') |
|||
Line 14: | Line 14: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Revision as of 08:30, 17 December 2010
Object new1(Object cls, Object arg);
Instantiates the given class with an argument. It assumes the given class has a proper constructor.
Paramters
- cls - the class. It could be an instance of either String or Class.
- arg - the argument to be passed to the constructor.
Version History
Version | Date | Content |
---|---|---|