Uses of Interface
de.xima.fc.gui.common.interfaces.IDataContainer
-
-
Uses of IDataContainer in de.xima.fc.gui.bean.project
Classes in de.xima.fc.gui.bean.project that implement IDataContainer Modifier and Type Class Description class
CurrentProjectBean
Deprecated.Replaced byProjectPageBean
. -
Uses of IDataContainer in de.xima.fc.gui.bean.templates
Classes in de.xima.fc.gui.bean.templates that implement IDataContainer Modifier and Type Class Description class
TemplatesBean
Bean für die aktuelle Session und deren Informationen -
Uses of IDataContainer in de.xima.fc.gui.common.interfaces
Subinterfaces of IDataContainer in de.xima.fc.gui.common.interfaces Modifier and Type Interface Description interface
IEntityWrapper<T extends ITransferableEntity>
Common interface for entity wrappers -
Uses of IDataContainer in de.xima.fc.gui.model.impex
Classes in de.xima.fc.gui.model.impex that implement IDataContainer Modifier and Type Class Description class
EntityExportWrapper
class
ImportConfigWrapper
Wrapper class forIEntityImportConfig
s so additional information can be displayed. -
Uses of IDataContainer in de.xima.fc.gui.model.project
Classes in de.xima.fc.gui.model.project that implement IDataContainer Modifier and Type Class Description class
ProjectWrapper
Wrapper model for projects in a user sessions. -
Uses of IDataContainer in de.xima.fc.inbox.bean
Classes in de.xima.fc.inbox.bean that implement IDataContainer Modifier and Type Class Description class
AppointmentScheduleBean
Bean for the appointment schedule view in the inbox.class
ProcessAttachmentBean
class
ProcessHistoryBean
class
ProcessListBean
Bean for the process list view, either the standard inbox view or the form-specific inbox view.Methods in de.xima.fc.inbox.bean with parameters of type IDataContainer Modifier and Type Method Description void
ProcessReviewBean. setExternalDataConatiner(IDataContainer externalDataConatiner)
-
Uses of IDataContainer in de.xima.fc.inbox.bean.filter
Classes in de.xima.fc.inbox.bean.filter that implement IDataContainer Modifier and Type Class Description class
AppointmentFilterBean
Bean that keeps a list of available appointment tempplates, shown in the sidebar menu to the left.class
InboxFilterBean
class
ViewFilterBean
Bean that keeps a list of available form-specific inbox views, shown in the sidebar menu to the left.
-