public class ClientLayout extends ComplexExtendedProperties
AF_NS, DVT_NS, F_NS
Constructor and Description |
---|
ClientLayout() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
getAttribute()
Description:
|
java.lang.String |
getFeatureName()
Description:
Specifies the javascript feature containing the javascript files required to call the layout method.
|
LinkAttributes |
getLinkAttributes()
Description:
LinkAttributes are used to declare link-level attributes for ClientLayouts
|
java.lang.String |
getMethod()
Description:
Specifies the javascript method that should be invoked to perform layout.
|
java.lang.String |
getName()
Description:
Specifies the name of the layout being registered.
|
NodeAttributes |
getNodeAttributes()
Description:
NodeAttributes are used to declare node-level attributes for ClientLayouts
|
java.lang.String |
getTagName() |
void |
setAttribute(java.util.List<Attribute> attribute)
Description:
|
void |
setFeatureName(java.lang.String featureName)
Description:
Specifies the javascript feature containing the javascript files required to call the layout method.
|
void |
setLinkAttributes(LinkAttributes linkAttributes)
Description:
LinkAttributes are used to declare link-level attributes for ClientLayouts
|
void |
setMethod(java.lang.String method)
Description:
Specifies the javascript method that should be invoked to perform layout.
|
void |
setName(java.lang.String name)
Description:
Specifies the name of the layout being registered.
|
void |
setNodeAttributes(NodeAttributes nodeAttributes)
Description:
NodeAttributes are used to declare node-level attributes for ClientLayouts
|
_applyToRootElement, _applyToRootElement, applyChanges, applyChanges, applyChanges, applyChanges, applyChanges, cloneFrom, getAttribute, getComplexChild, getComplexChild, getComplexChildAsList, populateAttributesAndChildTags, removeComplexChildList, setAttribute, setComplexChild, setComplexChild, setComplexChildAsList
public java.lang.String getTagName()
getTagName
in class ComplexExtendedProperties
public java.lang.String getFeatureName()
public void setFeatureName(java.lang.String featureName)
featureName
- the value of the featureName attribute of the Tag this class represents.public java.lang.String getMethod()
public void setMethod(java.lang.String method)
method
- the value of the method attribute of the Tag this class represents.public java.lang.String getName()
public void setName(java.lang.String name)
name
- the value of the name attribute of the Tag this class represents.public java.util.List<Attribute> getAttribute()
public void setAttribute(java.util.List<Attribute> attribute)
attribute
- a list of Attribute objects.public LinkAttributes getLinkAttributes()
public void setLinkAttributes(LinkAttributes linkAttributes)
linkAttributes
- the LinkAttributes of the Tag this class represents.public NodeAttributes getNodeAttributes()
public void setNodeAttributes(NodeAttributes nodeAttributes)
nodeAttributes
- the NodeAttributes of the Tag this class represents.