Class TemplateNode
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,,Object> SequencedMap<String,Object>
- Author:
- Alexander Chow, Raymond Augé
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
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, newLinkedHashMap, putFirst, putLast, removeEldestEntry, replaceAll, reversed, sequencedEntrySet, sequencedKeySet, sequencedValues, valuesMethods inherited from class java.util.HashMap
compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, newHashMap, 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, sizeMethods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry
-
Constructor Details
-
TemplateNode
-
-
Method Details