|
|||||||||
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.RadarAxis.RadarLabels
public class RadarAxis.RadarLabels
OFC radar axis label.
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 | |
---|---|
RadarAxis.RadarLabels(java.util.List<java.lang.String> labels)
Creates a new labels. |
|
RadarAxis.RadarLabels(java.lang.String... labels)
Creates a new labels. |
Method Summary | |
---|---|
void |
addLabels(Label... list)
Adds the labels. |
void |
addLabels(java.util.List<Label> list)
Adds the labels. |
void |
addStrings(java.util.List<java.lang.String> list)
Adds the labels. |
void |
addStrings(java.lang.String... list)
Adds the labels. |
java.lang.String |
getColour()
Returns the colour. |
java.util.Collection<?> |
getLabels()
Returns the labels. |
void |
setColour(java.lang.String colour)
Sets the colour in HTML hex format (#ffffff) |
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 RadarAxis.RadarLabels(java.util.List<java.lang.String> labels)
labels
- the labelspublic RadarAxis.RadarLabels(java.lang.String... labels)
labels
- the labelsMethod Detail |
---|
public void addLabels(Label... list)
list
- the labelspublic void addLabels(java.util.List<Label> list)
list
- the labelspublic void addStrings(java.util.List<java.lang.String> list)
list
- the labelspublic void addStrings(java.lang.String... list)
list
- the labelspublic java.lang.String getColour()
public java.util.Collection<?> getLabels()
public void setColour(java.lang.String colour)
colour
- the new colour
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |