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 forIPluginCustomGUIBeanobject -
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.abstracts
Classes in de.xima.fc.plugin.abstracts that implement IPluginCustomGUIBeanModifier and TypeClassDescriptionclassDeprecated.Use the new workflow engine, see e.g. -
Uses of IPluginCustomGUIBean in de.xima.fc.plugin.config
Subinterfaces with type arguments of type IPluginCustomGUIBean in de.xima.fc.plugin.configModifier and TypeInterfaceDescriptioninterfaceDeprecated.Use the new workflow engine, e.g.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 asPostConstructandManagedPropertywill not work.default Iterable<Class<? extends IPluginCustomGUIBean>> IPluginCustomGUI.getUnmanagedBeans()Deprecated.