Uses of Interface
de.xima.fc.gui.api.IWidgetConfigProviding
Packages that use IWidgetConfigProviding
-
Uses of IWidgetConfigProviding in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util with parameters of type IWidgetConfigProvidingModifier and TypeMethodDescriptionstatic <T> void
ComponentHelper.appendWidgetConfig
(javax.faces.context.FacesContext context, org.primefaces.util.WidgetBuilder wb, IWidgetConfigProviding<T> config) Serializes the given config viaJSON
and appends the result to the widget builder. -
Uses of IWidgetConfigProviding in de.xima.fc.workflow.taglib.component.flowchart
Classes in de.xima.fc.workflow.taglib.component.flowchart that implement IWidgetConfigProvidingModifier and TypeClassDescriptionclass
Component handler for the flowchart component that can represent a syntax tree-like program as a diagram and also allows editing.class
Base class for theFlowchart
component that contains all the getters and setters for the flowchart's attributes.