Package com.microstrategy.web.app
Class WebAttribute
- java.lang.Object
- 
- com.microstrategy.utils.config.AbstractConfigurationElement
- 
- com.microstrategy.web.app.WebBeanProperty
- 
- com.microstrategy.web.app.WebAttribute
 
 
 
- 
- All Implemented Interfaces:
- ConfigurationElement,- ConfigurationFile,- java.lang.Cloneable
 
 public class WebAttribute extends WebBeanProperty The WebAttribute class defines an html attribute name-value pair that is added to the object's container (for example, it is added within the <div> tag of the corresponding object) when rendered.- Since:
- MicroStrategy Web 8.0.0
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.microstrategy.utils.config.AbstractConfigurationElementAbstractConfigurationElement.FilteredList
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNODE_PROPERTY- 
Fields inherited from class com.microstrategy.web.app.WebBeanPropertyATT_COMPARE, ATT_FEATURE_ID, ATT_NAME, ATT_SOURCE, ATT_TYPE, ATT_VALUE
 - 
Fields inherited from class com.microstrategy.utils.config.AbstractConfigurationElementATT_CONFIG_SRC, ATT_DELETED, ATT_POSITION, ATT_PROTOTYPE, ATT_USE_DEFAULT
 
- 
 - 
Constructor SummaryConstructors Constructor Description WebAttribute()Class constructor.WebAttribute(org.w3c.dom.Node root)Class constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetPropertyNode()- 
Methods inherited from class com.microstrategy.web.app.WebBeanPropertygetArguments, getArguments, getCompare, getContextValue, getFeatureId, getKey, getKeyAttribute, getMethod, getName, getSource, getSourceName, getType, getValue, initDefaultAttributes, isKeyAttribute, setAppContext, setCompare, setFeatureId, setKey, setName, setSource, setSourceName, setType, setValue
 - 
Methods inherited from class com.microstrategy.utils.config.AbstractConfigurationElementaddFileSource, 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, getLineNumber, getList, getNextKey, getNodeName, getNodeValue, getNodeValue, getOrCreateElement, getParent, getPosition, getPrototype, getRegisteredClass, getSelfInitPath, getSource, getStrAttribute, getUseDefault, getXMLParserParameters, getXMLSerializerParameters, hashCode, hashCodeAtts, hashCodeElements, hashCodeNodeValues, hasRegisteredClass, initAttributesFromXML, initElementFromXML, initElementsFromXML, initFromFile, initFromResource, initFromXML, initFromXML, initNodeValueFromXML, initPrototype, isActive, isCustomized, isDeleted, isDirty, isInSource, 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, setLineNumber, setNodeName, setNodeValue, setPosition, setPrototype, setSelfInitPath, setStrAttribute, setUseDefault, setUseValidation, throwConfigParseException, toString, toXML, toXML, toXML, toXML, useNodeValue, useValidation
 
- 
 
- 
- 
- 
Field Detail- 
NODE_PROPERTYpublic static final java.lang.String NODE_PROPERTY - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
WebAttributepublic WebAttribute() Class constructor. Initializes a new -empty- instance of the WebAttribute class.
 - 
WebAttributepublic WebAttribute(org.w3c.dom.Node root) Class constructor. Initializes a WebBeanProperty instance based on the information included on the XML Node- Parameters:
- root- Node instance representing the web bean list information.
 
 
- 
 - 
Method Detail- 
getPropertyNodeprotected java.lang.String getPropertyNode() - Overrides:
- getPropertyNodein class- WebBeanProperty
- Returns:
- the name of the property node.
 
 
- 
 
-