|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.webdesigner.presentation.gwt.client.designer.DesignerController
public class DesignerController
Controller that exposes the main functionalities for the designer
| Constructor Summary | |
|---|---|
DesignerController(Designer designer)
|
|
| Method Summary | |
|---|---|
void |
activateDrawingPanelById(java.lang.String id)
|
Designer |
getDesigner()
|
DesignerModel |
getModel()
|
void |
loadDiagram(DiagramSyntax syntax,
SyntaxModel model)
Loads a new diagram in a new tab |
void |
mask()
|
void |
mask(java.lang.String msg)
|
void |
maskActiveDrawingPanel()
Masks the DrawingPanel/Tab that currently has the focus |
void |
maskActiveDrawingPanel(java.lang.String msg)
Masks the DrawingPanel/Tab that currently has the focus |
void |
refreshDiagram(java.lang.String id,
SyntaxModel model,
boolean activate)
Reload a diagram with a specific id with the specified model |
void |
showError(java.lang.String msg)
|
void |
showInfo(java.lang.String msg)
|
void |
unmask()
|
void |
unmaskActiveDrawingPanel()
Unmask the DrawingPanel/Tab that currently has the focus |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DesignerController(Designer designer)
| Method Detail |
|---|
public void loadDiagram(DiagramSyntax syntax,
SyntaxModel model)
syntax - model -
public void refreshDiagram(java.lang.String id,
SyntaxModel model,
boolean activate)
id - of the syntaxmodel diagram that should already be loadedmodel - the new model to displayactivate - if True the tab will be activatedpublic void activateDrawingPanelById(java.lang.String id)
public void showInfo(java.lang.String msg)
public void showError(java.lang.String msg)
public void mask()
public void mask(java.lang.String msg)
public void unmask()
public void maskActiveDrawingPanel()
public void maskActiveDrawingPanel(java.lang.String msg)
msg - Message to displaypublic void unmaskActiveDrawingPanel()
public DesignerModel getModel()
public Designer getDesigner()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||