Component for embedding external objects.
|
|
__init__(self,
caption=None,
source=None)
Creates a new Embedded object whose contents is loaded from given
resource. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getCodebase(self)
This attribute specifies the base path used to resolve relative URIs
specified by the classid, data, and archive attributes. |
source code
|
|
|
|
|
|
|
|
|
|
getStandby(self)
This attribute specifies a message that a user agent may render while
loading the object's implementation and data. |
source code
|
|
|
|
setCodebase(self,
codebase)
This attribute specifies the base path used to resolve relative URIs
specified by the classid, data, and archive attributes. |
source code
|
|
|
|
setCodetype(self,
codetype)
This attribute specifies the content type of data expected when
downloading the object specified by classid. |
source code
|
|
|
|
|
|
|
setStandby(self,
standby)
This attribute specifies a message that a user agent may render while
loading the object's implementation and data. |
source code
|
|
|
|
getClassId(self)
This attribute may be used to specify the location of an object's
implementation via a URI. |
source code
|
|
|
|
setClassId(self,
classId)
This attribute may be used to specify the location of an object's
implementation via a URI. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getArchive(self)
This attribute may be used to specify a space-separated list of URIs
for archives containing resources relevant to the object, which may
include the resources specified by the classid and data attributes. |
source code
|
|
|
|
setArchive(self,
archive)
This attribute may be used to specify a space-separated list of URIs
for archives containing resources relevant to the object, which may
include the resources specified by the classid and data attributes. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changeVariables(self,
source,
variables)
Called when one or more variables handled by the implementing class
are changed. |
source code
|
|
|
|
fireClick(self,
parameters)
Notifies click-listeners that a mouse click event has occurred. |
source code
|
|
|
Inherited from abstract_component.AbstractComponent:
__getstate__,
__setstate__,
addStyleName,
attach,
childRequestedRepaint,
detach,
fireComponentErrorEvent,
fireComponentEvent,
fireEvent,
fireRequestRepaintEvent,
focus,
getApplication,
getCSSHeight,
getCSSWidth,
getCaption,
getComponentError,
getData,
getDebugId,
getDescription,
getErrorHandler,
getErrorMessage,
getHeight,
getHeightUnits,
getIcon,
getListeners,
getLocale,
getParent,
getStyle,
getStyleName,
getWidth,
getWidthUnits,
getWindow,
handleError,
hasListeners,
isEnabled,
isImmediate,
isReadOnly,
isVisible,
paint,
parseStringSize,
registerCallback,
registerListener,
removeStyleName,
requestRepaint,
requestRepaintRequests,
setCaption,
setComponentError,
setData,
setDebugId,
setDescription,
setEnabled,
setErrorHandler,
setHeight,
setHeightUnits,
setIcon,
setImmediate,
setLocale,
setParent,
setReadOnly,
setSizeFull,
setSizeUndefined,
setStyle,
setStyleName,
setVisible,
setWidth,
setWidthUnits,
withdrawCallback,
withdrawListener
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|