DhElement | +--DhBaseContainer | +--DhObjectFactorypublic class DhObjectFactory
Creates an object and adds it to the document. To use this, create this class specifying the object's class identifier (CLASSID).
Constructors
Name | Description |
---|---|
DhObjectFactory() | Constructs a DhObjectFactory object. |
DhObjectFactory(String classid) | One-step construction. |
Methods
Name | Description |
---|---|
add(DhElement h) | Adds an element as the child of the object tag. |
addOnAfterUpdate(DhEventHandler h) | Topic under construction. |
addOnBeforeUpdate(DhEventHandler h) | Topic under construction. |
addOnDataAvailable(DhEventHandler h) | Topic under construction. |
addOnDataSetChanged(DhEventHandler h) | Topic under construction. |
addOnDataSetComplete(DhEventHandler h) | Topic under construction. |
addOnError(DhEventHandler h) | Topic under construction. |
addOnErrorUpdate(DhEventHandler h) | Topic under construction. |
addOnReadyStateChange(DhEventHandler h) | Topic under construction. |
addOnRowEnter(DhEventHandler h) | Topic under construction. |
addOnRowExit(DhEventHandler h) | Topic under construction. |
addParam(String param, String value) | Adds a new parameter. |
getClassid() | Retrieves the object's current CLASSID. |
getClsid() | Retrieves the object's current CLASSID. |
getCodeBase() | Retrieves the object's current CODEBASE. |
getCodeClassName() | Retrieves the object's current className. |
getContent(StringBuffer sb) | Retrieves a string representing the HTML of the contents. |
getDispatchPeer() | Retrieves the IDispatch interface implemented by the OBJECT currently instantiated. |
getObjectPeer() | Retrieves the object representing the OBJECT instanstiated. |
getProgid() | Retrieves the object's current PROGID. |
getValue(String param) | Retrieves the value of the parameter. |
removeOnAfterUpdate(DhEventHandler h) | Topic under construction. |
removeOnBeforeUpdate(DhEventHandler h) | Topic under construction. |
removeOnDataAvailable(DhEventHandler h) | Topic under construction. |
removeOnDataSetChanged(DhEventHandler h) | Topic under construction. |
removeOnDataSetComplete(DhEventHandler h) | Topic under construction. |
removeOnError(DhEventHandler h) | Topic under construction. |
removeOnErrorUpdate(DhEventHandler h) | Topic under construction. |
removeOnReadyStateChange(DhEventHandler h) | Topic under construction. |
removeOnRowEnter(DhEventHandler h) | Topic under construction. |
removeOnRowExit(DhEventHandler h) | Topic under construction. |
removeParam(String param) | Removes a parameter from the list. |
setClassid(String classid) | Sets the object's current CLASSID. |
setClsid(_Guid guid) | Sets the object's CLASSID. |
setCodeBase(String url) | Sets the object's CODEBASE. |
setCodeClassName(String className) | Sets the object's class name. |
setProgid(String progid) | Sets the object's PROGID. |
Constructs a DhObjectFactory object.
One-step construction.
Adds an element as the child of the object tag.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Adds a new parameter.
Returns the object's class identifier.
Retrieves the object's current CLASSID.
Returns the object's class identifier.
Retrieves the object's current CLASSID.
Returns the object's code base.
Retrieves the object's current CODEBASE.
Returns the object's className.
Retrieves the object's current className.
Returns the StringBuffer representing the HTML of the contents.
Retrieves a string representing the HTML of the contents.
Returns the object representing the IDispatch interface of the OBJECT.
Retrieves the IDispatch interface implemented by the OBJECT currently instantiated. This object can be used along with the com.ms.com.Dispatch class to invoke methods exposed through the controls' IDispatch.
Returns the object representing the OBJECT instanstiated.
Retrieves the object representing the OBJECT instanstiated.
Returns the object's PROGID.
Retrieves the object's current PROGID.
Retrieves the value of the parameter.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Removes a parameter from the list.
Sets the object's current CLASSID.
Sets the object's CLASSID.
Sets the object's CODEBASE.
Sets the object's class name.
Sets the object's PROGID.