msgs.setLastText(msgs.getLastText() == null ? msg.pagingToolBar_lastText() : msgs.getLastText());
msgs.setBeforePageText(msgs.getBeforePageText() == null ? msg.pagingToolBar_beforePageText()
: msgs.getBeforePageText());
msgs.setEmptyMsg(msgs.getEmptyMsg() == null ? msg.pagingToolBar_emptyMsg() : msgs.getEmptyMsg());
toolBar = new ToolBar();
first = new TextToolItem();
first.setIconStyle("x-tbar-page-first");
if (showToolTips) first.setToolTip(msgs.getFirstText());
first.addSelectionListener(new SelectionListener<ComponentEvent>() {