|
|||||||||
| 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.axis.Keys
public class Keys
Base class for an OFC keys.
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.data.BaseModel |
|---|
changeEventSupport |
| Fields inherited from class com.extjs.gxt.ui.client.data.BaseModelData |
|---|
allowNestedValues, map |
| Fields inherited from interface com.extjs.gxt.ui.client.data.ChangeEventSource |
|---|
Add, Remove, Update |
| Constructor Summary | |
|---|---|
Keys(java.lang.String text,
java.lang.String colour,
int fontSize)
Creates a new key. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColour()
Returns the colour. |
int |
getFontSize()
Returns the font size. |
java.lang.String |
getText()
Returns the text. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff). |
void |
setFontSize(int fontSize)
Sets the font size. |
void |
setText(java.lang.String text)
Sets the text. |
| Methods inherited from class com.extjs.gxt.ui.client.data.BaseModel |
|---|
addChangeListener, addChangeListener, fireEvent, fireEvent, isSilent, notify, notifyPropertyChanged, 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 |
|---|
clone, equals, finalize, 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 Keys(java.lang.String text,
java.lang.String colour,
int fontSize)
text - the textcolour - the colourfontSize - the font size| Method Detail |
|---|
public java.lang.String getColour()
public int getFontSize()
public java.lang.String getText()
public void setColour(java.lang.String colour)
colour - the colourpublic void setFontSize(int fontSize)
fontSize - the font sizepublic 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 | ||||||||