%DeepSee.Report.Model.Stylable
abstract class %DeepSee.Report.Model.Stylable extends %DeepSee.Report.Model.Element
Property Inventory
Properties
property class as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS class to apply to this element
Property methods: classDisplayToLogical(), classGet(), classIsValid(), classLogicalToDisplay(), classLogicalToOdbc(), classNormalize(), classSet()
property htmlstyle as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element uniquely when generating HTML
Property methods: htmlstyleDisplayToLogical(), htmlstyleGet(), htmlstyleIsValid(), htmlstyleLogicalToDisplay(), htmlstyleLogicalToOdbc(), htmlstyleNormalize(), htmlstyleSet()
property style as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element.
Property methods: styleDisplayToLogical(), styleGet(), styleIsValid(), styleLogicalToDisplay(), styleLogicalToOdbc(), styleNormalize(), styleSet()
property xslfostyle as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
CSS Style to apply to this element uniquely when generating XSLFO
Property methods: xslfostyleDisplayToLogical(), xslfostyleGet(), xslfostyleIsValid(), xslfostyleLogicalToDisplay(), xslfostyleLogicalToOdbc(), xslfostyleNormalize(), xslfostyleSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()