|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tibco.webcomp.client.WebCompRunner
public class WebCompRunner
Main class that provides API access to TIBCO Web Components.
©2014 Cloud Software Group, Inc.
Constructor Summary | |
---|---|
WebCompRunner()
|
Method Summary | |
---|---|
static boolean |
isLoadComponentReady()
|
static void |
loadComponent(WebCompType componentType,
java.lang.String parentId,
WebCompLoadParams webCompLoadParams,
WebCompLoadCallbackHandler handler)
Loads the Web Component specified by componentName into the DOM container specified by parentId. |
static void |
setLoadReadyCallbackHandler(LoadReadyCallbackHandler handler)
Sets the handler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebCompRunner()
Method Detail |
---|
public static boolean isLoadComponentReady()
loadComponent(WebCompType, String, WebCompLoadParams, WebCompLoadCallbackHandler)
setLoadReadyCallbackHandler(LoadReadyCallbackHandler)
public static void setLoadReadyCallbackHandler(LoadReadyCallbackHandler handler)
handler
- isLoadComponentReady()
public static void loadComponent(WebCompType componentType, java.lang.String parentId, WebCompLoadParams webCompLoadParams, WebCompLoadCallbackHandler handler)
componentType
- the type of WebComp to loadparentId
- the id of the parent DOM container to load the component intowebCompLoadParams
- used to set any params controlling how the component loadshandler
- callback handler
WebCompRuntimeException
- if isLoadComponentReady != true when calledisLoadComponentReady()
,
setLoadReadyCallbackHandler(LoadReadyCallbackHandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |