| | |
| | | } |
| | | } |
| | | } |
| | | if (customAttrNames.size() > 0) |
| | | if (!customAttrNames.isEmpty()) |
| | | { |
| | | newElements.add(new CategorizedComboBoxElement(CUSTOM_ATTRIBUTES, CategorizedComboBoxElement.Type.CATEGORY)); |
| | | for (String attrName : customAttrNames) |
| | |
| | | newElements.add(new CategorizedComboBoxElement(attrName, CategorizedComboBoxElement.Type.REGULAR)); |
| | | } |
| | | } |
| | | if (standardAttrNames.size() > 0) |
| | | if (!standardAttrNames.isEmpty()) |
| | | { |
| | | newElements.add(new CategorizedComboBoxElement(STANDARD_ATTRIBUTES, CategorizedComboBoxElement.Type.CATEGORY)); |
| | | for (String attrName : standardAttrNames) |