|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.data.BaseModelData
com.extjs.gxt.ui.client.data.BaseModel
com.extjs.gxt.charts.client.model.Text
public class Text
Base class for an OFC text element
| Field Summary |
|---|
| Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
|---|
Add, Remove, Update |
| Constructor Summary | |
|---|---|
Text(java.lang.String text)
Create a new Text instance with the given text and no style. |
|
Text(java.lang.String text,
java.lang.String style)
Create a new Text instance with the given text and style. |
|
| Method Summary | |
|---|---|
java.lang.String |
getStyle()
Returns the style |
java.lang.String |
getText()
Returns the text |
void |
setStyle(java.lang.String style)
Sets the style. |
void |
setText(java.lang.String text)
Sets the text string. |
| Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
|---|
addChangeListener, addChangeListener, notify, remove, removeChangeListener, removeChangeListeners, set, setSilent |
| Methods inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
|---|
get, get, getProperties, getPropertyNames, isAllowNestedValues, setAllowNestedValues, setProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.extjs.gxt.ui.client.data.ModelData |
|---|
get, getProperties, getPropertyNames |
| Constructor Detail |
|---|
public Text(java.lang.String text)
text - the text
public Text(java.lang.String text,
java.lang.String style)
text - the textstyle - the style string| Method Detail |
|---|
public java.lang.String getStyle()
public java.lang.String getText()
public void setStyle(java.lang.String style)
style - the stylepublic void setText(java.lang.String text)
text - the text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||