public class DynamicNode extends ExplorerNode
Java class for dynamic-node complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamic-node">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/explorertree}explorer-node">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="dynamic-node-parameter" type="{http://www.hybris.com/cockpitng/config/explorertree}parameter"/>
</sequence>
<attribute name="populator-bean-id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="populator-class-name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="indexing-depth" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="hide-root-node" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Parameter> |
dynamicNodeParameter |
protected Boolean |
hideRootNode |
protected Integer |
indexingDepth |
protected String |
populatorBeanId |
protected String |
populatorClassName |
expandedByDefault, id, mergeMode, navigationNodeOrTypeNodeOrDynamicNodeposition| Constructor and Description |
|---|
DynamicNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
getDynamicNodeParameter()
Gets the value of the dynamicNodeParameter property.
|
Integer |
getIndexingDepth()
Gets the value of the indexingDepth property.
|
String |
getPopulatorBeanId()
Gets the value of the populatorBeanId property.
|
String |
getPopulatorClassName()
Gets the value of the populatorClassName property.
|
Boolean |
isHideRootNode()
Gets the value of the hideRootNode property.
|
void |
setHideRootNode(Boolean value)
Sets the value of the hideRootNode property.
|
void |
setIndexingDepth(Integer value)
Sets the value of the indexingDepth property.
|
void |
setPopulatorBeanId(String value)
Sets the value of the populatorBeanId property.
|
void |
setPopulatorClassName(String value)
Sets the value of the populatorClassName property.
|
getExpandedByDefault, getId, getMergeMode, getNavigationNodeOrTypeNodeOrDynamicNode, setExpandedByDefault, setId, setMergeModegetPosition, setPositionprotected String populatorBeanId
protected String populatorClassName
protected Integer indexingDepth
protected Boolean hideRootNode
public List<Parameter> getDynamicNodeParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dynamicNodeParameter property.
For example, to add a new item, do as follows:
getDynamicNodeParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public String getPopulatorBeanId()
Stringpublic void setPopulatorBeanId(String value)
value - allowed object is
Stringpublic String getPopulatorClassName()
Stringpublic void setPopulatorClassName(String value)
value - allowed object is
Stringpublic Integer getIndexingDepth()
Integerpublic void setIndexingDepth(Integer value)
value - allowed object is
Integerpublic Boolean isHideRootNode()
BooleanCopyright © 2018. All rights reserved.