|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.components.conditions.StiIconSetItem
public class StiIconSetItem
The class describes the icon set items.
Constructor Summary | |
---|---|
StiIconSetItem()
Creates a new object of the type StiIconSetItem. |
|
StiIconSetItem(StiIcon icon,
StiIconSetOperation operation,
StiIconSetValueType valueType,
float value)
Creates a new object of the type StiIconSetItem. |
Method Summary | |
---|---|
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки. |
void |
deserializeStr(java.lang.String valuesStr)
|
StiIcon |
getIcon()
Gets or sets icon for current item of IconSets. |
StiIconSetOperation |
getOperation()
Gets or sets type of operation for current item of IconSets. |
float |
getValue()
Gets or sets value for current item of IconSets. |
StiIconSetValueType |
getValueType()
Gets or sets type of value for current item of IconSets. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
setIcon(StiIcon value)
|
void |
setOperation(StiIconSetOperation value)
|
void |
setValue(float value)
|
void |
setValueType(StiIconSetValueType value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiIconSetItem()
public StiIconSetItem(StiIcon icon, StiIconSetOperation operation, StiIconSetValueType valueType, float value)
Method Detail |
---|
public final StiIcon getIcon()
public final void setIcon(StiIcon value)
public final StiIconSetOperation getOperation()
public final void setOperation(StiIconSetOperation value)
public final StiIconSetValueType getValueType()
public final void setValueType(StiIconSetValueType value)
public final float getValue()
public final void setValue(float value)
public void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize
in interface IStiSerializableToString
public java.lang.String serialize()
IStiSerializableToString
serialize
in interface IStiSerializableToString
public void deserializeStr(java.lang.String valuesStr)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |