CommandButtonConfigurer
Sets a custom icon (arrow down), and the text is shown before the icon. @author Keith Donald
145146147148149150151
protected CommandButtonConfigurer createMenuItemButtonConfigurer() { return new MenuItemButtonConfigurer(); } protected CommandButtonConfigurer createPullDownMenuButtonConfigurer() { return new PullDownMenuButtonConfigurer(); }