org.jbpm.console.ng.bh.client.editors.home
Class HomePresenter
java.lang.Object
org.jbpm.console.ng.bh.client.editors.home.HomePresenter
@Dependent
public class HomePresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomePresenter
public HomePresenter()
init
@PostConstruct
public void init()
getTitle
public String getTitle()
getView
public org.uberfire.client.mvp.UberView<HomePresenter> getView()
doAction
public void doAction(String action)
onReveal
public void onReveal()
discover
@EventHandler(value="discoverLabel")
public void discover()
design
@EventHandler(value="designLabel")
public void design()
deploy
@EventHandler(value="deployLabel")
public void deploy()
work
@EventHandler(value="workLabel")
public void work()
monitor
@EventHandler(value="monitorLabel")
public void monitor()
improve
@EventHandler(value="improveLabel")
public void improve()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.