Class MQDTStyleEx
Object
|
+--MQObject
|
+--MQBaseDTStyle
|
+--MQDTStyleEx
-
Direct Known Subclasses:
-
MQDTFeatureStyleEx
- class
MQDTStyleEx
- extends MQBaseDTStyle
This is the base class for the DTStyle and DTStyleEx objects.
Defined in mqobjects.js
|
Constructor Summary |
MQDTStyleEx
()
Constructs a new MQDTStyleEx object.
|
|
Method Summary |
String
|
getClassName()
Returns the text name of this class.
|
int
|
getObjectVersion()
Returns the version of this class.
|
String
|
getStyleString()
Returns the StyleString of this object.
|
void
|
loadXml(<String> strXml)
Assigns the xml that relates to this object.
|
String
|
saveXml()
Build an xml string that represents this object.
|
void
|
setStyleString(<String> val)
Sets the StyleString of this object.
|
MQDTStyleEx
MQDTStyleEx()
Constructs a new MQDTStyleEx object.
getClassName
String getClassName()
Returns the text name of this class.
Returns:
The text name of this class.
getObjectVersion
int getObjectVersion()
Returns the version of this class.
Returns:
The version of this class.
getStyleString
String getStyleString()
Returns the StyleString of this object.
Returns:
The new StyleString of this object.
loadXml
void loadXml(<String> strXml)
Assigns the xml that relates to this object.
Parameters:
strXml - the xml to be assigned.
saveXml
String saveXml()
Build an xml string that represents this object.
setStyleString
void setStyleString(<String> val)
Sets the StyleString of this object.
Parameters:
val - The new StyleString of this object.
Documentation generated by
JSDoc on Tue Oct 16 08:04:12 2007