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 TypeMethodDescriptionvoidappendChild(TemplateNode templateNode) voidappendChildren(List<TemplateNode> templateNodes) voidappendOption(String option) voidappendOptionMap(String value, String label) voidappendOptions(List<String> options) voidappendOptionsMap(Map<String, String> optionMap) voidappendSibling(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, valuesMethods inherited from class java.util.HashMap
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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