|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdvancedCalculatedItemEditorInterface
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. |
java.awt.event.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(java.lang.String message)
|
boolean |
reportAndCheckOkToContinue(java.lang.String message,
java.lang.String title)
|
void |
reportAndDisplayError(java.lang.Exception e)
|
void |
reportAndDisplayError(java.lang.Exception e,
java.lang.String title)
|
void |
reportAndDisplayError(java.lang.String message)
|
void |
reportAndDisplayError(java.lang.String message,
java.lang.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(java.awt.event.ActionListener listener)
|
void |
setValidationButtonVisible(boolean visible)
|
Field Detail |
---|
static final int OK
static final int CANCEL
Method Detail |
---|
int getReturnValue()
CalculatedItemInterface getCalculatedItem()
void setCalculatedItem(CalculatedItemInterface calcItem)
void setTypeEnabled(boolean enabled)
boolean reportAndCheckOkToContinue(java.lang.String message)
boolean reportAndCheckOkToContinue(java.lang.String message, java.lang.String title)
void reportAndDisplayError(java.lang.String message, java.lang.String title)
void reportAndDisplayError(java.lang.String message)
void reportAndDisplayError(java.lang.Exception e)
void reportAndDisplayError(java.lang.Exception e, java.lang.String title)
boolean isValidationButtonVisible()
void setValidationButtonVisible(boolean visible)
java.awt.event.ActionListener getValidateActionListener()
void setValidateActionListener(java.awt.event.ActionListener listener)
int getMaxOutputObservations()
void setMaxOutputObservations(int max)
max
- the new maximum number of output observationsGoverning
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 true
enable
- a value of true
indicates the user can change the type of the filter item; false
indicates the type cannot be changed.boolean isSaveInvalidExpressionsEnabled()
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |