Uses of Interface
de.xima.fc.gui.iface.IClientIdProviding
-
Packages that use IClientIdProviding Package Description de.xima.fc.gui.listener de.xima.fc.workflow.taglib.component.flowchart -
-
Uses of IClientIdProviding in de.xima.fc.gui.listener
Classes in de.xima.fc.gui.listener that implement IClientIdProviding Modifier and Type Class Description class
PartialRenderListener<T extends javax.faces.component.UIComponent>
Must be registered for aPreRenderViewEvent
. -
Uses of IClientIdProviding in de.xima.fc.workflow.taglib.component.flowchart
Classes in de.xima.fc.workflow.taglib.component.flowchart that implement IClientIdProviding Modifier and Type Class Description static class
FlowchartRenderer.FlowchartPartialRenderListener
Partial renderer listener for updating the flowchart via a script instead of replacing the entire DOM element.
-