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:
parent
eed7e9796f
commit
6012795d54
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue