|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.infragistics.faces.shared.component.ModelComponent
com.infragistics.faces.chart.component.Legend
A legend displays tabular information related to the data presented in the chart component.
The legend table may contain as many columns as required by the user. Columns are added by defining column headers in the Legend itself, or by defining column entries in the individual LegendItems.
For the most part, the legend is populated automatically with little or no user intervention.
| Constructor Summary | |
Legend()
|
|
| Method Summary | |
java.lang.String |
getHeaders()
Returns the collection of column header strings. |
java.lang.String |
getHeaderStyleClass()
Returns the CSS style class applied to this legend's column headers. |
java.util.List |
getItems()
Returns the collection of nested legend items. |
java.lang.String |
getItemStyleClass()
Returns the default style class for nested legend items. |
java.lang.String |
getPosition()
Returns the automatic layout positioning flag. |
java.lang.String |
getStyle()
Returns the CSS style applied when this legend is rendered. |
java.lang.String |
getStyleClass()
Returns the CSS style applied when this legend is rendered. |
boolean |
isAutoItems()
Returns the flag to indicate that this legend should be automatically populated from chart series/datapoints. |
void |
setAutoItems(boolean autoItems)
Sets the flag to indicate that this legend should be automatically populated from chart series/datapoints. |
void |
setHeaders(java.lang.String headers)
Sets the collection of column header strings. |
void |
setHeaderStyleClass(java.lang.String headerStyleClass)
Sets the CSS style class applied to this legend's column headers. |
void |
setItems(java.util.List items)
Sets the collection of nested legend items. |
void |
setItemStyleClass(java.lang.String itemStyleClass)
Sets the default style class for nested legend items. |
void |
setPosition(java.lang.String position)
Sets the automatic layout positioning flag. |
void |
setStyle(java.lang.String style)
Sets the CSS style applied when this legend is rendered. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style applied when this legend is rendered. |
| Methods inherited from class com.infragistics.faces.shared.component.ModelComponent |
getParent, getValueBinding, setParent, setValueBinding |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Legend()
| Method Detail |
public boolean isAutoItems()
public void setAutoItems(boolean autoItems)
autoItems - booleanpublic java.lang.String getHeaders()
public void setHeaders(java.lang.String headers)
headers - Stringpublic java.lang.String getHeaderStyleClass()
public void setHeaderStyleClass(java.lang.String headerStyleClass)
headerStyleClass - Stringpublic java.util.List getItems()
public void setItems(java.util.List items)
items - java.util.Listpublic java.lang.String getItemStyleClass()
public void setItemStyleClass(java.lang.String itemStyleClass)
itemStyleClass - Stringpublic java.lang.String getPosition()
public void setPosition(java.lang.String position)
position - String (bottom, left, right, top)public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - Stringpublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||