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 theWebNode
interface, which this one extends.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebElements
getElements()
Returns aWebElements
object, which can be used to define the elements within a node of type DssXmlNodeElementsObject.void
setElements(WebElements elements)
-
Methods inherited from interface com.microstrategy.web.objects.WebNode
appendChild, 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.WebPromptSite
getPromptInstances
-
-
-
-
Method Detail
-
getElements
WebElements getElements()
Returns aWebElements
object, 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 theWebElements
object will be held by the elements object node, and used to determine the element list upon serialization of the expression containing this node.
-
setElements
void setElements(WebElements elements)
- Since:
- MicroStrategy Web 9.0.1
-
-