* This components will be used when creating dependencies on a project instead of DependencyComponent (which has a counterpart on the model)
FEA: ItEr02S03MigracionZK5
* Most content has been refactored from DependencyComponent
* This will be used by DependencyComponent and other Dependency-like components (for example when creating a dependency)
FEA:ItEr02S03MigracionZK5
* As this $supers call was missing the children wasn't added to the parent's children array, it was just inserted at the DOM
FEA: ItEr02S03MigracionZK5
* This type is used now on zAu requests when sending an array
* Also deleted "stripPX" methods as now the coordinates are sent without "px" sufix
FEA: ItEr02S03MigracionZK5
* This is expected to be a place to put common utilities used by other classes. In order to use it, you have to give it as a dependency on the zk.wpd of the package that uses it
* This is experimental, might be deleted on following commits
FEA : ItEr02S03MigracionZK5
* It'll define setters and getters for: _idTaskOrig, _idTaskEnd and _dependencyType
* It also includes a "draw" placeholder method to avoid an exception
FEA: ItEr02S03MigracionZK5
The exception produced is:
org.zkoss.zk.ui.UiException: Widget class required for <Timeplot z_d__87> with default
at org.zkoss.zk.ui.AbstractComponent.redraw(AbstractComponent.java:1681)
The root cause is that timeplotz lang-addon.xml file is not loaded due
to a version missmatch. From startup log:
Aug 26, 2010 8:21:27 PM org.zkoss.zk.ui.sys.ConfigParser checkVersion:120
INFO: Ignore jar:file:/home/ogonzalez/.m2/repository/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50.jar!/metainfo/zk/lang-addon.xml
Cause: version not matched; expected=1.1_50-FL, xml=1.1_50
FEA: ItEr02S03MigracionZK5
* This methods replace show/hideAllToolTips as using that name was misleading because there are other methods called show/hideToolTip (at TaskComponent.js) that do different stuff
FEA: ItEr02S03MigracionZK5
* Notice that instead of extending from zk.Widget we are extending from ganttz.TaskComponent as the behaviour (properties and methods) is the same
FEA: ItEr02S03MigracionZK5
* 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
* Replaced queue-component.js content as it was using the wrong one
* Created getter and setter for "resourceName" propertie
FEA: ItEr02S03MigracionZK5
* If the zk.Object.$init is overwritten, whereever we overwritte it we must invoke the overwritten method with the parameters provided.
If we don't do that, for example, we will lose the uuid provided by the component at the server
FEA: ItEr02S03MigracionZK5