@Override
public void onClick(AjaxRequestTarget target) {
popupWindow.setInitialHeight( 375 );
popupWindow.setInitialWidth( 525 );
popupWindow.setTitle(new ParamResourceModel("chooseStyle", this));
popupWindow.setContent( new StyleListPanel( popupWindow.getContentId() ) {
@Override
protected void handleStyle(StyleInfo style, AjaxRequestTarget target) {
popupWindow.close( target );
LayerGroupEntry entry = (LayerGroupEntry) itemModel.getObject();