Class TemplateNode
Object
AbstractMap<K,V>
HashMap<K,V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
Object>
- Author:
- Alexander Chow, Raymond Augé
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionTemplateNode
(ThemeDisplay themeDisplay, String name, String data, String type, Map<String, String> attributes) -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendChild
(TemplateNode templateNode) void
appendChildren
(List<TemplateNode> templateNodes) void
appendOption
(String option) void
appendOptionMap
(String value, String label) void
appendOptions
(List<String> options) void
appendOptionsMap
(Map<String, String> optionMap) void
appendSibling
(TemplateNode templateNode) clone()
getAttribute
(String name) getData()
getName()
getType()
getUrl()
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
Methods inherited from class java.util.HashMap
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
Constructor Details
-
TemplateNode
-
-
Method Details