Factory Methods
The methods listed in the table Factory Methods are available in the factory that is available for each BOM package.
Method | Return Value | Description |
---|---|---|
create(className) |
Object | Creates an instance of the given class. ControlWrapper uses this method to support cases where the type of object being managed by a complex custom control is not known at design time. From form action methods, the specific createXXX() method for a given class should be used. |
getClass(className) |
Object | Returns the class object for the class with the given name. |
Copyright © Cloud Software Group, Inc. All rights reserved.