Uses of Interface
de.xima.fc.gui.api.IWidgetConfigProviding
-
Packages that use IWidgetConfigProviding Package Description de.xima.fc.gui.util de.xima.fc.workflow.taglib.component.flowchart -
-
Uses of IWidgetConfigProviding in de.xima.fc.gui.util
Methods in de.xima.fc.gui.util with parameters of type IWidgetConfigProviding Modifier and Type Method Description static <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 IWidgetConfigProviding Modifier and Type Class Description class
Flowchart
Component handler for the flowchart component that can represent a syntax tree-like program as a diagram and also allows editing.class
FlowchartBase
Base class for theFlowchart
component that contains all the getters and setters for the flowchart's attributes.
-