| java.lang.Object org.drools.brms.client.JBRMSEntryPoint
JBRMSEntryPoint | public class JBRMSEntryPoint implements EntryPoint,HistoryListener(Code) | | This is the main launching/entry point for the JBRMS web console.
It essentially sets the initial layout.
If you hadn't noticed, this is using GWT from google. Refer to GWT docs
if GWT is new to you (it is quite a different way of building web apps).
|
onHistoryChanged | public void onHistoryChanged(String token)(Code) | | |
onModuleLoad | public void onModuleLoad()(Code) | | |
show | public void show(ComponentInfo info, boolean affectHistory)(Code) | | |
|
|