Uses of Enum Class
com.stimulsoft.report.dictionary.enums.StiVariableInitBy
Packages that use StiVariableInitBy
-
Uses of StiVariableInitBy in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiVariableInitByModifier and TypeMethodDescriptionfinal StiVariableInitByStiVariable.getInitBy()Gets or sets value which indicates that this variable will be have defalt value based on calculation of expression which specified in Value property or based on default value.Methods in com.stimulsoft.report.dictionary with parameters of type StiVariableInitByConstructors in com.stimulsoft.report.dictionary with parameters of type StiVariableInitByModifierConstructorDescriptionStiVariable(String category, String name, String alias, StiSystemType type, String value, boolean readOnly, StiVariableInitBy initBy) Creates an object of the type StiVariable.StiVariable(String category, String name, String alias, String description, StiSystemType type, String value, boolean readOnly, StiVariableInitBy initBy) Creates an object of the type StiVariable.StiVariable(String category, String name, String alias, String description, StiSystemType type, String value, boolean readOnly, StiVariableInitBy initBy, boolean requestFromUser) Creates an object of the type StiVariable.StiVariable(String category, String name, String alias, String description, StiSystemType type, String value, boolean readOnly, StiVariableInitBy initBy, boolean requestFromUser, StiDialogInfo dialogInfo) Creates an object of the type StiVariable. -
Uses of StiVariableInitBy in com.stimulsoft.report.dictionary.enums
Methods in com.stimulsoft.report.dictionary.enums that return StiVariableInitByModifier and TypeMethodDescriptionstatic StiVariableInitByStiVariableInitBy.forValue(int value) static StiVariableInitByReturns the enum constant of this class with the specified name.static StiVariableInitBy[]StiVariableInitBy.values()Returns an array containing the constants of this enum class, in the order they are declared.