Class Toolbar
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<K,V>
-
- net.n2oapp.framework.api.metadata.local.util.StrictMap<java.lang.String,java.util.List<Group>>
-
- net.n2oapp.framework.api.metadata.meta.toolbar.Toolbar
-
-
Constructor Summary
Constructors Constructor Description Toolbar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractButtongetButton(java.lang.String id)Найти кнопку в тулбаре по идентификаторуGroupgetGroup(int index)-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getButton
public AbstractButton getButton(java.lang.String id)
Найти кнопку в тулбаре по идентификатору- Parameters:
id- Идентификатор- Returns:
- Кнопка
-
getGroup
public Group getGroup(int index)
-
-