public static class ROWDYNAMICCONTENTBinding.ComponentNode
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ComponentNode(java.lang.String tagName) |
| Modifier and Type | Method and Description |
|---|---|
ROWDYNAMICCONTENTBinding.ComponentNode |
addAttribute(java.lang.String name,
IDynamicContentBindingObject value)
Binds an object to the component attribute.
|
ROWDYNAMICCONTENTBinding.ComponentNode |
addAttribute(java.lang.String name,
java.lang.String value)
Directly sets a component value.
|
ROWDYNAMICCONTENTBinding.ComponentNode |
addSubNode(ROWDYNAMICCONTENTBinding.ComponentNode componentNode)
Add a sub component.
|
ROWDYNAMICCONTENTBinding.ComponentAttribute |
getAttribute(java.lang.String name) |
java.util.Map<java.lang.String,ROWDYNAMICCONTENTBinding.ComponentAttribute> |
getAttributesMap() |
java.lang.Object |
getAttributeValue(java.lang.String attributeName)
Returns the value that actually is passed into the component.
|
java.util.List<ROWDYNAMICCONTENTBinding.ComponentNode> |
getSubNodes() |
java.lang.String |
getTagName() |
java.lang.String |
toString() |
java.lang.String |
toXML() |
public ComponentNode(java.lang.String tagName)
tagName - The name of the component that you create. Use the full tag name of the component,
including its prefix (e.g. "t:field")public java.lang.String getTagName()
public java.util.List<ROWDYNAMICCONTENTBinding.ComponentNode> getSubNodes()
public java.util.Map<java.lang.String,ROWDYNAMICCONTENTBinding.ComponentAttribute> getAttributesMap()
public ROWDYNAMICCONTENTBinding.ComponentAttribute getAttribute(java.lang.String name)
public ROWDYNAMICCONTENTBinding.ComponentNode addAttribute(java.lang.String name, java.lang.String value)
public ROWDYNAMICCONTENTBinding.ComponentNode addAttribute(java.lang.String name, IDynamicContentBindingObject value)
public java.lang.Object getAttributeValue(java.lang.String attributeName)
public ROWDYNAMICCONTENTBinding.ComponentNode addSubNode(ROWDYNAMICCONTENTBinding.ComponentNode componentNode)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toXML()
Copyright © CaptainCasa Gmbh. All Rights Reserved.