Uses of Class
de.xima.fc.gui.common.statics.EContentView
-
-
Uses of EContentView in de.xima.fc.gui.bean.designer.conversation
Methods in de.xima.fc.gui.bean.designer.conversation that return EContentView Modifier and Type Method Description EContentView
DesignerPageBean. getContentView()
-
Uses of EContentView in de.xima.fc.gui.bean.designer.event
Methods in de.xima.fc.gui.bean.designer.event that return EContentView Modifier and Type Method Description default EContentView
IDesignerConversationEvent. getSourceTabView()
Constructors in de.xima.fc.gui.bean.designer.event with parameters of type EContentView Constructor Description FormDesignerLangChangedEvent(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)
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 EContentView Constructor Description GenericDesignerPageConversationEventHandler(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 EContentView Modifier and Type Method Description default EContentView
IDesignerConversationRequest. getSourceTabView()
Constructors in de.xima.fc.gui.bean.designer.request with parameters of type EContentView Constructor Description AddNewStateRequest(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)
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.LoadWorkflowPersistRequest(EContentView contentView, FlowchartSnapshot snapshot)
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 EContentView Modifier and Type Method Description boolean
ProjectPermissionBean. isCanAccessContentView(Projekt project, EContentView view)
-
Uses of EContentView in de.xima.fc.gui.common.statics
Fields in de.xima.fc.gui.common.statics declared as EContentView Modifier and Type Field Description static EContentView
EContentView. PARENT
The content view that represents the parent designer page, i.e.Methods in de.xima.fc.gui.common.statics that return EContentView Modifier and Type Method Description static EContentView
EContentView. getById(String id)
static EContentView
EContentView. getByUri(String uri)
static EContentView
EContentView. valueOf(String name)
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 EContentView Modifier and Type Method Description static TabModel
TabViewActions. findAvailableTabBy(TabViewModel model, EContentView contentView)
static boolean
TabViewActions. isTabClosed(TabViewModel model, EContentView contentView)
static boolean
TabViewActions. isTabOpen(TabViewModel model, EContentView contentView)
-