QueueListComponent now extends XulElement

* This is required if we want to use our mold instead of the default for the zk.Macro widget-class
* we could have also overwritten the getWidgetClass for achiving a similar behaviour

FEA: ItEr02S03MigracionZK5
This commit is contained in:
Farruco Sanjurjo 2010-08-24 11:40:22 +02:00 committed by Óscar González Fernández
parent eed7e9796f
commit 6012795d54

View file

@ -32,8 +32,8 @@ import org.zkoss.ganttz.timetracker.zoom.IZoomLevelChangedListener;
import org.zkoss.ganttz.timetracker.zoom.ZoomLevel;
import org.zkoss.ganttz.util.MutableTreeModel;
import org.zkoss.zk.au.out.AuInvoke;
import org.zkoss.zk.ui.HtmlMacroComponent;
import org.zkoss.zk.ui.ext.AfterCompose;
import org.zkoss.zul.impl.XulElement;
/**
* Component to include a list of {@link LimitingResourceQueue} inside the {@link LimitingResourcesPanel}
@ -41,7 +41,7 @@ import org.zkoss.zk.ui.ext.AfterCompose;
* @author Lorenzo Tilve Álvaro <ltilve@igalia.com>
* @author Diego Pino Garcia <dpino@igalia.com>
*/
public class QueueListComponent extends HtmlMacroComponent implements
public class QueueListComponent extends XulElement implements
AfterCompose {
private final LimitingResourcesPanel limitingResourcesPanel;