Uses of Enum
de.xima.fc.gui.common.statics.EContentView
Packages that use EContentView
Package
Description
-
Uses of EContentView in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation that return EContentView -
Uses of EContentView in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return EContentViewModifier and TypeMethodDescriptiondefault EContentView
IDesignerConversationEvent.getSourceTabView()
Constructors in de.xima.fc.gui.bean.designer.event with parameters of type EContentViewModifierConstructorDescriptionFormDesignerLangChangedEvent
(EContentView contentView, String language) A new POJO with the given data.FormItemsPersistUpdatedEvent
(EContentView contentView, FormPersistModifications diff, Map<String, XItem> xItems) A new POJO with the given data.FormPersistChangedEvent
(EContentView contentView, FormPersist formPersist) A new POJO with the given data.InsertWorkflowNodeEvent
(EContentView contentView, InsertOrUpdateNodeData data) A new event with the given data.OldWorkflowModifiedEvent
(EContentView contentView, ENodeTypes nodeType, long entityId) Deprecated.PdfImporterItemsRemovedEvent
(EContentView contentView, List<String> pdfImporterIds) A new POJO with the given data.RefactorFormElementNameEvent
(EContentView contentView, String oldName, String newName, boolean renameInWorkflow, boolean renameInProjectJavaScript, boolean renameInProjectStyleSheet) A new POJO with the given data.StateAddedEvent
(EContentView contentView, StateList stateList, WorkflowStateModel addedState, boolean immediate) StateChangedEvent
(EContentView contentView, StateList stateList, WorkflowStateModel changedState, EWorkflowStateModelProperty property, boolean immediate) StateDeletedEvent
(EContentView contentView, StateList stateList, WorkflowStateModel deletedState, boolean immediate) StateListUpdatedEvent
(EContentView contentView, StateList stateList, boolean immediate) Creates a new POJO event with the given data. -
Uses of EContentView in de.xima.fc.gui.bean.designer.handler.event
Constructors in de.xima.fc.gui.bean.designer.handler.event with parameters of type EContentViewModifierConstructorDescriptionGenericDesignerPageConversationEventHandler
(EContentView contentView, BackendViewPushContext viewPushContext) Creates a new event listener. -
Uses of EContentView in de.xima.fc.gui.bean.designer.request
Methods in de.xima.fc.gui.bean.designer.request that return EContentViewModifier and TypeMethodDescriptiondefault EContentView
IDesignerConversationRequest.getSourceTabView()
Constructors in de.xima.fc.gui.bean.designer.request with parameters of type EContentViewModifierConstructorDescriptionAddNewStateRequest
(EContentView contentView, AddNewStateData stateData) A new POJO with the given data.FetchDesignerPlaceholdersRequest
(EContentView sourceContentView, EContentView targetContentView) Creates a new POJO request data object with the given data.FetchWebFormPersistRequest
(EContentView contentView, boolean includePreviewImage) Creates a new POJO request data object with the given data.FetchWorkflowConfigRequest
(EContentView contentView) Creates a new POJO request data object with the given data.FetchWorkflowPersistRequest
(EContentView contentView) Creates a new POJO request data object with the given data.FileUploadedRequest
(EContentView contentView, EDesignerUploadFileSource fileSource, String fileName, byte[] fileContent, String contentType, boolean canAccessPdfImporter) A new POJO with the given data.FindPdfImporterIdsRequest
(EContentView contentView) Creates a new POJO with the given data.InsertFormElementRequest
(EContentView contentView, InsertFormElementData data) Creates a new POJO with the given data.LoadWebFormPersistJsonRequest
(EContentView contentView, String fileName, com.alibaba.fastjson.JSONObject persistJson) Creates a new POJO with the given data.LoadWebFormPersistLivecycleRequest
(EContentView contentView, String fileName, String livecycleXml) Creates a new POJO with the given data.LoadWebFormPersistPdfRequest
(EContentView contentView, String fileName, String importId) Creates a new POJO with the given data.LoadWorkflowPersistRequest
(EContentView contentView, FlowchartSnapshot snapshot) Creates a new POJO with the given data.OpenPdfInlineViaSessionKeyRequest
(EContentView contentView, String sessionKey) Creates a new POJO with the given data. -
Uses of EContentView in de.xima.fc.gui.bean.project
Methods in de.xima.fc.gui.bean.project with parameters of type EContentViewModifier and TypeMethodDescriptionboolean
ProjectPermissionBean.isCanAccessContentView
(Projekt project, EContentView view) Deprecated. -
Uses of EContentView in de.xima.fc.gui.common.statics
Fields in de.xima.fc.gui.common.statics declared as EContentViewModifier and TypeFieldDescriptionstatic EContentView
EContentView.PARENT
The content view that represents the parent designer page, i.e.Methods in de.xima.fc.gui.common.statics that return EContentViewModifier and TypeMethodDescriptionstatic EContentView
static EContentView
static EContentView
Returns the enum constant of this type with the specified name.static EContentView[]
EContentView.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EContentView in de.xima.fc.gui.utils.designer
Methods in de.xima.fc.gui.utils.designer with parameters of type EContentViewModifier and TypeMethodDescriptionstatic TabModel
TabViewActions.findAvailableTabBy
(TabViewModel model, EContentView contentView) static boolean
TabViewActions.isTabClosed
(TabViewModel model, EContentView contentView) static boolean
TabViewActions.isTabOpen
(TabViewModel model, EContentView contentView)