Method Summary |
|
public KeTreeElement | pcmf_addListener(String xPage, String xPath, IUnGuiEventListener xListener) |
public KeTreeElement | pcmf_addListener(String xPath, IUnGuiEventListener xListener) |
public void | pcmf_addMappingListener(IUnMappingEventListener xListen)
Adds a mapping listener to the application. |
public IUnPage | pcmf_addPage(String xName, IUnPage xPage)
Adds a page to the application. |
public void | pcmf_beginSessionTR() |
public void | pcmf_clearSubmitValues() |
public void | pcmf_close() |
public void | pcmf_commitSessionTR() |
public PcProcess | pcmf_detachService()
Removes the service from the application without killing it. |
public void | pcmf_disableLazyWidgets() |
public Object | pcmf_execView()
renders the current page
the channel specific render-information. |
public UnComponent | pcmf_getActive() |
public int | pcmf_getApplType() |
public boolean | pcmf_getClientPoll() |
public UnComponentFactory | pcmf_getComponentFactory() |
public HashMap | pcmf_getContext()
Gets the application-context, which means that all objects which are
associated to the application are collected within an instance of a
HashMap.
map with all associated objects. |
public String | pcmf_getCurrentTemplateKitName() |
public String | pcmf_getExternalCss() |
public boolean | pcmf_getGenerateReshapeEvents() |
public String | pcmf_getHostName() |
public IUnMenu | pcmf_getMainMenu() |
public int | pcmf_getPort() |
public String | pcmf_getProtocol() |
public String | pcmf_getRole() |
public String | pcmf_getRootUrl() |
public PcProcess | pcmf_getService() |
public IHoSession | pcmf_getSession() |
public WfState | pcmf_getState()
Sets the state of the workflow-statemachine. |
public UnComponent | pcmf_getUnComponent() |
public String | pcmf_getUser() |
public boolean | pcmf_isCssSupported() |
public boolean | pcmf_isEventBubbling()
Do events bubble up the component tree (default true). |
public boolean | pcmf_isMDI()
Is the application-instance-client in mdi-mode or not. |
public Object | pcmf_persist() |
public void | pcmf_playback() |
public void | pcmf_playback(String xSession) |
public void | pcmf_prePersit() |
public void | pcmf_record(boolean xRecord) |
public void | pcmf_refreshSession() |
public void | pcmf_removeMappingListener(IUnMappingEventListener xListen)
Removes a mapping listener from the application. |
public void | pcmf_resumed() |
public void | pcmf_rollbackSessionTR() |
public UnComponent | pcmf_setActive(String xName)
Sets the specified page active. |
public void | pcmf_setApplWinSize(int xWi, int xHi) |
public void | pcmf_setComponentFactory(UnComponentFactory xFact)
Sets the gui-object-factory which is associated to this
application-instance. |
public void | pcmf_setEventBubbling(boolean xBubble)
Sets whether events bubble up the component tree or not. |
public void | pcmf_setExternalCss(String xCss) |
public void | pcmf_setGenerateReshapeEvents(boolean xReshapes)
If a dialog is used within a mdi environment it may be reshaped. |
public void | pcmf_setHostName(String xHost)
Sets the host/domain name of an application. |
public void | pcmf_setHttpPort(int xPort)
Sets the communication port of the application. |
public void | pcmf_setIcon(String xName)
Sets the icon which is displayed in the clients main-window. |
public void | pcmf_setInPlayBack(boolean xIn) |
public void | pcmf_setInitFct(IKeExecutable xInit) |
public void | pcmf_setMainMenu(IUnMenu xMainMenu) |
public void | pcmf_setProtocol(String xProto) |
public void | pcmf_setResumeHandler(IKeExecutable xResHdl) |
public String | pcmf_setRole(String xRole) |
public void | pcmf_setRootUrl(String xUrl)
Sets the URL of the application. |
public void | pcmf_setService(IKeExecutable xServiceFct, int xPollService, int xRefresh)
Sets a background processing function to the application. |
public void | pcmf_setServiceProcess(PcProcess xServiceProc, int xRefresh)
Sets a background processing process (see process documentation for more
information) to the application. |
public void | pcmf_setState(WfState xState)
Sets the statemachine which rules the workflow of the application. |
public String | pcmf_setUser(String xUser)
Sets the current user-name. |
public void | pcmf_show() |
public void | pcmf_startClientPoll(int xPollTime) |
public void | pcmf_stopClientPoll() |
public void | pcmf_toLastCheckPoint()
Every time the persist method is called a checkpoint is set in the HO
session recording. |
public void | pcmf_work(Object xReq, Object xResp, boolean xRobust)
Executes a client-request
Parameters: xReq - channel specific request-object Parameters: xResp - channel specific response-object Parameters: xRobust - true indicates the all exceptions will be catched within thefunction. |