Uses of Interface
de.xima.fc.gui.iface.IIdChainProviding
-
Packages that use IIdChainProviding Package Description de.xima.fc.gui.listener de.xima.fc.gui.util de.xima.fc.workflow.taglib.component.flowchart -
-
Uses of IIdChainProviding in de.xima.fc.gui.listener
Classes in de.xima.fc.gui.listener that implement IIdChainProviding Modifier and Type Class Description class
PartialRenderListener<T extends javax.faces.component.UIComponent>
Must be registered for aPreRenderViewEvent
. -
Uses of IIdChainProviding in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util with type parameters of type IIdChainProviding Modifier and Type Method Description static <T extends javax.faces.event.SystemEventListener & IIdChainProviding>
voidComponentHelper. removeViewListeners(javax.faces.context.FacesContext context, Class<? extends javax.faces.event.SystemEvent> systemEventType, Class<T> listenerType, javax.faces.component.UIComponent component)
-
Uses of IIdChainProviding in de.xima.fc.workflow.taglib.component.flowchart
Classes in de.xima.fc.workflow.taglib.component.flowchart that implement IIdChainProviding 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.
-