Package com.microstrategy.web.config
Class VisualizationTemplate
- java.lang.Object
 - 
- com.microstrategy.utils.config.AbstractConfigurationElement
 - 
- com.microstrategy.web.config.VisualizationTemplate
 
 
 
- 
- All Implemented Interfaces:
 ConfigurationElement,ConfigurationFile,java.lang.Cloneable
public class VisualizationTemplate extends AbstractConfigurationElement
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
AbstractConfigurationElement.FilteredList 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringATT_ICON_URLxml attribute name for the VisualizationTemplate iconURLprotected static java.lang.StringATT_ICON_URL_SECONDARYxml attribute name for the VisualizationTemplate iconURLSecondaryprotected static java.lang.StringATT_IDxml attribute name for the VisualizationTemplate idprotected static java.lang.StringATT_MAJOR_TYPExml attribute name for the VisualizationTemplate majorType (only graphs)protected static java.lang.StringATT_MIN_ATTRIBUTE_COUNTxml attribute name for the VisualizationTemplate minAttributeCountprotected static java.lang.StringATT_MIN_METRIC_COUNTxml attribute name for the VisualizationTemplate minMetricCountprotected static java.lang.StringATT_MINOR_TYPExml attribute name for the VisualizationTemplate minorType (only graphs)protected static java.lang.StringATT_TEXTxml attribute name for the VisualizationTemplate textprotected static java.lang.StringATT_TOOLTIPxml attribute name for the VisualizationTemplate tooltipprotected static java.lang.StringATT_TOOLTIP_SECONDARYxml attribute name for the VisualizationTemplate tooltipSecondaryprotected static java.lang.StringATT_VISUALIZATION_IDxml attribute name for the VisualizationTemplate visualizationIdstatic java.lang.StringNODE_VISUALIZATION_TEMPLATE- 
Fields inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
ATT_CONFIG_SRC, ATT_DELETED, ATT_POSITION, ATT_PROTOTYPE, ATT_USE_DEFAULT 
 - 
 
- 
Constructor Summary
Constructors Constructor Description VisualizationTemplate() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetIconURL()java.lang.StringgetIconURLSecondary()intgetId()protected java.lang.StringgetKeyAttribute()This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override thegetKeyandsetKeymethods.intgetMajorType()intgetMinAttributeCount()intgetMinMetricCount()intgetMinorType()java.lang.StringgetText()java.lang.StringgetTooltip()java.lang.StringgetTooltipSecondary()java.lang.StringgetVisualizationId()- 
Methods inherited from class com.microstrategy.utils.config.AbstractConfigurationElement
addFileSource, applyCustomization, applyCustomizations, cleanUpDeletedElements, clone, delete, deltas, deltas, equalAtts, equalElements, equalNodeValues, equals, equalsIncludingDeletedElements, exportAttributesToXML, exportElementsToXML, exportNodeValueToXML, getAttribute, getAttributes, getBoolAttribute, getChildKey, getConfigSrc, getDTDFileName, getElement, getElement, getElements, getFileLoader, getIntAttribute, getIntAttribute, getKey, getLineNumber, getList, getNextKey, getNodeName, getNodeValue, getNodeValue, getOrCreateElement, getParent, getPosition, getPrototype, getRegisteredClass, getSelfInitPath, getSource, getStrAttribute, getUseDefault, getXMLParserParameters, getXMLSerializerParameters, hashCode, hashCodeAtts, hashCodeElements, hashCodeNodeValues, hasRegisteredClass, initAttributesFromXML, initDefaultAttributes, initElementFromXML, initElementsFromXML, initFromFile, initFromResource, initFromXML, initFromXML, initNodeValueFromXML, initPrototype, isActive, isCustomized, isDeleted, isDirty, isInSource, isKeyAttribute, load, mergeChanges, newChildInstance, newSource, original, populate, printAttributes, printElements, printNodeValue, refreshLists, registerClass, registerElement, registerElement, registerElementList, reload, reloadPrototype, removeAttribute, removeDefaults, replaceList, restore, save, save, saveChangesAs, saveConfig, saveFlatXML, saveNode, saveSource, setAttribute, setBoolAttribute, setChildOriginals, setConfigSrc, setCustomized, setElement, setFileLoader, setIntAttribute, setKey, setLineNumber, setNodeName, setNodeValue, setPosition, setPrototype, setSelfInitPath, setStrAttribute, setUseDefault, setUseValidation, throwConfigParseException, toString, toXML, toXML, toXML, toXML, useNodeValue, useValidation 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NODE_VISUALIZATION_TEMPLATE
public static final java.lang.String NODE_VISUALIZATION_TEMPLATE
- See Also:
 - Constant Field Values
 
 
- 
ATT_ICON_URL
protected static final java.lang.String ATT_ICON_URL
xml attribute name for the VisualizationTemplate iconURL- See Also:
 - Constant Field Values
 
 
- 
ATT_ICON_URL_SECONDARY
protected static final java.lang.String ATT_ICON_URL_SECONDARY
xml attribute name for the VisualizationTemplate iconURLSecondary- See Also:
 - Constant Field Values
 
 
- 
ATT_ID
protected static final java.lang.String ATT_ID
xml attribute name for the VisualizationTemplate id- See Also:
 - Constant Field Values
 
 
- 
ATT_MAJOR_TYPE
protected static final java.lang.String ATT_MAJOR_TYPE
xml attribute name for the VisualizationTemplate majorType (only graphs)- See Also:
 - Constant Field Values
 
 
- 
ATT_MINOR_TYPE
protected static final java.lang.String ATT_MINOR_TYPE
xml attribute name for the VisualizationTemplate minorType (only graphs)- See Also:
 - Constant Field Values
 
 
- 
ATT_MIN_ATTRIBUTE_COUNT
protected static final java.lang.String ATT_MIN_ATTRIBUTE_COUNT
xml attribute name for the VisualizationTemplate minAttributeCount- See Also:
 - Constant Field Values
 
 
- 
ATT_MIN_METRIC_COUNT
protected static final java.lang.String ATT_MIN_METRIC_COUNT
xml attribute name for the VisualizationTemplate minMetricCount- See Also:
 - Constant Field Values
 
 
- 
ATT_TEXT
protected static final java.lang.String ATT_TEXT
xml attribute name for the VisualizationTemplate text- See Also:
 - Constant Field Values
 
 
- 
ATT_TOOLTIP
protected static final java.lang.String ATT_TOOLTIP
xml attribute name for the VisualizationTemplate tooltip- See Also:
 - Constant Field Values
 
 
- 
ATT_TOOLTIP_SECONDARY
protected static final java.lang.String ATT_TOOLTIP_SECONDARY
xml attribute name for the VisualizationTemplate tooltipSecondary- See Also:
 - Constant Field Values
 
 
- 
ATT_VISUALIZATION_ID
protected static final java.lang.String ATT_VISUALIZATION_ID
xml attribute name for the VisualizationTemplate visualizationId- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getIconURL
public java.lang.String getIconURL()
 
- 
getIconURLSecondary
public java.lang.String getIconURLSecondary()
 
- 
getId
public int getId()
 
- 
getKeyAttribute
protected java.lang.String getKeyAttribute()
Description copied from class:AbstractConfigurationElementThis method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override thegetKeyandsetKeymethods.- Specified by:
 getKeyAttributein classAbstractConfigurationElement
 
- 
getMajorType
public int getMajorType()
 
- 
getMinorType
public int getMinorType()
 
- 
getMinAttributeCount
public int getMinAttributeCount()
 
- 
getMinMetricCount
public int getMinMetricCount()
 
- 
getText
public java.lang.String getText()
 
- 
getTooltip
public java.lang.String getTooltip()
 
- 
getTooltipSecondary
public java.lang.String getTooltipSecondary()
 
- 
getVisualizationId
public java.lang.String getVisualizationId()
 
 - 
 
 -