|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScalarParameterDefn
Defines a scalar parameter
Field Summary | |
---|---|
static int |
AUTO
|
static int |
AUTO_SUGGEST
|
static int |
CENTER
|
static int |
CHECK_BOX
|
static int |
LEFT
|
static int |
LIST_BOX
|
static int |
RADIO_BUTTON
|
static int |
RIGHT
|
static int |
TEXT_BOX
|
Fields inherited from interface org.eclipse.birt.report.engine.api.IParameterDefn |
---|
SELECTION_LIST_DYNAMIC, SELECTION_LIST_NONE, SELECTION_LIST_STATIC, TYPE_ANY, TYPE_BOOLEAN, TYPE_DATE, TYPE_DATE_TIME, TYPE_DECIMAL, TYPE_FLOAT, TYPE_INTEGER, TYPE_STRING, TYPE_TIME |
Fields inherited from interface org.eclipse.birt.report.engine.api.IParameterDefnBase |
---|
CASCADING_PARAMETER_GROUP, FILTER_PARAMETER, LIST_PARAMETER, PARAMETER_GROUP, SCALAR_PARAMETER, TABLE_PARAMETER |
Method Summary | |
---|---|
boolean |
allowBlank()
Deprecated. |
boolean |
allowNewValues()
returns whether the user can enter a value different from values in a selection list Applies only to parameters with a selection list. |
boolean |
allowNull()
Deprecated. |
boolean |
displayInFixedOrder()
returns whether the UI should display the seleciton list in a fixed order. |
int |
getAlignment()
|
int |
getAutoSuggestThreshold()
|
int |
getControlType()
|
java.lang.String |
getDefaultValue()
|
java.lang.String |
getDisplayFormat()
|
java.lang.String |
getScalarParameterType()
|
boolean |
isValueConcealed()
|
void |
setScalarParameterType(java.lang.String type)
Set parameter type. |
Methods inherited from interface org.eclipse.birt.report.engine.api.IParameterDefn |
---|
getDataType, getSelectionList, getSelectionListType, isHidden, isRequired |
Methods inherited from interface org.eclipse.birt.report.engine.api.IParameterDefnBase |
---|
getDisplayName, getHandle, getHelpText, getName, getParameterType, getPromptText, getTypeName, getUserPropertyValue, getUserPropertyValues |
Field Detail |
---|
static final int TEXT_BOX
static final int LIST_BOX
static final int RADIO_BUTTON
static final int CHECK_BOX
static final int AUTO_SUGGEST
static final int AUTO
static final int LEFT
static final int CENTER
static final int RIGHT
Method Detail |
---|
boolean allowNewValues()
boolean displayInFixedOrder()
boolean isValueConcealed()
boolean allowNull()
boolean allowBlank()
java.lang.String getDisplayFormat()
int getControlType()
int getAlignment()
java.lang.String getDefaultValue()
java.lang.String getScalarParameterType()
void setScalarParameterType(java.lang.String type)
type
- scalar parameter typeint getAutoSuggestThreshold()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |