public interface IlvChartConstants
Modifier and Type | Field and Description |
---|---|
static String |
AUTO_REFRESH
The auto refresh property of the overview.
|
static String |
CHART
The chart property of a chart view component.
|
static String |
DATA_SOURCE
The data source property of a chart.
|
static String |
DATA_SOURCE_ID
The data source id property of a chart.
|
static String |
DATABASE_DRIVER
The JDBC driver class name.
|
static String |
DATABASE_PASSWORD
The password property of a JDBC data source.
|
static String |
DATABASE_QUERY
The query string used by a JDBC data source to query the database.
|
static String |
DATABASE_RESULT_SET
The result set used in a JDBC data source.
|
static String |
DATABASE_URL
The URL to a database.
|
static String |
DATABASE_USER
The user property of a JDBC data source.
|
static String |
FILENAME
The file name property of a component.
|
static String |
INTERACTOR
The interactor property of a view.
|
static String |
INTERACTOR_ID
The interactor id property of a view.
|
static int |
ITEM_PICKING
The constant describing the item picking mode.
|
static String |
KEEP_VISIBLE_WINDOW
Keeps visible window between two JSF requests.
|
static String |
LABEL_COLUMN_MAPPING
The label column mapping property
|
static String |
LAYOUT
The layout property of a component.
|
static String |
LEGEND_LAYOUT
The layout property of a chart legend.
|
static String |
MESSAGEBOX
The message box property of a chart component.
|
static int |
NEAREST_ITEM_PICKING
The constant describing the nearest item picking mode.
|
static int |
NEAREST_POINT_PICKING
The constant describing the nearest point picking mode.
|
static String |
OVERVIEW_ACTION_NAME
The overview action of the chart servlet to support to provide an overview
image of the chart instead of the view.
|
static String |
PAN_ACTION_NAME
The default pan action of the chart servlet support.
|
static String |
PICKING_MODE
The picking mode of the select interactor.
|
static String |
REFRESH_DATA
The flag that indicating that the XML file should be read at each page reload.
|
static String |
SESSION_ID_PREFIX |
static String |
STATE_URL |
static String |
STYLE_SHEET
The server side style sheet property of a chart.
|
static String |
STYLE_SHEETS
The server side style sheets property of a chart.
|
static String |
TYPE
The type property of a chart component.
|
static String |
UPDATE_INTERVAL
The automatic update interval property of a chart in seconds.
|
static String |
X_COLUMN_MAPPING
The x column mapping property
|
static String |
X_PAN_ALLOWED
Chart pan interactor property that defines if it is possible to pan in
the x axis.
|
static String |
X_ZOOM_ALLOWED
Chart zoom interactor property that defines if it is possible to zoom in
the x axis.
|
static String |
X_ZOOM_FACTOR
The x axis factor used in the client zoom actions.
|
static String |
Y_COLUMN_MAPPING
The y column mapping property
|
static String |
Y_PAN_ALLOWED
Chart pan interactor property that defines if it is possible to pan in
the y axis.
|
static String |
Y_ZOOM_ALLOWED
Chart zoom interactor property that defines if it is possible to zoom in
the y axis.
|
static String |
Y_ZOOM_FACTOR
The y axis factor used in the client zoom actions.
|
static String |
ZOOM_ACTION_NAME
The default zoom action of the chart servlet support.
|
static final String INTERACTOR
static final String INTERACTOR_ID
static final String STATE_URL
static final String MESSAGEBOX
static final String DATA_SOURCE
static final String DATA_SOURCE_ID
static final String TYPE
static final String ZOOM_ACTION_NAME
static final String PAN_ACTION_NAME
static final String OVERVIEW_ACTION_NAME
static final String STYLE_SHEETS
static final String STYLE_SHEET
static final String X_ZOOM_FACTOR
static final String Y_ZOOM_FACTOR
static final String UPDATE_INTERVAL
static final String X_ZOOM_ALLOWED
static final String Y_ZOOM_ALLOWED
static final String X_PAN_ALLOWED
static final String Y_PAN_ALLOWED
static final String AUTO_REFRESH
static final String LAYOUT
static final String LEGEND_LAYOUT
static final String CHART
static final String FILENAME
static final String REFRESH_DATA
static final String X_COLUMN_MAPPING
static final String Y_COLUMN_MAPPING
static final String LABEL_COLUMN_MAPPING
static final String DATABASE_USER
static final String DATABASE_PASSWORD
static final String DATABASE_QUERY
static final String DATABASE_URL
static final String DATABASE_DRIVER
static final String DATABASE_RESULT_SET
static final String SESSION_ID_PREFIX
static final String PICKING_MODE
static final int ITEM_PICKING
static final int NEAREST_ITEM_PICKING
static final int NEAREST_POINT_PICKING
static final String KEEP_VISIBLE_WINDOW
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.