|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.expressions.StiExpression
com.stimulsoft.report.expressions.StiUnifiedExpression
com.stimulsoft.report.expressions.StiExcelValueExpression
public class StiExcelValueExpression
Describes the class that contains an expression for calculation of ExcelValue.
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.expressions.StiExpression |
---|
ParentComponent |
Constructor Summary | |
---|---|
StiExcelValueExpression()
Creates a new expression. |
|
StiExcelValueExpression(StiComponent parent,
java.lang.String propertyName)
Creates a new expression. |
|
StiExcelValueExpression(java.lang.String value)
Creates a new expression. |
Method Summary | |
---|---|
boolean |
getApplyFormat()
|
StiEvent |
getDefaultEvent()
Returns the event for processing of the expression while script report generation. |
boolean |
getFullConvert()
Gets value, indicates that the value is to be a string. |
Methods inherited from class com.stimulsoft.report.expressions.StiUnifiedExpression |
---|
getValue, set, Set, setSerialization, setValue |
Methods inherited from class com.stimulsoft.report.expressions.StiExpression |
---|
clone, deserialize, deserializeStr, getGenAddEvent, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiExcelValueExpression()
public StiExcelValueExpression(java.lang.String value)
val
- Expression value.public StiExcelValueExpression(StiComponent parent, java.lang.String propertyName)
Method Detail |
---|
public boolean getApplyFormat()
getApplyFormat
in class StiExpression
public StiEvent getDefaultEvent()
getDefaultEvent
in class StiExpression
public boolean getFullConvert()
getFullConvert
in class StiExpression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |