public class TrainingCourseAppViewController extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.HandlerManager |
eventBus
The event bus.
|
| Constructor and Description |
|---|
TrainingCourseAppViewController(com.google.gwt.event.shared.HandlerManager eventBus)
Instantiates a new training course app view controller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bindEvents()
Bind events.
|
MainPanelView |
getMainPanel()
Gets the main panel.
|
void |
loadResourceExplorer(String workspaceFolderId)
Load resource explorer.
|
void |
resetViewComponents()
Reset main panel.
|
void |
updateListOfCourses(List<TrainingCourseObj> result)
Update list of courses.
|
void |
updateProjectInfo(TrainingCourseObj project)
Update project info.
|
void |
updateViewSize(int width,
int height)
Update view size.
|
public static com.google.gwt.event.shared.HandlerManager eventBus
public TrainingCourseAppViewController(com.google.gwt.event.shared.HandlerManager eventBus)
eventBus - the event buspublic MainPanelView getMainPanel()
public void updateViewSize(int width,
int height)
width - the widthheight - the heightpublic void updateListOfCourses(List<TrainingCourseObj> result)
result - the resultpublic void bindEvents()
public void updateProjectInfo(TrainingCourseObj project)
project - the projectpublic void resetViewComponents()
public void loadResourceExplorer(String workspaceFolderId)
workspaceFolderId - the workspace folder idCopyright © 2018. All Rights Reserved.