| |
|
| javax.swing.JDialog it.businesslogic.ireport.chart.TimeSeriesDialog
COMPONENT_HYPERLINK | final public static int COMPONENT_HYPERLINK(Code) | | |
COMPONENT_LABEL_EXPRESSION | final public static int COMPONENT_LABEL_EXPRESSION(Code) | | |
COMPONENT_NONE | final public static int COMPONENT_NONE(Code) | | |
COMPONENT_SERIES_EXPRESSION | final public static int COMPONENT_SERIES_EXPRESSION(Code) | | |
COMPONENT_TIME_EXPRESSION | final public static int COMPONENT_TIME_EXPRESSION(Code) | | |
COMPONENT_VALUE_EXPRESSION | final public static int COMPONENT_VALUE_EXPRESSION(Code) | | |
TimeSeriesDialog | public TimeSeriesDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form CategorySeriesDialog
|
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | |
getSeriesExpression | public String getSeriesExpression()(Code) | | |
getTimePeriodExpression | public String getTimePeriodExpression()(Code) | | |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | |
setFocusedExpression | public void setFocusedExpression(Object[] expressionInfo)(Code) | | This method set the focus on a specific component.
expressionInfo[0] can be something like:
COMPONENT_SERIES_EXPRESSION, ...
If it is COMPONENT_HYPERLINK, other parameters are expected...
otherInfo is used here only for COMPONENT_HYPERLINK
otherInfo[0] = expression ID
otherInfo[1] = parameter #
otherInfo[2] = parameter expression ID
|
setLabelExpression | public void setLabelExpression(String labelExpression)(Code) | | |
setSeriesExpression | public void setSeriesExpression(String seriesExpression)(Code) | | |
setSubDataset | public void setSubDataset(SubDataset sds)(Code) | | this method is used to pass the correct subdataset to the expression editor
|
setTimePeriodExpression | public void setTimePeriodExpression(String timePeriodExpression)(Code) | | |
setValueExpression | public void setValueExpression(String valueExpression)(Code) | | |
|
|
|