|
||||||||||
| 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.LegendItem
A legend item represent rows in the chart legend.
Most commonly, legend items are automatically created by the legend. However, users may occaisionally wish to control the legend contents manually.
| Constructor Summary | |
LegendItem()
|
|
| Method Summary | |
java.lang.String |
getColumns()
Returns the Legend column items |
java.lang.String |
getSampleStyleClass()
Returns the CSS style class used to create the sample rectangle for this legend item. |
java.lang.String |
getStyleClass()
Returns the CSS styleclass applied when this legend item is rendered. |
boolean |
isVisible()
Returns the item visibility flag. |
void |
setColumns(java.lang.String columns)
Sets the collection of strings defining this legend item's columns. |
void |
setSampleStyleClass(java.lang.String sampleStyleClass)
Sets the CSS style class used to create the sample rectangle for this legend item. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS styleclass applied when this legend item is rendered. |
void |
setVisible(boolean visible)
Sets the item visibility flag. |
| 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 LegendItem()
| Method Detail |
public java.lang.String getColumns()
public java.lang.String getSampleStyleClass()
public java.lang.String getStyleClass()
public boolean isVisible()
public void setColumns(java.lang.String columns)
columns - Stringpublic void setSampleStyleClass(java.lang.String sampleStyleClass)
sampleStyleClass - Stringpublic void setStyleClass(java.lang.String styleClass)
styleClass - Stringpublic void setVisible(boolean visible)
visible - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||