Uses of Interface
de.xima.fc.gui.interfaces.data.IUpdatable
-
-
Uses of IUpdatable in de.xima.fc.gui.bean.data
Classes in de.xima.fc.gui.bean.data that implement IUpdatable Modifier and Type Class Description class
ClientCounterConfigBean.EntityListModelImpl
class
DataSourcesBean.EntityListModelImpl
class
DbConnectionBean.EntityListModelImpl
class
DbQueryBean.EntityListModelImpl
class
LdapConnectionBean.EntityListModelImpl
class
LdapQueryBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.inbox
Classes in de.xima.fc.gui.bean.inbox that implement IUpdatable Modifier and Type Class Description class
InboxBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.mfserver
Classes in de.xima.fc.gui.bean.mfserver that implement IUpdatable Modifier and Type Class Description class
MandantFrontendServerBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.project
Classes in de.xima.fc.gui.bean.project that implement IUpdatable Modifier and Type Class Description class
ProjectBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.resource
Classes in de.xima.fc.gui.bean.resource that implement IUpdatable Modifier and Type Class Description class
ClientResourceBean.EntityListModelImpl
class
ProjectResourceBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.settings
Classes in de.xima.fc.gui.bean.settings that implement IUpdatable Modifier and Type Class Description class
ClientBean.EntityListModelImpl
class
ExternalUserSystemBean.EntityListModelImpl<T extends ITransferableEntity>
class
FrontendServerBean.EntityListModelImpl
class
LicenseBean.EntityListModelImpl
class
SystemMessagesBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.templates
Classes in de.xima.fc.gui.bean.templates that implement IUpdatable Modifier and Type Class Description class
TemplatesBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.user
Classes in de.xima.fc.gui.bean.user that implement IUpdatable Modifier and Type Class Description class
ExternalUserClientBean.EntityListModelImpl<T extends ITransferableEntity>
class
LDAPGroupBean.EntityListModelImpl
class
UserBean.EntityListModelImpl
class
UserGroupBean.EntityListModelImpl
class
UserRoleBean.EntityListModelImpl
-
Uses of IUpdatable in de.xima.fc.gui.bean.workflow
Classes in de.xima.fc.gui.bean.workflow that implement IUpdatable Modifier and Type Class Description class
StateTreeBean
Deprecated.Use the new workflow engine. -
Uses of IUpdatable in de.xima.fc.gui.interfaces.data
Subinterfaces of IUpdatable in de.xima.fc.gui.interfaces.data Modifier and Type Interface Description interface
IEntityListModel<T extends ITransferableEntity>
Describes a list of entities of which one can be selected.interface
IEntityListModelSelectByView<T extends ITransferableEntity>
-
Uses of IUpdatable in de.xima.fc.gui.model.appointment
Classes in de.xima.fc.gui.model.appointment that implement IUpdatable Modifier and Type Class Description class
AppointmentTemplateListModel
The view model for theAppointmentTemplate
- the backend menu for configuring the appointments. -
Uses of IUpdatable in de.xima.fc.gui.model.data
Classes in de.xima.fc.gui.model.data that implement IUpdatable Modifier and Type Class Description class
EntityListModel<T extends ITransferableEntity>
class
EntityListModelSelectByView<T extends ITransferableEntity>
Extends theEntityListModel
and adds functionality for memorizing the currently selected entity for the duration of the current session.
-