public WflSelectAllAction(WflContainerControl control, boolean showText) { super(name, WflUtil.createImageIcon(WflConstants.ICON_SELECT_ALL)); this.control = control; String n = showText ? "Seleccionar todo" : null; init(n); }
public WflSelectAllAction(WflContainerControl control, String text) { super(name, WflUtil.createImageIcon(WflConstants.ICON_SELECT_ALL)); this.control = control; init(text); }