|
||||||||||
| 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.StyledText
Represents a styled string placed within a styled rectangle.
This class is used internally by the charting component as the super class for Caption components and should not be instantiated by users.
| Constructor Summary | |
StyledText()
|
|
| Method Summary | |
java.lang.String |
getCaption()
Returns the string displayed by this component. |
java.lang.String |
getStyleClass()
Returns the CSS style applied when this component is rendered. |
void |
setCaption(java.lang.String caption)
Sets the string displayed by this component. |
void |
setStyleClass(java.lang.String styleClass)
Sets the CSS style applied when this component 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 StyledText()
| Method Detail |
public java.lang.String getCaption()
public void setCaption(java.lang.String caption)
caption - 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 | |||||||||