|
||||||||||
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.StiFilterExpression
public class StiFilterExpression
Describes the class that contains the expression for filter calculation.
Field Summary |
---|
Fields inherited from class com.stimulsoft.report.expressions.StiExpression |
---|
ParentComponent |
Constructor Summary | |
---|---|
StiFilterExpression()
Creates a new expression. |
|
StiFilterExpression(StiComponent parent,
java.lang.String propertyName)
Creates a new expression. |
|
StiFilterExpression(java.lang.String value)
Creates a new expression. |
Method Summary | |
---|---|
boolean |
getApplyFormat()
|
StiEvent |
getDefaultEvent()
Returns the event for generation of the expression when report script generation. |
boolean |
getFullConvert()
Gets value, indicates that the value is to be a string. |
boolean |
getGenAddEvent()
Gets value, indicates that it is necessary to add methods of getting the expression value to the event handler. |
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, isDefault, LoadFromJsonObject, SaveToJsonObject, serialize, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StiFilterExpression()
public StiFilterExpression(java.lang.String value)
val
- Expression value.public StiFilterExpression(StiComponent parent, java.lang.String propertyName)
Method Detail |
---|
public boolean getApplyFormat()
getApplyFormat
in class StiExpression
public StiEvent getDefaultEvent()
getDefaultEvent
in class StiExpression
public boolean getGenAddEvent()
getGenAddEvent
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 |