|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
Description: Copyright: Copyright (c) 2002 Company: SAS
| Field Summary | |
static int |
CANCEL
|
static int |
OK
|
| Method Summary | |
CalculatedItemInterface |
getCalculatedItem()
Simple accessor to get the modified expression. |
int |
getMaxOutputObservations()
Returns the current maximum number of output observations returned when gathering a list of possible values for a data item or physical item in the data source tree. |
int |
getReturnValue()
Simple accessor to find out why the dialog closed. |
ActionListener |
getValidateActionListener()
|
boolean |
isExpressionValid()
If the getReturnValue method returns OK
then this methodr returns true if the expression returned passed
validation and false if it failed. |
boolean |
isSaveInvalidExpressionsEnabled()
|
boolean |
isValidationButtonVisible()
|
boolean |
reportAndCheckOkToContinue(String message)
|
boolean |
reportAndCheckOkToContinue(String message,
String title)
|
void |
reportAndDisplayError(Exception e)
|
void |
reportAndDisplayError(Exception e,
String title)
|
void |
reportAndDisplayError(String message)
|
void |
reportAndDisplayError(String message,
String title)
|
void |
setCalculatedItem(CalculatedItemInterface calcItem)
|
void |
setMaxOutputObservations(int max)
Sets the current maximum number of output observations to be returned when gathering a list of possible values for a data item or physical item in the data source tree. |
void |
setSaveInvalidExpressionsEnabled(boolean enable)
An enable value of true indicates the user can save an
item that has invalid expression text, false indicates the filter item text
must be valid if isEditOK() is true. |
void |
setTypeEnabled(boolean enabled)
|
void |
setValidateActionListener(ActionListener listener)
|
void |
setValidationButtonVisible(boolean visible)
|
| Field Detail |
public static final int OK
public static final int CANCEL
| Method Detail |
public int getReturnValue()
public CalculatedItemInterface getCalculatedItem()
public void setCalculatedItem(CalculatedItemInterface calcItem)
public void setTypeEnabled(boolean enabled)
public boolean reportAndCheckOkToContinue(String message)
public boolean reportAndCheckOkToContinue(String message,
String title)
public void reportAndDisplayError(String message,
String title)
public void reportAndDisplayError(String message)
public void reportAndDisplayError(Exception e)
public void reportAndDisplayError(Exception e,
String title)
public boolean isValidationButtonVisible()
public void setValidationButtonVisible(boolean visible)
public ActionListener getValidateActionListener()
public void setValidateActionListener(ActionListener listener)
public int getMaxOutputObservations()
public void setMaxOutputObservations(int max)
max - the new maximum number of output observationsGoverningpublic void setSaveInvalidExpressionsEnabled(boolean enable)
enable value of true indicates the user can save an
item that has invalid expression text, false indicates the filter item text
must be valid if isEditOK() is true. Default is trueenable - a value of true indicates the user can change the type of the filter item; false
indicates the type cannot be changed.public boolean isSaveInvalidExpressionsEnabled()
public boolean isExpressionValid()
getReturnValue method returns OK
then this methodr returns true if the expression returned passed
validation and false if it failed. If the getReturnValue() method
returns CANCEL this methods return is undefined.
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||