| |
|
| javax.swing.JDialog it.businesslogic.ireport.chart.TimePeriodSeriesDialog
COMPONENT_END_DATE_EXPRESSION | final public static int COMPONENT_END_DATE_EXPRESSION(Code) | | |
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_START_DATE_EXPRESSION | final public static int COMPONENT_START_DATE_EXPRESSION(Code) | | |
COMPONENT_VALUE_EXPRESSION | final public static int COMPONENT_VALUE_EXPRESSION(Code) | | |
TimePeriodSeriesDialog | public TimePeriodSeriesDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form CategorySeriesDialog
|
applyI18n | public void applyI18n()(Code) | | |
getDialogResult | public int getDialogResult()(Code) | | |
getEndDateExpression | public String getEndDateExpression()(Code) | | |
getSeriesExpression | public String getSeriesExpression()(Code) | | |
getStartDateExpression | public String getStartDateExpression()(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
setDialogResult | public void setDialogResult(int dialogResult)(Code) | | |
setEndDateExpression | public void setEndDateExpression(String endDateExpression)(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, COMPONENT_START_DATE_EXPRESSION, COMPONENT_END_DATE_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) | | |
setStartDateExpression | public void setStartDateExpression(String startDateExpression)(Code) | | |
setSubDataset | public void setSubDataset(SubDataset sds)(Code) | | this method is used to pass the correct subdataset to the expression editor
|
setValueExpression | public void setValueExpression(String valueExpression)(Code) | | |
|
|
|