public class ExpressionsDialogMng extends Object
| Constructor and Description |
|---|
ExpressionsDialogMng(ColumnElement columnElement)
Instantiates a new expressions dialog mng.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteExpressionCaller(int expressionIndex)
Delete expression caller.
|
String |
getColumnId()
Gets the column id.
|
int |
getColumnIndex()
Gets the column index.
|
ExpressionDialogCaller |
getEDCaller(int expressionIndex)
Gets the ED caller.
|
int |
size()
Size.
|
void |
updateExpressionCaller(String columnType,
String dataType,
int expressionIndex)
Update expression caller.
|
public ExpressionsDialogMng(ColumnElement columnElement)
columnElement - the column idcolumnIndex - the column indexpublic int getColumnIndex()
public void updateExpressionCaller(String columnType, String dataType, int expressionIndex) throws Exception
columnType - the column typedataType - the data typeexpressionIndex - the expression indexcolumnIndex2 - the column index2Exception - the exceptionpublic int size()
public boolean deleteExpressionCaller(int expressionIndex)
expressionIndex - the expression indexpublic ExpressionDialogCaller getEDCaller(int expressionIndex) throws Exception
expressionIndex - the expression indexException - the exceptionpublic String getColumnId()
Copyright © 2015. All Rights Reserved.