|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StringExpression in ar.com.fdvs.dj.domain |
---|
Methods in ar.com.fdvs.dj.domain that return StringExpression | |
---|---|
StringExpression |
DJHyperLink.getExpression()
|
StringExpression |
DJHyperLink.getTooltip()
|
Methods in ar.com.fdvs.dj.domain with parameters of type StringExpression | |
---|---|
void |
DJHyperLink.setExpression(StringExpression expression)
|
void |
DJHyperLink.setTooltip(StringExpression tooltip)
|
Uses of StringExpression in ar.com.fdvs.dj.domain.chart |
---|
Methods in ar.com.fdvs.dj.domain.chart that return StringExpression | |
---|---|
StringExpression |
DJChartOptions.getSubtitleExpression()
Returns the subtitle expression. |
StringExpression |
DJChartOptions.getTitleExpression()
Returns the title expression. |
Methods in ar.com.fdvs.dj.domain.chart with parameters of type StringExpression | |
---|---|
void |
DJChartOptions.setSubtitleExpression(StringExpression subtitleExpression)
Sets the subtitle expression. |
void |
DJChartOptions.setTitleExpression(StringExpression titleExpression)
Sets the title expression. |
Uses of StringExpression in ar.com.fdvs.dj.domain.chart.builder |
---|
Methods in ar.com.fdvs.dj.domain.chart.builder with parameters of type StringExpression | |
---|---|
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJLineChartBuilder |
DJLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJAreaChartBuilder |
DJAreaChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJScatterChartBuilder |
DJScatterChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJBarChartBuilder |
DJBarChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJLineChartBuilder |
DJLineChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJAreaChartBuilder |
DJAreaChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
abstract T |
AbstractChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJPieChartBuilder |
DJPieChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJPie3DChartBuilder |
DJPie3DChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJScatterChartBuilder |
DJScatterChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJBarChartBuilder |
DJBarChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.setSubtitle(StringExpression subtitleExpression)
Sets the subtitle expression. |
DJXYAreaChartBuilder |
DJXYAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJXYBarChartBuilder |
DJXYBarChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJLineChartBuilder |
DJLineChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJXYLineChartBuilder |
DJXYLineChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJAreaChartBuilder |
DJAreaChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
abstract T |
AbstractChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJTimeSeriesChartBuilder |
DJTimeSeriesChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJPieChartBuilder |
DJPieChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJPie3DChartBuilder |
DJPie3DChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJScatterChartBuilder |
DJScatterChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJBarChartBuilder |
DJBarChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
DJBar3DChartBuilder |
DJBar3DChartBuilder.setTitle(StringExpression titleExpression)
Sets the title expression. |
Uses of StringExpression in ar.com.fdvs.dj.domain.chart.dataset |
---|
Methods in ar.com.fdvs.dj.domain.chart.dataset with parameters of type StringExpression | |
---|---|
void |
XYDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression. |
void |
CategoryDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression. |
void |
TimeSeriesDataset.addSerie(AbstractColumn column,
StringExpression labelExpression)
Adds the specified serie column to the dataset with custom label expression. |
Uses of StringExpression in ar.com.fdvs.dj.domain.chart.plot |
---|
Methods in ar.com.fdvs.dj.domain.chart.plot that return StringExpression | |
---|---|
StringExpression |
DJAxisFormat.getLabelExpression()
|
Methods in ar.com.fdvs.dj.domain.chart.plot with parameters of type StringExpression | |
---|---|
void |
DJAxisFormat.setLabelExpression(StringExpression labelExpression)
Sets the label expression. |
Constructors in ar.com.fdvs.dj.domain.chart.plot with parameters of type StringExpression | |
---|---|
DJAxisFormat(StringExpression labelExpression)
|
Uses of StringExpression in ar.com.fdvs.dj.domain.hyperlink |
---|
Subclasses of StringExpression in ar.com.fdvs.dj.domain.hyperlink | |
---|---|
class |
LiteralExpression
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |