public class AddExpressionDialogManager extends Object implements org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification.ExpressionWrapperNotificationListener
| Constructor and Description |
|---|
AddExpressionDialogManager(TdColumnDefinition col,
List<TdColumnDefinition> otherColumns,
com.google.web.bindery.event.shared.EventBus bus,
TemplatePanel templatePanel)
Instantiates a new adds the expression dialog manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aborted() |
void |
failed(Throwable throwable) |
com.google.web.bindery.event.shared.EventBus |
getBus() |
TdColumnDefinition |
getColumn() |
List<TdColumnDefinition> |
getOtherColumns() |
TemplateExpression |
getReplaceExpression() |
org.gcube.portlets.user.td.expressionwidget.client.ReplaceExpressionDialog |
getReplaceExpressionDlg() |
void |
onExpression(org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification expressionWrapperNotification) |
void |
resetTemplateExpression() |
void |
showDialog() |
public AddExpressionDialogManager(TdColumnDefinition col, List<TdColumnDefinition> otherColumns, com.google.web.bindery.event.shared.EventBus bus, TemplatePanel templatePanel)
col - the columnotherColumns - the other columnsbus - the bustemplatePanel - public TdColumnDefinition getColumn()
public org.gcube.portlets.user.td.expressionwidget.client.ReplaceExpressionDialog getReplaceExpressionDlg()
public void showDialog()
public com.google.web.bindery.event.shared.EventBus getBus()
public List<TdColumnDefinition> getOtherColumns()
public void onExpression(org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification expressionWrapperNotification)
onExpression in interface org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification.ExpressionWrapperNotificationListenerpublic void aborted()
aborted in interface org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification.ExpressionWrapperNotificationListenerpublic void failed(Throwable throwable)
failed in interface org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification.ExpressionWrapperNotificationListenerpublic TemplateExpression getReplaceExpression()
public void resetTemplateExpression()
Copyright © 2017. All Rights Reserved.