public class ExpressionDialogCaller extends Object implements org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification.ExpressionWrapperNotificationListener
| Constructor and Description |
|---|
ExpressionDialogCaller(String columnId,
String columnType,
String dataType,
com.google.web.bindery.event.shared.EventBus bus,
int columnIndex,
String columnLabel)
Instantiates a new expression dialog caller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
aborted() |
void |
failed(Throwable throwable) |
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType |
getColumnDataType()
Gets the column data type.
|
String |
getColumnId()
Gets the column id.
|
String |
getColumnType()
Gets the column type.
|
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode |
getColumnTypeCode()
Gets the column type code.
|
String |
getDataType()
Gets the data type.
|
org.gcube.portlets.user.td.expressionwidget.client.TemplateColumnExpressionDialog |
getExpressionDialog()
Gets the expression dialog.
|
static void |
main(String[] args)
The main method.
|
void |
onExpression(org.gcube.portlets.user.td.expressionwidget.client.notification.ExpressionWrapperNotification expressionWrapperNotification) |
String |
toString() |
public ExpressionDialogCaller(String columnId, String columnType, String dataType, com.google.web.bindery.event.shared.EventBus bus, int columnIndex, String columnLabel) throws Exception
columnId - the column idcolumnType - the column typedataType - the data typecolumnIndex - the column indexException - the exceptionpublic String getColumnId()
public String getColumnType()
public String getDataType()
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnTypeCode getColumnTypeCode()
public org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnDataType getColumnDataType()
public org.gcube.portlets.user.td.expressionwidget.client.TemplateColumnExpressionDialog getExpressionDialog()
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 static void main(String[] args)
args - the argumentsCopyright © 2015. All Rights Reserved.