Package com.microstrategy.web.objects
Interface WebElementsObjectNode
- 
- All Superinterfaces:
- WebNode,- WebPromptableNode,- WebPromptSite
 
 public interface WebElementsObjectNode extends WebPromptableNode The WebElementsObjectNode interface represents an element list contained within an expression. This interface contains methods specific to an element list node. For methods which apply to all nodes, see theWebNodeinterface, which this one extends.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebElementsgetElements()Returns aWebElementsobject, which can be used to define the elements within a node of type DssXmlNodeElementsObject.voidsetElements(WebElements elements)- 
Methods inherited from interface com.microstrategy.web.objects.WebNodeappendChild, clear, clearPlaceHolder, containsPrompts, createPlaceHolder, getCanExpand, getChild, getChildCount, getDataType, getDimensionality, getDimensionalityType, getDisplayName, getExpressionType, getFirstChild, getIsIndependentCSI, getIsSpliced, getKey, getLastChild, getNextSibling, getNodeType, getParent, getPlaceHolder, getPreviousSibling, getShortXML, getTag, getUCFlag, hasChildNodes, hasPlaceHolder, insertAfter, insertBefore, isCancelledPrompt, removeChild, replaceChild, setCanExpand, setDataType, setDimensionalityType, setDisplayName, setExpressionType, setIsIndependentCSI, setIsSpliced, setTag, setUCFlag
 - 
Methods inherited from interface com.microstrategy.web.objects.WebPromptSitegetPromptInstances
 
- 
 
- 
- 
- 
Method Detail- 
getElementsWebElements getElements() Returns aWebElementsobject, which can be used to define the elements within a node of type DssXmlNodeElementsObject.- Returns:
- An object of type WebElements. Note that the reference to theWebElementsobject will be held by the elements object node, and used to determine the element list upon serialization of the expression containing this node.
 
 - 
setElementsvoid setElements(WebElements elements) - Since:
- MicroStrategy Web 9.0.1
 
 
- 
 
-