Uses of Interface
de.xima.fc.gui.common.interfaces.event.IApplicationEvent
-
-
Uses of IApplicationEvent in de.xima.fc.gui.bean.designer.event
Subinterfaces of IApplicationEvent in de.xima.fc.gui.bean.designer.event Modifier and Type Interface Description interface
IDesignerConversationEvent
Base interface for all designer conversation events.Classes in de.xima.fc.gui.bean.designer.event that implement IApplicationEvent Modifier and Type Class Description class
FormDesignerLangChangedEvent
When the language used to edit the form has changed.class
FormItemsPersistUpdatedEvent
When the persist JSON of a single items was modified.class
FormPersistChangedEvent
When the persist JSON was modified of the entire form was modified.class
InsertWorkflowNodeEvent
When a new action needs to be created in the workflow flowchart.class
OldWorkflowModifiedEvent
When a new action needs to be created in the workflow flowchart.class
PdfImporterItemsRemovedEvent
When one or more items were deleted in the designer that were originally imported from a PDF document.class
RefactorFormElementNameEvent
Event that is triggered when the name of a form element was refactored.class
StateAddedEvent
When the state list was updated in the workflow designer.class
StateChangedEvent
When the state list was updated in the workflow designer.class
StateDeletedEvent
When the state list was updated in the workflow designer.class
StateListUpdatedEvent
When the state list was updated in the workflow designer. -
Uses of IApplicationEvent in de.xima.fc.gui.common.bean.eventbus
Methods in de.xima.fc.gui.common.bean.eventbus with parameters of type IApplicationEvent Modifier and Type Method Description void
ApplicationEventBusBean. post(IApplicationEvent event)
-
Uses of IApplicationEvent in de.xima.fc.gui.common.event
Classes in de.xima.fc.gui.common.event that implement IApplicationEvent Modifier and Type Class Description class
ApplicationPropertiesChangedEvent
class
LoginEvent
class
PasswordPolicyChangeEvent
class
ProjectUpdatedEvent
Event signaling that the data of a project have changed.class
TreeSelectChangeEvent
An event that is fired when the currently selected tree node (workflow) is changed.class
ViewInitializationEvent
-
Uses of IApplicationEvent in de.xima.fc.gui.common.interfaces.event
Subinterfaces of IApplicationEvent in de.xima.fc.gui.common.interfaces.event Modifier and Type Interface Description interface
ISessionConversationEvent
Event forConversationScoped
beans that limit their conversation to a particular session.interface
ISessionEvent
interface
IViewEvent
-
Uses of IApplicationEvent in de.xima.fc.gui.event.entity
Classes in de.xima.fc.gui.event.entity that implement IApplicationEvent Modifier and Type Class Description class
AppointmentTemplateModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
ClientCounterModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
ClientResourceModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
DatabaseConnectionModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
DataSourceModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
InboxModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
LdapConnectionModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
LdapQueryModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
ProjectResourceModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
TextTemplateModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
UserGroupModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
UserModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted.class
WebDavConnectionModifiedEvent
Event for when an entity was modified, either when it was created, updated, or deleted. -
Uses of IApplicationEvent in de.xima.fc.gui.interfaces.event
Subinterfaces of IApplicationEvent in de.xima.fc.gui.interfaces.event Modifier and Type Interface Description interface
IEntityModifiedEvent<E extends de.xima.cmn.dao.interfaces.IEntity<Long>>
Interface for events that occur when an entity was changed.
-