public void onSelectionChange(final SelectionChangeEvent event) {
onSelect(INCLUDE);
}
});
ScrollPanel includeScroller = new ScrollPanel(includeList);
includeScroller.addStyleName("roles-list");
includeScroller.addStyleName("roles-list-assigned");
// excluded roles
CellList<Role> excludeList = new DefaultCellList<Role>(new RoleCell(), keyProvider);
excludeList.setSelectionModel(excludeSelectionModel);