Searched refs:getInternalUiAttributes (Results 1 – 1 of 1) sorted by relevance
202 private HashMap<AttributeDescriptor, UiAttributeNode> getInternalUiAttributes() { in getInternalUiAttributes() method in UiElementNode614 new ArrayList<UiAttributeNode>(getInternalUiAttributes().values()); in getAllUiAttributes()818 return getInternalUiAttributes().get(attrDesc); in findUiAttribute()1069 UiAttributeNode uiAttr = getInternalUiAttributes().get(attrDesc); in createXmlNode()1423 for (UiAttributeNode uiAttr : getInternalUiAttributes().values()) { in updateAttributeList()1853 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getAttributeValue()1884 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyDescriptors()1915 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in getPropertyValue()1939 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in isPropertySet()1965 HashMap<AttributeDescriptor, UiAttributeNode> attributeMap = getInternalUiAttributes(); in resetPropertyValue()[all …]