addCategoryOptions(categoryItem);
}
private void addCategoryAnchor(final ListItem<Entry<String, Entry<Class<?>, Object>>> categoryItem) {
final String categoryName = categoryItem.getModelObject().getKey();
final Anchor anchor = new Anchor("anchorName", categoryName);
categoryItem.add(anchor);
}
private void addCategoryOptions(final ListItem<Entry<String, Entry<Class<?>, Object>>> categoryItem) {
final DisplayOptionsMapPanel optionsPanel = new DisplayOptionsMapPanel("category");