-
Methods Method Description com.im.ijc.core.api.util.IJCCoreUtils.computeCommonVS(IJCWidgetCookie) will be removed after IJC 5.12 version. UseIJCWidget.getVertexState()
instead.com.im.ijc.core.api.util.IJCCoreUtils.computeFields(IJCWidgetCookie, boolean, boolean) com.im.ijc.core.api.util.IJCCoreUtils.convertListValues(DFField, DFField, List<? extends Object>, boolean, DFEnvironmentRO) Deprecated since 6.2. UseDFLists#convertListValues
.Convert list of values of sourceField to values for targetField.
com.im.ijc.core.api.util.IJCCoreUtils.setNewSelection(DFResultSet.VertexState, SelectionDescription, boolean) The synchronous selection update is not reliable. If there are already queued updates, the method may wait only for the previous update. Moreover, there is no guarantee of the state ofDFResultSet.VertexState
when this method finishes. If there is another updater scheduled after this one, you may see the other task already performed. The synchronous update is "best effort". It will work well in an uncontended environment but you shouldn't rely on it.com.im.ijc.core.api.views.IJCWidgetFactoriesProvider.FactoryInfo.getImage16() UseImageUtilities.loadImage(java.lang.String)
(IJCWidgetFactoriesProvider.FactoryInfo.getIconBaseWithExtension()
).