Search in sources :

Example 1 with RouteToTagsEvent

use of de.catma.ui.events.routing.RouteToTagsEvent in project catma by forTEXT.

the class ProjectView method handleTagsetClick.

private void handleTagsetClick(ItemClick<TagsetDefinition> itemClickEvent) {
    if (itemClickEvent.getMouseEventDetails().isDoubleClick()) {
        TagsetDefinition tagset = itemClickEvent.getItem();
        eventBus.post(new RouteToTagsEvent(project, tagset));
    }
}
Also used : TagsetDefinition(de.catma.tag.TagsetDefinition) RouteToTagsEvent(de.catma.ui.events.routing.RouteToTagsEvent)

Aggregations

TagsetDefinition (de.catma.tag.TagsetDefinition)1 RouteToTagsEvent (de.catma.ui.events.routing.RouteToTagsEvent)1