Uses of Interface
de.xima.fc.plugin.gui.IPluginCustomGUIBean
Packages that use IPluginCustomGUIBean
Package
Description
-
Uses of IPluginCustomGUIBean in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type IPluginCustomGUIBeanModifier and TypeMethodDescriptionProcessingBean.getPluginCustomGUIBean()
Deprecated.Getter forIPluginCustomGUIBean
object -
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IPluginCustomGUIBeanModifier and TypeClassDescriptionclass
Deprecated.Use the new workflow engine, see e.g. -
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.config
Methods in de.xima.fc.plugin.config that return types with arguments of type IPluginCustomGUIBeanModifier and TypeMethodDescriptionClass<? extends IPluginCustomGUIBean>
IPluginCustomGUI.getManagedBean()
Deprecated.UseIPluginCustomGUI.getUnmanagedBeans()
, the bean will not be managed, ie. annotations such asPostConstruct
andManagedProperty
will not work.default Iterable<Class<? extends IPluginCustomGUIBean>>
IPluginCustomGUI.getUnmanagedBeans()
Deprecated.