public class HIScreenReaderSection extends HIFoundation
| Constructor and Description |
|---|
HIScreenReaderSection() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAfterChartFormat() |
HIFunction |
getAfterChartFormatter() |
java.lang.String |
getAfterRegionLabel() |
HIAnnotations |
getAnnotations() |
java.lang.String |
getAxisRangeDateFormat() |
java.lang.String |
getBeforeChartFormat() |
HIFunction |
getBeforeChartFormatter() |
java.lang.String |
getBeforeRegionLabel() |
java.lang.String |
getEndOfChartMarker() |
HIFunction |
getOnPlayAsSoundClick() |
HIFunction |
getOnViewDataTableClick() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getParams() |
void |
setAfterChartFormat(java.lang.String afterChartFormat)
Format for the screen reader information region after the chart.
|
void |
setAfterChartFormatter(HIFunction afterChartFormatter)
A formatter function to create the HTML contents of the hidden screen reader information region after the chart.
|
void |
setAfterRegionLabel(java.lang.String afterRegionLabel) |
void |
setAnnotations(HIAnnotations annotations)
Language options for annotation descriptions.
|
void |
setAxisRangeDateFormat(java.lang.String axisRangeDateFormat)
Date format to use to describe range of datetime axes.
|
void |
setBeforeChartFormat(java.lang.String beforeChartFormat)
Format for the screen reader information region before the chart.
|
void |
setBeforeChartFormatter(HIFunction beforeChartFormatter)
A formatter function to create the HTML contents of the hidden screen reader information region before the chart.
|
void |
setBeforeRegionLabel(java.lang.String beforeRegionLabel) |
void |
setEndOfChartMarker(java.lang.String endOfChartMarker)
Label for the end of the chart.
|
void |
setOnPlayAsSoundClick(HIFunction onPlayAsSoundClick)
Function to run upon clicking the "Play as sound" button in the screen reader region.
|
void |
setOnViewDataTableClick(HIFunction onViewDataTableClick)
Function to run upon clicking the "View as Data Table" link in the screen reader region.
|
public java.lang.String getAfterChartFormat()
public HIFunction getAfterChartFormatter()
public java.lang.String getAfterRegionLabel()
public HIAnnotations getAnnotations()
public java.lang.String getAxisRangeDateFormat()
public java.lang.String getBeforeChartFormat()
public HIFunction getBeforeChartFormatter()
public java.lang.String getBeforeRegionLabel()
public java.lang.String getEndOfChartMarker()
public HIFunction getOnPlayAsSoundClick()
public HIFunction getOnViewDataTableClick()
public java.util.HashMap<java.lang.String,java.lang.Object> getParams()
getParams in class HIFoundationpublic void setAfterChartFormat(java.lang.String afterChartFormat)
public void setAfterChartFormatter(HIFunction afterChartFormatter)
public void setAfterRegionLabel(java.lang.String afterRegionLabel)
public void setAnnotations(HIAnnotations annotations)
public void setAxisRangeDateFormat(java.lang.String axisRangeDateFormat)
public void setBeforeChartFormat(java.lang.String beforeChartFormat)
`, `
public void setBeforeChartFormatter(HIFunction beforeChartFormatter)
public void setBeforeRegionLabel(java.lang.String beforeRegionLabel)
public void setEndOfChartMarker(java.lang.String endOfChartMarker)
public void setOnPlayAsSoundClick(HIFunction onPlayAsSoundClick)
public void setOnViewDataTableClick(HIFunction onViewDataTableClick)