com.prolifics.jni
Interface WidgetInterface
- All Known Subinterfaces:
- ApplicationInterface, FieldInterface, GridInterface, GroupInterface, ScreenInterface
- All Known Implementing Classes:
- Application, Field, Grid, Group, Screen, Widget
public interface WidgetInterface
Method Summary |
double |
get_dbl(int prop)
|
double |
get_dbl(int item,
int prop)
|
int |
get_int(int prop)
|
int |
get_int(int item,
int prop)
|
java.lang.String |
get_str(int prop)
|
java.lang.String |
get_str(int item,
int prop)
|
ApplicationInterface |
getApplication()
|
CFunctionsInterface |
getCFunctions()
|
ComFunctionsInterface |
getComFunctions()
|
DMFunctionsInterface |
getDMFunctions()
|
RWFunctionsInterface |
getRWFunctions()
|
TMFunctionsInterface |
getTMFunctions()
|
TPFunctionsInterface |
getTPFunctions()
|
WSFunctionsInterface |
getWSFunctions()
|
int |
set_dbl(int prop,
double value)
|
int |
set_dbl(int item,
int prop,
double value)
|
int |
set_int(int prop,
int value)
|
int |
set_int(int item,
int prop,
int value)
|
int |
set_str(int item,
int prop,
java.lang.String value)
|
int |
set_str(int prop,
java.lang.String value)
|
PR_MEMO1
static final int PR_MEMO1
- See Also:
- Constant Field Values
PR_MEMO2
static final int PR_MEMO2
- See Also:
- Constant Field Values
PR_MEMO3
static final int PR_MEMO3
- See Also:
- Constant Field Values
PR_MEMO4
static final int PR_MEMO4
- See Also:
- Constant Field Values
PR_MEMO5
static final int PR_MEMO5
- See Also:
- Constant Field Values
PR_MEMO6
static final int PR_MEMO6
- See Also:
- Constant Field Values
PR_MEMO7
static final int PR_MEMO7
- See Also:
- Constant Field Values
PR_MEMO8
static final int PR_MEMO8
- See Also:
- Constant Field Values
PR_MEMO9
static final int PR_MEMO9
- See Also:
- Constant Field Values
PR_FG_COLOR_TYPE
static final int PR_FG_COLOR_TYPE
- See Also:
- Constant Field Values
PR_FG_COLOR_NAME
static final int PR_FG_COLOR_NAME
- See Also:
- Constant Field Values
PR_FG_COLOR_NUM
static final int PR_FG_COLOR_NUM
- See Also:
- Constant Field Values
PR_BG_COLOR_TYPE
static final int PR_BG_COLOR_TYPE
- See Also:
- Constant Field Values
PR_BG_COLOR_NAME
static final int PR_BG_COLOR_NAME
- See Also:
- Constant Field Values
PR_BG_COLOR_NUM
static final int PR_BG_COLOR_NUM
- See Also:
- Constant Field Values
PR_UNDERLINE
static final int PR_UNDERLINE
- See Also:
- Constant Field Values
PR_BLINK
static final int PR_BLINK
- See Also:
- Constant Field Values
PR_DIM
static final int PR_DIM
- See Also:
- Constant Field Values
PR_REVERSE
static final int PR_REVERSE
- See Also:
- Constant Field Values
PR_ATTRIB
static final int PR_ATTRIB
- See Also:
- Constant Field Values
PR_PASSWORD_FIELD
static final int PR_PASSWORD_FIELD
- See Also:
- Constant Field Values
PR_PASSWORD_CHAR
static final int PR_PASSWORD_CHAR
- See Also:
- Constant Field Values
PR_FONT_NAME
static final int PR_FONT_NAME
- See Also:
- Constant Field Values
PR_POINT_SIZE
static final int PR_POINT_SIZE
- See Also:
- Constant Field Values
PR_BOLD
static final int PR_BOLD
- See Also:
- Constant Field Values
PR_ITALIC
static final int PR_ITALIC
- See Also:
- Constant Field Values
PR_UNDERLINED
static final int PR_UNDERLINED
- See Also:
- Constant Field Values
PR_TITLE
static final int PR_TITLE
- See Also:
- Constant Field Values
PR_BORDER_FG_COLOR_TYPE
static final int PR_BORDER_FG_COLOR_TYPE
- See Also:
- Constant Field Values
PR_BORDER_FG_COLOR_NAME
static final int PR_BORDER_FG_COLOR_NAME
- See Also:
- Constant Field Values
PR_BORDER_FG_COLOR_NUM
static final int PR_BORDER_FG_COLOR_NUM
- See Also:
- Constant Field Values
PR_BORDER_BG_COLOR_TYPE
static final int PR_BORDER_BG_COLOR_TYPE
- See Also:
- Constant Field Values
PR_BORDER_BG_COLOR_NAME
static final int PR_BORDER_BG_COLOR_NAME
- See Also:
- Constant Field Values
PR_BORDER_BG_COLOR_NUM
static final int PR_BORDER_BG_COLOR_NUM
- See Also:
- Constant Field Values
PR_BORDER
static final int PR_BORDER
- See Also:
- Constant Field Values
PR_BORDER_STYLE
static final int PR_BORDER_STYLE
- See Also:
- Constant Field Values
PR_DIALOG
static final int PR_DIALOG
- See Also:
- Constant Field Values
PR_TITLE_BAR
static final int PR_TITLE_BAR
- See Also:
- Constant Field Values
PR_RESIZEABLE
static final int PR_RESIZEABLE
- See Also:
- Constant Field Values
PR_RESIZE_FUNCTION
static final int PR_RESIZE_FUNCTION
- See Also:
- Constant Field Values
PR_NUMFLDS
static final int PR_NUMFLDS
- See Also:
- Constant Field Values
PR_NUMGRPS
static final int PR_NUMGRPS
- See Also:
- Constant Field Values
PR_FLDNUM
static final int PR_FLDNUM
- See Also:
- Constant Field Values
PR_SIBLING
static final int PR_SIBLING
- See Also:
- Constant Field Values
PR_NAME
static final int PR_NAME
- See Also:
- Constant Field Values
PR_SYSTEM_MENU
static final int PR_SYSTEM_MENU
- See Also:
- Constant Field Values
PR_ENTRY_FUNCTION
static final int PR_ENTRY_FUNCTION
- See Also:
- Constant Field Values
PR_EXIT_FUNCTION
static final int PR_EXIT_FUNCTION
- See Also:
- Constant Field Values
PR_CONTROL_STRING
static final int PR_CONTROL_STRING
- See Also:
- Constant Field Values
PR_FOCUS_PROTECTION
static final int PR_FOCUS_PROTECTION
- See Also:
- Constant Field Values
PR_MENU_NAME
static final int PR_MENU_NAME
- See Also:
- Constant Field Values
PR_MENU_SCRIPT_FILE
static final int PR_MENU_SCRIPT_FILE
- See Also:
- Constant Field Values
PR_NEXT_TAB_STOP
static final int PR_NEXT_TAB_STOP
- See Also:
- Constant Field Values
PR_ALT_NEXT_TAB_STOP
static final int PR_ALT_NEXT_TAB_STOP
- See Also:
- Constant Field Values
PR_PREV_TAB_STOP
static final int PR_PREV_TAB_STOP
- See Also:
- Constant Field Values
PR_ALT_PREV_TAB_STOP
static final int PR_ALT_PREV_TAB_STOP
- See Also:
- Constant Field Values
PR_STATUS_LINE_TEXT
static final int PR_STATUS_LINE_TEXT
- See Also:
- Constant Field Values
PR_EXTERNAL_HELP_TAG
static final int PR_EXTERNAL_HELP_TAG
- See Also:
- Constant Field Values
PR_JAM_HELP_SCREEN
static final int PR_JAM_HELP_SCREEN
- See Also:
- Constant Field Values
PR_SELECTION_SCREEN
static final int PR_SELECTION_SCREEN
- See Also:
- Constant Field Values
PR_AUTO_HELP
static final int PR_AUTO_HELP
- See Also:
- Constant Field Values
PR_AUTO_ITEM
static final int PR_AUTO_ITEM
- See Also:
- Constant Field Values
PR_VSTLINE
static final int PR_VSTLINE
- See Also:
- Constant Field Values
PR_VSTCOLM
static final int PR_VSTCOLM
- See Also:
- Constant Field Values
PR_VNLINES
static final int PR_VNLINES
- See Also:
- Constant Field Values
PR_VNCOLMS
static final int PR_VNCOLMS
- See Also:
- Constant Field Values
PR_VOFLINE
static final int PR_VOFLINE
- See Also:
- Constant Field Values
PR_VOFCOLM
static final int PR_VOFCOLM
- See Also:
- Constant Field Values
PR_HEIGHT
static final int PR_HEIGHT
- See Also:
- Constant Field Values
PR_WIDTH
static final int PR_WIDTH
- See Also:
- Constant Field Values
PR_VALIDATION_FUNC
static final int PR_VALIDATION_FUNC
- See Also:
- Constant Field Values
PR_NO_VALIDATION
static final int PR_NO_VALIDATION
- See Also:
- Constant Field Values
PR_DOUBLE_CLICK
static final int PR_DOUBLE_CLICK
- See Also:
- Constant Field Values
PR_START_ROW
static final int PR_START_ROW
- See Also:
- Constant Field Values
PR_START_COLUMN
static final int PR_START_COLUMN
- See Also:
- Constant Field Values
PR_END_ROW
static final int PR_END_ROW
- See Also:
- Constant Field Values
PR_END_COLUMN
static final int PR_END_COLUMN
- See Also:
- Constant Field Values
PR_LENGTH
static final int PR_LENGTH
- See Also:
- Constant Field Values
PR_MAX_DATA_LENGTH
static final int PR_MAX_DATA_LENGTH
- See Also:
- Constant Field Values
PR_SHIFT_INCREMENT
static final int PR_SHIFT_INCREMENT
- See Also:
- Constant Field Values
PR_HOR_SCROLL_BAR
static final int PR_HOR_SCROLL_BAR
- See Also:
- Constant Field Values
PR_CURRENT_OFFSET
static final int PR_CURRENT_OFFSET
- See Also:
- Constant Field Values
PR_ARRAY_SIZE
static final int PR_ARRAY_SIZE
- See Also:
- Constant Field Values
PR_SPACING
static final int PR_SPACING
- See Also:
- Constant Field Values
PR_HORIZONTAL
static final int PR_HORIZONTAL
- See Also:
- Constant Field Values
PR_ONSCREEN_ROWS
static final int PR_ONSCREEN_ROWS
- See Also:
- Constant Field Values
PR_SCROLLING
static final int PR_SCROLLING
- See Also:
- Constant Field Values
PR_MAX_OCCURRENCES
static final int PR_MAX_OCCURRENCES
- See Also:
- Constant Field Values
PR_NUM_OCCURRENCES
static final int PR_NUM_OCCURRENCES
- See Also:
- Constant Field Values
PR_SCROLL_INCREMENT
static final int PR_SCROLL_INCREMENT
- See Also:
- Constant Field Values
PR_VERT_SCROLL_BAR
static final int PR_VERT_SCROLL_BAR
- See Also:
- Constant Field Values
PR_CIRCULAR
static final int PR_CIRCULAR
- See Also:
- Constant Field Values
PR_ALT_SCROLL_FUNC
static final int PR_ALT_SCROLL_FUNC
- See Also:
- Constant Field Values
PR_FIRST_OCCURRENCE
static final int PR_FIRST_OCCURRENCE
- See Also:
- Constant Field Values
PR_ONSCREEN_COLUMNS
static final int PR_ONSCREEN_COLUMNS
- See Also:
- Constant Field Values
PR_ACTIVE
static final int PR_ACTIVE
- See Also:
- Constant Field Values
PR_HIDDEN
static final int PR_HIDDEN
- See Also:
- Constant Field Values
PR_GROUP
static final int PR_GROUP
- See Also:
- Constant Field Values
PR_SELECTED
static final int PR_SELECTED
- See Also:
- Constant Field Values
PR_AUTOTAB
static final int PR_AUTOTAB
- See Also:
- Constant Field Values
PR_SIZE_TO_CONTENTS
static final int PR_SIZE_TO_CONTENTS
- See Also:
- Constant Field Values
PR_MEMBER
static final int PR_MEMBER
- See Also:
- Constant Field Values
PR_CONCEAL_TABS
static final int PR_CONCEAL_TABS
- See Also:
- Constant Field Values
PR_COLUMN_TITLE
static final int PR_COLUMN_TITLE
- See Also:
- Constant Field Values
PR_GRID_COLUMN
static final int PR_GRID_COLUMN
- See Also:
- Constant Field Values
PR_ROW_ENTRY_FUNC
static final int PR_ROW_ENTRY_FUNC
- See Also:
- Constant Field Values
PR_ROW_EXIT_FUNC
static final int PR_ROW_EXIT_FUNC
- See Also:
- Constant Field Values
PR_ROW_SEPARATORS
static final int PR_ROW_SEPARATORS
- See Also:
- Constant Field Values
PR_COLUMN_SEPARATORS
static final int PR_COLUMN_SEPARATORS
- See Also:
- Constant Field Values
PR_ROW_TITLES
static final int PR_ROW_TITLES
- See Also:
- Constant Field Values
PR_COLUMN_TITLES
static final int PR_COLUMN_TITLES
- See Also:
- Constant Field Values
PR_FROZEN_COLUMNS
static final int PR_FROZEN_COLUMNS
- See Also:
- Constant Field Values
PR_STRIPE_CURRENT_ROW
static final int PR_STRIPE_CURRENT_ROW
- See Also:
- Constant Field Values
PR_COLUMN_MOVE_RESIZE
static final int PR_COLUMN_MOVE_RESIZE
- See Also:
- Constant Field Values
PR_GRID_CURRENT_OCC
static final int PR_GRID_CURRENT_OCC
- See Also:
- Constant Field Values
PR_STYLE
static final int PR_STYLE
- See Also:
- Constant Field Values
PR_DROP_DOWN_DATA
static final int PR_DROP_DOWN_DATA
- See Also:
- Constant Field Values
PR_DROP_DOWN_SIZE
static final int PR_DROP_DOWN_SIZE
- See Also:
- Constant Field Values
PR_DROP_DOWN_SOURCE
static final int PR_DROP_DOWN_SOURCE
- See Also:
- Constant Field Values
PR_INITIALIZATION
static final int PR_INITIALIZATION
- See Also:
- Constant Field Values
PR_DROP_DOWN_INIT
static final int PR_DROP_DOWN_INIT
- See Also:
- Constant Field Values
PR_DROP_DOWN_SCREEN
static final int PR_DROP_DOWN_SCREEN
- See Also:
- Constant Field Values
PR_IN_GUI
static final int PR_IN_GUI
- See Also:
- Constant Field Values
PR_IN_ZOOM
static final int PR_IN_ZOOM
- See Also:
- Constant Field Values
PR_MOUSE_FORM_NAME
static final int PR_MOUSE_FORM_NAME
- See Also:
- Constant Field Values
PR_MOUSE_FIELD
static final int PR_MOUSE_FIELD
- See Also:
- Constant Field Values
PR_MOUSE_FIELD_NAME
static final int PR_MOUSE_FIELD_NAME
- See Also:
- Constant Field Values
PR_MOUSE_FIELD_OCC
static final int PR_MOUSE_FIELD_OCC
- See Also:
- Constant Field Values
PR_IN_WEB
static final int PR_IN_WEB
- See Also:
- Constant Field Values
PR_AGENT_TYPE
static final int PR_AGENT_TYPE
- See Also:
- Constant Field Values
PR_X_VALUE_SOURCE
static final int PR_X_VALUE_SOURCE
- See Also:
- Constant Field Values
PR_Y_VALUE_SOURCE
static final int PR_Y_VALUE_SOURCE
- See Also:
- Constant Field Values
PR_CHART_TYPE
static final int PR_CHART_TYPE
- See Also:
- Constant Field Values
PR_BAR_CHART_TYPE
static final int PR_BAR_CHART_TYPE
- See Also:
- Constant Field Values
PR_3D
static final int PR_3D
- See Also:
- Constant Field Values
PR_ORIENTATION
static final int PR_ORIENTATION
- See Also:
- Constant Field Values
PR_SUBTITLE
static final int PR_SUBTITLE
- See Also:
- Constant Field Values
PR_LEGEND
static final int PR_LEGEND
- See Also:
- Constant Field Values
PR_XY_STYLE
static final int PR_XY_STYLE
- See Also:
- Constant Field Values
PR_BAR_STYLE
static final int PR_BAR_STYLE
- See Also:
- Constant Field Values
PR_LINE_STYLE
static final int PR_LINE_STYLE
- See Also:
- Constant Field Values
PR_POINT_MARKER
static final int PR_POINT_MARKER
- See Also:
- Constant Field Values
PR_LINE_WIDTH
static final int PR_LINE_WIDTH
- See Also:
- Constant Field Values
PR_Y_AXIS
static final int PR_Y_AXIS
- See Also:
- Constant Field Values
PR_SEG_LABEL_SOURCE
static final int PR_SEG_LABEL_SOURCE
- See Also:
- Constant Field Values
PR_SEG_STYLE_SOURCE
static final int PR_SEG_STYLE_SOURCE
- See Also:
- Constant Field Values
PR_PIE_START_ANGLE
static final int PR_PIE_START_ANGLE
- See Also:
- Constant Field Values
PR_PIE_DIRECTION
static final int PR_PIE_DIRECTION
- See Also:
- Constant Field Values
PR_PIE_X_POSITION
static final int PR_PIE_X_POSITION
- See Also:
- Constant Field Values
PR_PIE_Y_POSITION
static final int PR_PIE_Y_POSITION
- See Also:
- Constant Field Values
PR_PIE_DIAMETER
static final int PR_PIE_DIAMETER
- See Also:
- Constant Field Values
PR_SEG_LABEL_LOCATION
static final int PR_SEG_LABEL_LOCATION
- See Also:
- Constant Field Values
PR_SEG_PERCENT_LOCATION
static final int PR_SEG_PERCENT_LOCATION
- See Also:
- Constant Field Values
PR_SEG_VALUE_LOCATION
static final int PR_SEG_VALUE_LOCATION
- See Also:
- Constant Field Values
PR_X_AXIS_MINIMUM
static final int PR_X_AXIS_MINIMUM
- See Also:
- Constant Field Values
PR_X_AXIS_MAXIMUM
static final int PR_X_AXIS_MAXIMUM
- See Also:
- Constant Field Values
PR_X_AXIS_SCALE
static final int PR_X_AXIS_SCALE
- See Also:
- Constant Field Values
PR_X_AXIS_LOCATION
static final int PR_X_AXIS_LOCATION
- See Also:
- Constant Field Values
PR_X_AXIS_LABEL
static final int PR_X_AXIS_LABEL
- See Also:
- Constant Field Values
PR_X_AXIS_LABEL_LOCATION
static final int PR_X_AXIS_LABEL_LOCATION
- See Also:
- Constant Field Values
PR_X_TICK_MAJOR_INCREMENT
static final int PR_X_TICK_MAJOR_INCREMENT
- See Also:
- Constant Field Values
PR_X_TICK_MINOR_INCREMENT
static final int PR_X_TICK_MINOR_INCREMENT
- See Also:
- Constant Field Values
PR_X_TICK_STYLE
static final int PR_X_TICK_STYLE
- See Also:
- Constant Field Values
PR_X_TICK_GRID_STYLE
static final int PR_X_TICK_GRID_STYLE
- See Also:
- Constant Field Values
PR_X_TICK_WIDTH
static final int PR_X_TICK_WIDTH
- See Also:
- Constant Field Values
PR_X_TICK_LABEL_SOURCE
static final int PR_X_TICK_LABEL_SOURCE
- See Also:
- Constant Field Values
PR_LEGEND_TITLE
static final int PR_LEGEND_TITLE
- See Also:
- Constant Field Values
PR_LEGEND_BORDER_WIDTH
static final int PR_LEGEND_BORDER_WIDTH
- See Also:
- Constant Field Values
PR_LEGEND_PLACEMENT
static final int PR_LEGEND_PLACEMENT
- See Also:
- Constant Field Values
PR_LEGEND_IN_DATA_SPACE
static final int PR_LEGEND_IN_DATA_SPACE
- See Also:
- Constant Field Values
PR_LEGEND_X_LOCATION
static final int PR_LEGEND_X_LOCATION
- See Also:
- Constant Field Values
PR_LEGEND_Y_LOCATION
static final int PR_LEGEND_Y_LOCATION
- See Also:
- Constant Field Values
PR_LEGEND_X_POSITION
static final int PR_LEGEND_X_POSITION
- See Also:
- Constant Field Values
PR_LEGEND_Y_POSITION
static final int PR_LEGEND_Y_POSITION
- See Also:
- Constant Field Values
PR_LEGEND_X_ANCHOR
static final int PR_LEGEND_X_ANCHOR
- See Also:
- Constant Field Values
PR_LEGEND_Y_ANCHOR
static final int PR_LEGEND_Y_ANCHOR
- See Also:
- Constant Field Values
PR_HORIZ_ROTATION
static final int PR_HORIZ_ROTATION
- See Also:
- Constant Field Values
PR_VERT_ROTATION
static final int PR_VERT_ROTATION
- See Also:
- Constant Field Values
PR_DEPTH
static final int PR_DEPTH
- See Also:
- Constant Field Values
PR_DATA_VALUE_LOCATION
static final int PR_DATA_VALUE_LOCATION
- See Also:
- Constant Field Values
PR_TEXT_SIZE
static final int PR_TEXT_SIZE
- See Also:
- Constant Field Values
PR_TITLE_TEXT_SIZE
static final int PR_TITLE_TEXT_SIZE
- See Also:
- Constant Field Values
PR_SUBTITLE_TEXT_SIZE
static final int PR_SUBTITLE_TEXT_SIZE
- See Also:
- Constant Field Values
PR_LEGEND_TEXT_SIZE
static final int PR_LEGEND_TEXT_SIZE
- See Also:
- Constant Field Values
PR_DATA_BASIC_COLOR
static final int PR_DATA_BASIC_COLOR
- See Also:
- Constant Field Values
PR_Y1_AXIS_MINIMUM
static final int PR_Y1_AXIS_MINIMUM
- See Also:
- Constant Field Values
PR_Y1_AXIS_MAXIMUM
static final int PR_Y1_AXIS_MAXIMUM
- See Also:
- Constant Field Values
PR_Y1_AXIS_SCALE
static final int PR_Y1_AXIS_SCALE
- See Also:
- Constant Field Values
PR_Y1_AXIS_LOCATION
static final int PR_Y1_AXIS_LOCATION
- See Also:
- Constant Field Values
PR_Y1_AXIS_LABEL
static final int PR_Y1_AXIS_LABEL
- See Also:
- Constant Field Values
PR_Y1_AXIS_LABEL_LOCATION
static final int PR_Y1_AXIS_LABEL_LOCATION
- See Also:
- Constant Field Values
PR_Y1_TICK_MAJOR_INCREMENT
static final int PR_Y1_TICK_MAJOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y1_TICK_MINOR_INCREMENT
static final int PR_Y1_TICK_MINOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y1_TICK_STYLE
static final int PR_Y1_TICK_STYLE
- See Also:
- Constant Field Values
PR_Y1_TICK_GRID_STYLE
static final int PR_Y1_TICK_GRID_STYLE
- See Also:
- Constant Field Values
PR_Y1_TICK_WIDTH
static final int PR_Y1_TICK_WIDTH
- See Also:
- Constant Field Values
PR_Y1_TICK_LABEL_SOURCE
static final int PR_Y1_TICK_LABEL_SOURCE
- See Also:
- Constant Field Values
PR_Y2_AXIS_MINIMUM
static final int PR_Y2_AXIS_MINIMUM
- See Also:
- Constant Field Values
PR_Y2_AXIS_MAXIMUM
static final int PR_Y2_AXIS_MAXIMUM
- See Also:
- Constant Field Values
PR_Y2_AXIS_SCALE
static final int PR_Y2_AXIS_SCALE
- See Also:
- Constant Field Values
PR_Y2_AXIS_LOCATION
static final int PR_Y2_AXIS_LOCATION
- See Also:
- Constant Field Values
PR_Y2_AXIS_LABEL
static final int PR_Y2_AXIS_LABEL
- See Also:
- Constant Field Values
PR_Y2_AXIS_LABEL_LOCATION
static final int PR_Y2_AXIS_LABEL_LOCATION
- See Also:
- Constant Field Values
PR_Y2_TICK_MAJOR_INCREMENT
static final int PR_Y2_TICK_MAJOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y2_TICK_MINOR_INCREMENT
static final int PR_Y2_TICK_MINOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y2_TICK_STYLE
static final int PR_Y2_TICK_STYLE
- See Also:
- Constant Field Values
PR_Y2_TICK_GRID_STYLE
static final int PR_Y2_TICK_GRID_STYLE
- See Also:
- Constant Field Values
PR_Y2_TICK_WIDTH
static final int PR_Y2_TICK_WIDTH
- See Also:
- Constant Field Values
PR_Y2_TICK_LABEL_SOURCE
static final int PR_Y2_TICK_LABEL_SOURCE
- See Also:
- Constant Field Values
PR_Y_AXIS_MINIMUM
static final int PR_Y_AXIS_MINIMUM
- See Also:
- Constant Field Values
PR_Y_AXIS_MAXIMUM
static final int PR_Y_AXIS_MAXIMUM
- See Also:
- Constant Field Values
PR_Y_AXIS_SCALE
static final int PR_Y_AXIS_SCALE
- See Also:
- Constant Field Values
PR_Y_AXIS_LOCATION
static final int PR_Y_AXIS_LOCATION
- See Also:
- Constant Field Values
PR_Y_AXIS_LABEL
static final int PR_Y_AXIS_LABEL
- See Also:
- Constant Field Values
PR_Y_AXIS_LABEL_LOCATION
static final int PR_Y_AXIS_LABEL_LOCATION
- See Also:
- Constant Field Values
PR_Y_TICK_MAJOR_INCREMENT
static final int PR_Y_TICK_MAJOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y_TICK_MINOR_INCREMENT
static final int PR_Y_TICK_MINOR_INCREMENT
- See Also:
- Constant Field Values
PR_Y_TICK_STYLE
static final int PR_Y_TICK_STYLE
- See Also:
- Constant Field Values
PR_Y_TICK_GRID_STYLE
static final int PR_Y_TICK_GRID_STYLE
- See Also:
- Constant Field Values
PR_Y_TICK_WIDTH
static final int PR_Y_TICK_WIDTH
- See Also:
- Constant Field Values
PR_Y_TICK_LABEL_SOURCE
static final int PR_Y_TICK_LABEL_SOURCE
- See Also:
- Constant Field Values
PR_JUSTIFICATION
static final int PR_JUSTIFICATION
- See Also:
- Constant Field Values
PR_SELECT_ON_ENTRY
static final int PR_SELECT_ON_ENTRY
- See Also:
- Constant Field Values
PR_CALCULATION
static final int PR_CALCULATION
- See Also:
- Constant Field Values
PR_LABEL
static final int PR_LABEL
- See Also:
- Constant Field Values
PR_POPUP_MENU
static final int PR_POPUP_MENU
- See Also:
- Constant Field Values
PR_POPUP_SCRIPT_FILE
static final int PR_POPUP_SCRIPT_FILE
- See Also:
- Constant Field Values
PR_TABLE_LOOKUP
static final int PR_TABLE_LOOKUP
- See Also:
- Constant Field Values
PR_KEYSTROKE_FILTER
static final int PR_KEYSTROKE_FILTER
- See Also:
- Constant Field Values
PR_MINIMUM_VALUE
static final int PR_MINIMUM_VALUE
- See Also:
- Constant Field Values
PR_MAXIMUM_VALUE
static final int PR_MAXIMUM_VALUE
- See Also:
- Constant Field Values
PR_DECIMAL_PLACES
static final int PR_DECIMAL_PLACES
- See Also:
- Constant Field Values
PR_C_TYPE
static final int PR_C_TYPE
- See Also:
- Constant Field Values
PR_PRECISION
static final int PR_PRECISION
- See Also:
- Constant Field Values
PR_SIGN
static final int PR_SIGN
- See Also:
- Constant Field Values
PR_DEFAULT_CANCEL
static final int PR_DEFAULT_CANCEL
- See Also:
- Constant Field Values
PR_NULL_FIELD
static final int PR_NULL_FIELD
- See Also:
- Constant Field Values
PR_NULL_TEXT
static final int PR_NULL_TEXT
- See Also:
- Constant Field Values
PR_REPEATING
static final int PR_REPEATING
- See Also:
- Constant Field Values
PR_EDIT_MASK
static final int PR_EDIT_MASK
- See Also:
- Constant Field Values
PR_REG_EXP_FILTER
static final int PR_REG_EXP_FILTER
- See Also:
- Constant Field Values
PR_REGULAR_EXP
static final int PR_REGULAR_EXP
- See Also:
- Constant Field Values
PR_MNEMONIC_POSITION
static final int PR_MNEMONIC_POSITION
- See Also:
- Constant Field Values
PR_MNEMONIC_CHARACTER
static final int PR_MNEMONIC_CHARACTER
- See Also:
- Constant Field Values
PR_TABLEVIEW
static final int PR_TABLEVIEW
- See Also:
- Constant Field Values
PR_SYNC_GROUP
static final int PR_SYNC_GROUP
- See Also:
- Constant Field Values
PR_VALIDED
static final int PR_VALIDED
- See Also:
- Constant Field Values
PR_MDT
static final int PR_MDT
- See Also:
- Constant Field Values
PR_INPUT_PROTECTION
static final int PR_INPUT_PROTECTION
- See Also:
- Constant Field Values
PR_CLEARING_PROTECT
static final int PR_CLEARING_PROTECT
- See Also:
- Constant Field Values
PR_GRID
static final int PR_GRID
- See Also:
- Constant Field Values
PR_ID
static final int PR_ID
- See Also:
- Constant Field Values
PR_DATA_FORMATTING
static final int PR_DATA_FORMATTING
- See Also:
- Constant Field Values
PR_NUMERIC_TYPE
static final int PR_NUMERIC_TYPE
- See Also:
- Constant Field Values
PR_MIN_DECIMALS
static final int PR_MIN_DECIMALS
- See Also:
- Constant Field Values
PR_MAX_DECIMALS
static final int PR_MAX_DECIMALS
- See Also:
- Constant Field Values
PR_DECIMAL_SYMBOL
static final int PR_DECIMAL_SYMBOL
- See Also:
- Constant Field Values
PR_THOUSAND_SEP
static final int PR_THOUSAND_SEP
- See Also:
- Constant Field Values
PR_CURRENCY_SYMBOL
static final int PR_CURRENCY_SYMBOL
- See Also:
- Constant Field Values
PR_PLACEMENT
static final int PR_PLACEMENT
- See Also:
- Constant Field Values
PR_ROUNDING
static final int PR_ROUNDING
- See Also:
- Constant Field Values
PR_FILL_CHARACTER
static final int PR_FILL_CHARACTER
- See Also:
- Constant Field Values
PR_ZERO_FORMAT
static final int PR_ZERO_FORMAT
- See Also:
- Constant Field Values
PR_EMPTY_FORMAT
static final int PR_EMPTY_FORMAT
- See Also:
- Constant Field Values
PR_DATE_FORMAT
static final int PR_DATE_FORMAT
- See Also:
- Constant Field Values
PR_SYSTEM_UPDATE
static final int PR_SYSTEM_UPDATE
- See Also:
- Constant Field Values
PR_CLOCK_TYPE
static final int PR_CLOCK_TYPE
- See Also:
- Constant Field Values
PR_FREQUENCY
static final int PR_FREQUENCY
- See Also:
- Constant Field Values
PR_CUSTOM_FORMAT
static final int PR_CUSTOM_FORMAT
- See Also:
- Constant Field Values
PR_REQUIRED
static final int PR_REQUIRED
- See Also:
- Constant Field Values
PR_JAM_5_MENU
static final int PR_JAM_5_MENU
- See Also:
- Constant Field Values
PR_JAM_5_RET_ENTRY
static final int PR_JAM_5_RET_ENTRY
- See Also:
- Constant Field Values
PR_MUST_FILL
static final int PR_MUST_FILL
- See Also:
- Constant Field Values
PR_ALL_PROTECT
static final int PR_ALL_PROTECT
- See Also:
- Constant Field Values
PR_CONVERT_CASE
static final int PR_CONVERT_CASE
- See Also:
- Constant Field Values
PR_WORD_WRAP
static final int PR_WORD_WRAP
- See Also:
- Constant Field Values
PR_WORD_WRAP_FUNC
static final int PR_WORD_WRAP_FUNC
- See Also:
- Constant Field Values
PR_NUM_OF_SELECTIONS
static final int PR_NUM_OF_SELECTIONS
- See Also:
- Constant Field Values
PR_WIDGET_TYPE
static final int PR_WIDGET_TYPE
- See Also:
- Constant Field Values
PR_LISTBOX_TYPE
static final int PR_LISTBOX_TYPE
- See Also:
- Constant Field Values
PR_HAS_RW
static final int PR_HAS_RW
- See Also:
- Constant Field Values
PR_CARD_NUMBER
static final int PR_CARD_NUMBER
- See Also:
- Constant Field Values
PR_JAVA_TAG
static final int PR_JAVA_TAG
- See Also:
- Constant Field Values
PR_CHECK_DIGIT
static final int PR_CHECK_DIGIT
- See Also:
- Constant Field Values
PR_MINIMUM_DIGITS
static final int PR_MINIMUM_DIGITS
- See Also:
- Constant Field Values
PR_CARD_ENTRY_FUNC
static final int PR_CARD_ENTRY_FUNC
- See Also:
- Constant Field Values
PR_CARD_EXIT_FUNC
static final int PR_CARD_EXIT_FUNC
- See Also:
- Constant Field Values
PR_EXPOSE_FUNCTION
static final int PR_EXPOSE_FUNCTION
- See Also:
- Constant Field Values
PR_HIDE_FUNCTION
static final int PR_HIDE_FUNCTION
- See Also:
- Constant Field Values
PR_NUMBER_OF_CARDS
static final int PR_NUMBER_OF_CARDS
- See Also:
- Constant Field Values
PR_TOPMOST_CARD
static final int PR_TOPMOST_CARD
- See Also:
- Constant Field Values
PR_DECK
static final int PR_DECK
- See Also:
- Constant Field Values
PR_CARD
static final int PR_CARD
- See Also:
- Constant Field Values
PR_JAM5_NO_MDT_EXPHIDE
static final int PR_JAM5_NO_MDT_EXPHIDE
- See Also:
- Constant Field Values
PR_JAM5_PROT_EMPTY_LB
static final int PR_JAM5_PROT_EMPTY_LB
- See Also:
- Constant Field Values
PR_JAM5_FMT_IS_NUMERIC
static final int PR_JAM5_FMT_IS_NUMERIC
- See Also:
- Constant Field Values
PR_JAM5_SHOW_OPTMNU
static final int PR_JAM5_SHOW_OPTMNU
- See Also:
- Constant Field Values
PR_JAM5_NULL_FLD_COLON_EXP
static final int PR_JAM5_NULL_FLD_COLON_EXP
- See Also:
- Constant Field Values
PR_JAM70_SCROLLING_MERGE
static final int PR_JAM70_SCROLLING_MERGE
- See Also:
- Constant Field Values
PR_JAM70_BROKEN_C_OFF
static final int PR_JAM70_BROKEN_C_OFF
- See Also:
- Constant Field Values
PR_JAM70_CLR_ALLPROTECT
static final int PR_JAM70_CLR_ALLPROTECT
- See Also:
- Constant Field Values
PR_JAM70_CTYPE_CURRED
static final int PR_JAM70_CTYPE_CURRED
- See Also:
- Constant Field Values
PR_JAM70_EXCESS_ZEROES
static final int PR_JAM70_EXCESS_ZEROES
- See Also:
- Constant Field Values
PR_JAM70_EXCESS_MDTS
static final int PR_JAM70_EXCESS_MDTS
- See Also:
- Constant Field Values
PR_JAM6_ADJ_LB_WIDTH
static final int PR_JAM6_ADJ_LB_WIDTH
- See Also:
- Constant Field Values
PR_JAM70_ADJ_LB_WIDTH
static final int PR_JAM70_ADJ_LB_WIDTH
- See Also:
- Constant Field Values
PR_JAM70_DISABLE_NEVER_PI
static final int PR_JAM70_DISABLE_NEVER_PI
- See Also:
- Constant Field Values
PR_JAM70_DISABLE_RW_FONT_CACHE
static final int PR_JAM70_DISABLE_RW_FONT_CACHE
- See Also:
- Constant Field Values
PR_JAM70_CLR_OPTMNU
static final int PR_JAM70_CLR_OPTMNU
- See Also:
- Constant Field Values
PR_JAM70_EXTRA_LB_VALID
static final int PR_JAM70_EXTRA_LB_VALID
- See Also:
- Constant Field Values
PR_JAM70_DEFBTN_ON_CLICK
static final int PR_JAM70_DEFBTN_ON_CLICK
- See Also:
- Constant Field Values
PR_JAM70_NO_XMIT_CTRLSTR
static final int PR_JAM70_NO_XMIT_CTRLSTR
- See Also:
- Constant Field Values
PR_JAM70_DISABLE_NEW_MENU_STYLE
static final int PR_JAM70_DISABLE_NEW_MENU_STYLE
- See Also:
- Constant Field Values
PR_BI_STRING
static final int PR_BI_STRING
- See Also:
- Constant Field Values
PR_DI_STRING
static final int PR_DI_STRING
- See Also:
- Constant Field Values
PR_CHTABLE
static final int PR_CHTABLE
- See Also:
- Constant Field Values
PR_DEF_TRAN
static final int PR_DEF_TRAN
- See Also:
- Constant Field Values
PR_COLLEN
static final int PR_COLLEN
- See Also:
- Constant Field Values
PR_COLPRECISION
static final int PR_COLPRECISION
- See Also:
- Constant Field Values
PR_COLSCALE
static final int PR_COLSCALE
- See Also:
- Constant Field Values
PR_COLTYPE
static final int PR_COLTYPE
- See Also:
- Constant Field Values
PR_COLUMN
static final int PR_COLUMN
- See Also:
- Constant Field Values
PR_COLUMNS
static final int PR_COLUMNS
- See Also:
- Constant Field Values
PR_NUM_COLUMNS
static final int PR_NUM_COLUMNS
- See Also:
- Constant Field Values
PR_DELPFIRST
static final int PR_DELPFIRST
- See Also:
- Constant Field Values
PR_NUM_DEL_IMAGES
static final int PR_NUM_DEL_IMAGES
- See Also:
- Constant Field Values
PR_DISTINCT
static final int PR_DISTINCT
- See Also:
- Constant Field Values
PR_GROUP_BY
static final int PR_GROUP_BY
- See Also:
- Constant Field Values
PR_HAVING
static final int PR_HAVING
- See Also:
- Constant Field Values
PR_HOOK_FN
static final int PR_HOOK_FN
- See Also:
- Constant Field Values
PR_INCLIFNULL
static final int PR_INCLIFNULL
- See Also:
- Constant Field Values
PR_ININSERT
static final int PR_ININSERT
- See Also:
- Constant Field Values
PR_INSELECT
static final int PR_INSELECT
- See Also:
- Constant Field Values
PR_INSEXPRESSION
static final int PR_INSEXPRESSION
- See Also:
- Constant Field Values
PR_INSPFIRST
static final int PR_INSPFIRST
- See Also:
- Constant Field Values
PR_INUPDATE
static final int PR_INUPDATE
- See Also:
- Constant Field Values
PR_LTYPE
static final int PR_LTYPE
- See Also:
- Constant Field Values
PR_JTYPE
static final int PR_JTYPE
- See Also:
- Constant Field Values
PR_MODALITY
static final int PR_MODALITY
- See Also:
- Constant Field Values
PR_PKEY
static final int PR_PKEY
- See Also:
- Constant Field Values
PR_PTABLE
static final int PR_PTABLE
- See Also:
- Constant Field Values
PR_RELATIONS
static final int PR_RELATIONS
- See Also:
- Constant Field Values
PR_REL_PARENT
static final int PR_REL_PARENT
- See Also:
- Constant Field Values
PR_REL_OP
static final int PR_REL_OP
- See Also:
- Constant Field Values
PR_REL_CHILD
static final int PR_REL_CHILD
- See Also:
- Constant Field Values
PR_ROOT
static final int PR_ROOT
- See Also:
- Constant Field Values
PR_SELEXPRESSION
static final int PR_SELEXPRESSION
- See Also:
- Constant Field Values
PR_SETVALID
static final int PR_SETVALID
- See Also:
- Constant Field Values
PR_SORT
static final int PR_SORT
- See Also:
- Constant Field Values
PR_TBLNAME
static final int PR_TBLNAME
- See Also:
- Constant Field Values
PR_TRAN_MODEL
static final int PR_TRAN_MODEL
- See Also:
- Constant Field Values
PR_UPDATABLE
static final int PR_UPDATABLE
- See Also:
- Constant Field Values
PR_UPDEXPRESSION
static final int PR_UPDEXPRESSION
- See Also:
- Constant Field Values
PR_UPDPFIRST
static final int PR_UPDPFIRST
- See Also:
- Constant Field Values
PR_WHERE
static final int PR_WHERE
- See Also:
- Constant Field Values
PR_INWHERE
static final int PR_INWHERE
- See Also:
- Constant Field Values
PR_VALIDATIONLINK
static final int PR_VALIDATIONLINK
- See Also:
- Constant Field Values
PR_SELVALIDATE
static final int PR_SELVALIDATE
- See Also:
- Constant Field Values
PR_SYNC
static final int PR_SYNC
- See Also:
- Constant Field Values
PR_INUPDWHERE
static final int PR_INUPDWHERE
- See Also:
- Constant Field Values
PR_INDELWHERE
static final int PR_INDELWHERE
- See Also:
- Constant Field Values
PR_VERCOL
static final int PR_VERCOL
- See Also:
- Constant Field Values
PR_FETCH_DIRECTIONS
static final int PR_FETCH_DIRECTIONS
- See Also:
- Constant Field Values
PR_COUNT_RESULT
static final int PR_COUNT_RESULT
- See Also:
- Constant Field Values
PR_COUNT_SELECT
static final int PR_COUNT_SELECT
- See Also:
- Constant Field Values
PR_COUNT_THRESHOLD
static final int PR_COUNT_THRESHOLD
- See Also:
- Constant Field Values
PR_COUNT_WARNING
static final int PR_COUNT_WARNING
- See Also:
- Constant Field Values
PR_TV
static final int PR_TV
- See Also:
- Constant Field Values
PR_SV
static final int PR_SV
- See Also:
- Constant Field Values
PR_NUM_FIELDS_IN_TV
static final int PR_NUM_FIELDS_IN_TV
- See Also:
- Constant Field Values
PR_FIELD_IN_TV
static final int PR_FIELD_IN_TV
- See Also:
- Constant Field Values
PR_PARENT_LINK
static final int PR_PARENT_LINK
- See Also:
- Constant Field Values
PR_NUM_CHILDREN
static final int PR_NUM_CHILDREN
- See Also:
- Constant Field Values
PR_NUM_KEY_COLUMNS
static final int PR_NUM_KEY_COLUMNS
- See Also:
- Constant Field Values
PR_KEY_FIELD_IN_TV
static final int PR_KEY_FIELD_IN_TV
- See Also:
- Constant Field Values
PR_KEY_CONSTANT_IN_TV
static final int PR_KEY_CONSTANT_IN_TV
- See Also:
- Constant Field Values
PR_NUM_SVS_BELOW
static final int PR_NUM_SVS_BELOW
- See Also:
- Constant Field Values
PR_SV_BELOW
static final int PR_SV_BELOW
- See Also:
- Constant Field Values
PR_NUM_TVS
static final int PR_NUM_TVS
- See Also:
- Constant Field Values
PR_NUM_TVS_BELOW
static final int PR_NUM_TVS_BELOW
- See Also:
- Constant Field Values
PR_TV_BELOW
static final int PR_TV_BELOW
- See Also:
- Constant Field Values
PR_NUM_FIELDS_IN_SV
static final int PR_NUM_FIELDS_IN_SV
- See Also:
- Constant Field Values
PR_FIELD_IN_SV
static final int PR_FIELD_IN_SV
- See Also:
- Constant Field Values
PR_NUM_FIELDS_BELOW_SV
static final int PR_NUM_FIELDS_BELOW_SV
- See Also:
- Constant Field Values
PR_FIELD_BELOW_SV
static final int PR_FIELD_BELOW_SV
- See Also:
- Constant Field Values
PR_NUM_RELATIONS
static final int PR_NUM_RELATIONS
- See Also:
- Constant Field Values
PR_NUM_SORTS
static final int PR_NUM_SORTS
- See Also:
- Constant Field Values
PR_BI_STATUS
static final int PR_BI_STATUS
- See Also:
- Constant Field Values
PR_SOURCE_OCC
static final int PR_SOURCE_OCC
- See Also:
- Constant Field Values
PR_MAX_FETCHES
static final int PR_MAX_FETCHES
- See Also:
- Constant Field Values
PR_MAX_ROWS_PER_FETCH
static final int PR_MAX_ROWS_PER_FETCH
- See Also:
- Constant Field Values
PR_TM_CLEAR_FAST
static final int PR_TM_CLEAR_FAST
- See Also:
- Constant Field Values
PR_RW_PLACEMENT
static final int PR_RW_PLACEMENT
- See Also:
- Constant Field Values
PR_RW_VALUE
static final int PR_RW_VALUE
- See Also:
- Constant Field Values
PR_RW_VALUE_SOURCE
static final int PR_RW_VALUE_SOURCE
- See Also:
- Constant Field Values
PR_RW_INITIALIZE_IN
static final int PR_RW_INITIALIZE_IN
- See Also:
- Constant Field Values
PR_RW_UPDATE_IN
static final int PR_RW_UPDATE_IN
- See Also:
- Constant Field Values
PR_RW_CONTEXT
static final int PR_RW_CONTEXT
- See Also:
- Constant Field Values
PR_RW_DETAIL_BUNDLE
static final int PR_RW_DETAIL_BUNDLE
- See Also:
- Constant Field Values
PR_RW_DETAIL_QUERY
static final int PR_RW_DETAIL_QUERY
- See Also:
- Constant Field Values
PR_RW_DETAIL_ROOT
static final int PR_RW_DETAIL_ROOT
- See Also:
- Constant Field Values
PR_RW_CURSOR_AND_USING
static final int PR_RW_CURSOR_AND_USING
- See Also:
- Constant Field Values
PR_RW_SQL_STATEMENT
static final int PR_RW_SQL_STATEMENT
- See Also:
- Constant Field Values
PR_RW_DETAIL_TYPE
static final int PR_RW_DETAIL_TYPE
- See Also:
- Constant Field Values
PR_RW_PRE_BREAK_CALL
static final int PR_RW_PRE_BREAK_CALL
- See Also:
- Constant Field Values
PR_RW_ONE_PER_PAGE
static final int PR_RW_ONE_PER_PAGE
- See Also:
- Constant Field Values
PR_RW_USE_DEFAULT_CURSOR
static final int PR_RW_USE_DEFAULT_CURSOR
- See Also:
- Constant Field Values
PR_RW_ACTION_TYPE
static final int PR_RW_ACTION_TYPE
- See Also:
- Constant Field Values
PR_RW_ACTION_STRING
static final int PR_RW_ACTION_STRING
- See Also:
- Constant Field Values
PR_RW_INDENT
static final int PR_RW_INDENT
- See Also:
- Constant Field Values
PR_RW_AREA_JUSTIFICATION
static final int PR_RW_AREA_JUSTIFICATION
- See Also:
- Constant Field Values
PR_RW_REPORT_RESERVE_LINES
static final int PR_RW_REPORT_RESERVE_LINES
- See Also:
- Constant Field Values
PR_RW_AREA_SHRINK
static final int PR_RW_AREA_SHRINK
- See Also:
- Constant Field Values
PR_RW_AREA_KEEP_ON_PAGE
static final int PR_RW_AREA_KEEP_ON_PAGE
- See Also:
- Constant Field Values
PR_RW_REPORT_KEEP_ON_PAGE
static final int PR_RW_REPORT_KEEP_ON_PAGE
- See Also:
- Constant Field Values
PR_RW_REPORT_USE_CALLER_GROUPS
static final int PR_RW_REPORT_USE_CALLER_GROUPS
- See Also:
- Constant Field Values
PR_RW_REPORT_USE_CALLER_LAYOUT
static final int PR_RW_REPORT_USE_CALLER_LAYOUT
- See Also:
- Constant Field Values
PR_RW_GROUP_FIELD
static final int PR_RW_GROUP_FIELD
- See Also:
- Constant Field Values
PR_RW_GROUP_CUSTOM_SPACE
static final int PR_RW_GROUP_CUSTOM_SPACE
- See Also:
- Constant Field Values
PR_RW_ONE_DETAIL_FOOTER
static final int PR_RW_ONE_DETAIL_FOOTER
- See Also:
- Constant Field Values
PR_RW_GROUP_REPEAT
static final int PR_RW_GROUP_REPEAT
- See Also:
- Constant Field Values
PR_RW_GROUP_RUNNING_HEADER
static final int PR_RW_GROUP_RUNNING_HEADER
- See Also:
- Constant Field Values
PR_RW_GROUP_LOCAL_HEADER_ONLY
static final int PR_RW_GROUP_LOCAL_HEADER_ONLY
- See Also:
- Constant Field Values
PR_RW_GROUP_KEEP_ON_PAGE
static final int PR_RW_GROUP_KEEP_ON_PAGE
- See Also:
- Constant Field Values
PR_RW_LAYOUT_LINES
static final int PR_RW_LAYOUT_LINES
- See Also:
- Constant Field Values
PR_RW_LAYOUT_COLUMNS
static final int PR_RW_LAYOUT_COLUMNS
- See Also:
- Constant Field Values
PR_RW_LAYOUT_LEFTMARGIN
static final int PR_RW_LAYOUT_LEFTMARGIN
- See Also:
- Constant Field Values
PR_RW_LAYOUT_FEEDLINES
static final int PR_RW_LAYOUT_FEEDLINES
- See Also:
- Constant Field Values
PR_RW_LAYOUT_FIXEDLENGTH
static final int PR_RW_LAYOUT_FIXEDLENGTH
- See Also:
- Constant Field Values
PR_RW_LAYOUT_ORIENTATION
static final int PR_RW_LAYOUT_ORIENTATION
- See Also:
- Constant Field Values
PR_RW_FLOATING_FOOTER
static final int PR_RW_FLOATING_FOOTER
- See Also:
- Constant Field Values
PR_RW_PAGE_SIZE
static final int PR_RW_PAGE_SIZE
- See Also:
- Constant Field Values
PR_RW_POLL_FREQUENCY
static final int PR_RW_POLL_FREQUENCY
- See Also:
- Constant Field Values
PR_RW_VIEW_FULL_PAGE
static final int PR_RW_VIEW_FULL_PAGE
- See Also:
- Constant Field Values
PR_ICON
static final int PR_ICON
- See Also:
- Constant Field Values
PR_GUI_FONT
static final int PR_GUI_FONT
- See Also:
- Constant Field Values
PR_POINTER
static final int PR_POINTER
- See Also:
- Constant Field Values
PR_GRID_WIDTH
static final int PR_GRID_WIDTH
- See Also:
- Constant Field Values
PR_GRID_HEIGHT
static final int PR_GRID_HEIGHT
- See Also:
- Constant Field Values
PR_GUI_HEIGHT
static final int PR_GUI_HEIGHT
- See Also:
- Constant Field Values
PR_GUI_WIDTH
static final int PR_GUI_WIDTH
- See Also:
- Constant Field Values
PR_GUI_START_COLUMN
static final int PR_GUI_START_COLUMN
- See Also:
- Constant Field Values
PR_GUI_START_ROW
static final int PR_GUI_START_ROW
- See Also:
- Constant Field Values
PR_GUI_SPACING
static final int PR_GUI_SPACING
- See Also:
- Constant Field Values
PR_HORIZ_ANCHOR
static final int PR_HORIZ_ANCHOR
- See Also:
- Constant Field Values
PR_VERTICAL_ANCHOR
static final int PR_VERTICAL_ANCHOR
- See Also:
- Constant Field Values
PR_ACTIVE_PIXMAP
static final int PR_ACTIVE_PIXMAP
- See Also:
- Constant Field Values
PR_ARMED_PIXMAP
static final int PR_ARMED_PIXMAP
- See Also:
- Constant Field Values
PR_INACTIVE_PIXMAP
static final int PR_INACTIVE_PIXMAP
- See Also:
- Constant Field Values
PR_GUI_END_ROW
static final int PR_GUI_END_ROW
- See Also:
- Constant Field Values
PR_GUI_END_COLUMN
static final int PR_GUI_END_COLUMN
- See Also:
- Constant Field Values
PR_MIN_HORIZ_SPACE
static final int PR_MIN_HORIZ_SPACE
- See Also:
- Constant Field Values
PR_MIN_VERT_SPACE
static final int PR_MIN_VERT_SPACE
- See Also:
- Constant Field Values
PR_REGION_MARGIN
static final int PR_REGION_MARGIN
- See Also:
- Constant Field Values
PR_HORIZ_SHRINKING
static final int PR_HORIZ_SHRINKING
- See Also:
- Constant Field Values
PR_VERT_SHRINKING
static final int PR_VERT_SHRINKING
- See Also:
- Constant Field Values
PR_WALLPAPER_PIXMAP
static final int PR_WALLPAPER_PIXMAP
- See Also:
- Constant Field Values
PR_AUTO_HORIZ_RESIZE
static final int PR_AUTO_HORIZ_RESIZE
- See Also:
- Constant Field Values
PR_AUTO_VERT_RESIZE
static final int PR_AUTO_VERT_RESIZE
- See Also:
- Constant Field Values
PR_HORIZ_MIN_SIZE
static final int PR_HORIZ_MIN_SIZE
- See Also:
- Constant Field Values
PR_VERT_MIN_SIZE
static final int PR_VERT_MIN_SIZE
- See Also:
- Constant Field Values
PR_HORIZ_MAX_SIZE
static final int PR_HORIZ_MAX_SIZE
- See Also:
- Constant Field Values
PR_VERT_MAX_SIZE
static final int PR_VERT_MAX_SIZE
- See Also:
- Constant Field Values
PR_TRIM_ENDS
static final int PR_TRIM_ENDS
- See Also:
- Constant Field Values
PR_CONTROL_NAME
static final int PR_CONTROL_NAME
- See Also:
- Constant Field Values
PR_CLSID
static final int PR_CLSID
- See Also:
- Constant Field Values
PR_OTHER_PROPS
static final int PR_OTHER_PROPS
- See Also:
- Constant Field Values
PR_CLOSE_ITEM
static final int PR_CLOSE_ITEM
- See Also:
- Constant Field Values
PR_STARTUP
static final int PR_STARTUP
- See Also:
- Constant Field Values
PR_MAX_MIN
static final int PR_MAX_MIN
- See Also:
- Constant Field Values
PR_CUSTOMER_DRAWN
static final int PR_CUSTOMER_DRAWN
- See Also:
- Constant Field Values
PR_POSITION_REGION
static final int PR_POSITION_REGION
- See Also:
- Constant Field Values
PR_WALLPAPER_STYLE
static final int PR_WALLPAPER_STYLE
- See Also:
- Constant Field Values
PR_KEEP_IMAGE_SIZE
static final int PR_KEEP_IMAGE_SIZE
- See Also:
- Constant Field Values
PR_TOOLBAR_ALLOWED_SITES
static final int PR_TOOLBAR_ALLOWED_SITES
- See Also:
- Constant Field Values
PR_TOOLBAR_CURRENT_SITE
static final int PR_TOOLBAR_CURRENT_SITE
- See Also:
- Constant Field Values
PR_TOOLBAR_HIDDEN
static final int PR_TOOLBAR_HIDDEN
- See Also:
- Constant Field Values
PR_TOOLBAR_SHOW_LABELS
static final int PR_TOOLBAR_SHOW_LABELS
- See Also:
- Constant Field Values
PR_TOOLBAR_X_POSITION
static final int PR_TOOLBAR_X_POSITION
- See Also:
- Constant Field Values
PR_TOOLBAR_Y_POSITION
static final int PR_TOOLBAR_Y_POSITION
- See Also:
- Constant Field Values
PR_TP_ASYNC_POLL_INTRVL
static final int PR_TP_ASYNC_POLL_INTRVL
- See Also:
- Constant Field Values
PR_TP_UNSOL_POLL_INTRVL
static final int PR_TP_UNSOL_POLL_INTRVL
- See Also:
- Constant Field Values
PR_TP_RETURN
static final int PR_TP_RETURN
- See Also:
- Constant Field Values
PR_TP_SEVERITY
static final int PR_TP_SEVERITY
- See Also:
- Constant Field Values
PR_TP_EXC_CODE
static final int PR_TP_EXC_CODE
- See Also:
- Constant Field Values
PR_TP_EXC_MSG
static final int PR_TP_EXC_MSG
- See Also:
- Constant Field Values
PR_TP_MON_EXC_CODE
static final int PR_TP_MON_EXC_CODE
- See Also:
- Constant Field Values
PR_TP_MON_EXC_MSG
static final int PR_TP_MON_EXC_MSG
- See Also:
- Constant Field Values
PR_TP_EXC_NAMES
static final int PR_TP_EXC_NAMES
- See Also:
- Constant Field Values
PR_TP_SEVERITY_NAMES
static final int PR_TP_SEVERITY_NAMES
- See Also:
- Constant Field Values
PR_TP_SVC_OUTCOME
static final int PR_TP_SVC_OUTCOME
- See Also:
- Constant Field Values
PR_TP_SVC_RETURN
static final int PR_TP_SVC_RETURN
- See Also:
- Constant Field Values
PR_TP_THIS_CALL
static final int PR_TP_THIS_CALL
- See Also:
- Constant Field Values
PR_TP_TRAN_STATUS
static final int PR_TP_TRAN_STATUS
- See Also:
- Constant Field Values
PR_TP_SVC_CACHE_SIZE
static final int PR_TP_SVC_CACHE_SIZE
- See Also:
- Constant Field Values
PR_TP_LOG_LEVEL
static final int PR_TP_LOG_LEVEL
- See Also:
- Constant Field Values
PR_TP_LOG_CLASS
static final int PR_TP_LOG_CLASS
- See Also:
- Constant Field Values
PR_TP_BLOCK
static final int PR_TP_BLOCK
- See Also:
- Constant Field Values
PR_TP_COMMIT_RETURN
static final int PR_TP_COMMIT_RETURN
- See Also:
- Constant Field Values
PR_TP_SIGNAL_RESTART
static final int PR_TP_SIGNAL_RESTART
- See Also:
- Constant Field Values
PR_TP_TIMEOUT
static final int PR_TP_TIMEOUT
- See Also:
- Constant Field Values
PR_TP_TRAN_LEVEL
static final int PR_TP_TRAN_LEVEL
- See Also:
- Constant Field Values
PR_CALL_INITIAL_TEXT
static final int PR_CALL_INITIAL_TEXT
- See Also:
- Constant Field Values
PR_CALL_ORIGIN
static final int PR_CALL_ORIGIN
- See Also:
- Constant Field Values
PR_CALL_SVC_NAME
static final int PR_CALL_SVC_NAME
- See Also:
- Constant Field Values
PR_CALL_TEXT
static final int PR_CALL_TEXT
- See Also:
- Constant Field Values
PR_HDL_ADVERTISE
static final int PR_HDL_ADVERTISE
- See Also:
- Constant Field Values
PR_HDL_JIF_CHANGED
static final int PR_HDL_JIF_CHANGED
- See Also:
- Constant Field Values
PR_HDL_EXCEPTION
static final int PR_HDL_EXCEPTION
- See Also:
- Constant Field Values
PR_HDL_MESSAGE
static final int PR_HDL_MESSAGE
- See Also:
- Constant Field Values
PR_HDL_POST_COMMAND
static final int PR_HDL_POST_COMMAND
- See Also:
- Constant Field Values
PR_HDL_POST_REQUEST
static final int PR_HDL_POST_REQUEST
- See Also:
- Constant Field Values
PR_HDL_POST_SERVICE
static final int PR_HDL_POST_SERVICE
- See Also:
- Constant Field Values
PR_HDL_PRE_COMMAND
static final int PR_HDL_PRE_COMMAND
- See Also:
- Constant Field Values
PR_HDL_PRE_REQUEST
static final int PR_HDL_PRE_REQUEST
- See Also:
- Constant Field Values
PR_HDL_PRE_SERVICE
static final int PR_HDL_PRE_SERVICE
- See Also:
- Constant Field Values
PR_HDL_REQUEST_RECEIVED
static final int PR_HDL_REQUEST_RECEIVED
- See Also:
- Constant Field Values
PR_HDL_SERVER_EXIT
static final int PR_HDL_SERVER_EXIT
- See Also:
- Constant Field Values
PR_HDL_UNADVERTISE
static final int PR_HDL_UNADVERTISE
- See Also:
- Constant Field Values
PR_HDL_UNLOAD
static final int PR_HDL_UNLOAD
- See Also:
- Constant Field Values
PR_DELETE_SERVICE
static final int PR_DELETE_SERVICE
- See Also:
- Constant Field Values
PR_INSERT_SERVICE
static final int PR_INSERT_SERVICE
- See Also:
- Constant Field Values
PR_SELECT_SERVICE
static final int PR_SELECT_SERVICE
- See Also:
- Constant Field Values
PR_UPDATE_SERVICE
static final int PR_UPDATE_SERVICE
- See Also:
- Constant Field Values
PR_VALIDATION_SERVICE
static final int PR_VALIDATION_SERVICE
- See Also:
- Constant Field Values
PR_TM_SERVER_VIEW
static final int PR_TM_SERVER_VIEW
- See Also:
- Constant Field Values
PR_TM_SCOPE
static final int PR_TM_SCOPE
- See Also:
- Constant Field Values
PR_TM_TRANSACTION
static final int PR_TM_TRANSACTION
- See Also:
- Constant Field Values
PR_TM_IN_ARGS
static final int PR_TM_IN_ARGS
- See Also:
- Constant Field Values
PR_MIDDLEWARE
static final int PR_MIDDLEWARE
- See Also:
- Constant Field Values
PR_TP_AGENT_TYPE
static final int PR_TP_AGENT_TYPE
- See Also:
- Constant Field Values
PR_DEVSERV_ID
static final int PR_DEVSERV_ID
- See Also:
- Constant Field Values
PR_CALL_SVC_ALIAS
static final int PR_CALL_SVC_ALIAS
- See Also:
- Constant Field Values
PR_CALL_CLIENT
static final int PR_CALL_CLIENT
- See Also:
- Constant Field Values
PR_CALL_IN_TRANSACTION
static final int PR_CALL_IN_TRANSACTION
- See Also:
- Constant Field Values
PR_CALL_NO_REPLY
static final int PR_CALL_NO_REPLY
- See Also:
- Constant Field Values
PR_CALL_PRIORITY
static final int PR_CALL_PRIORITY
- See Also:
- Constant Field Values
PR_CALL_SECURITY_KEY
static final int PR_CALL_SECURITY_KEY
- See Also:
- Constant Field Values
PR_LINK
static final int PR_LINK
- See Also:
- Constant Field Values
PR_HTML_TEMPLATE
static final int PR_HTML_TEMPLATE
- See Also:
- Constant Field Values
PR_ON_BLUR
static final int PR_ON_BLUR
- See Also:
- Constant Field Values
PR_ON_CHANGE
static final int PR_ON_CHANGE
- See Also:
- Constant Field Values
PR_ON_CLICK
static final int PR_ON_CLICK
- See Also:
- Constant Field Values
PR_ON_FOCUS
static final int PR_ON_FOCUS
- See Also:
- Constant Field Values
PR_ON_LOAD
static final int PR_ON_LOAD
- See Also:
- Constant Field Values
PR_ON_MOUSE_OVER
static final int PR_ON_MOUSE_OVER
- See Also:
- Constant Field Values
PR_ON_SELECT
static final int PR_ON_SELECT
- See Also:
- Constant Field Values
PR_ON_SUBMIT
static final int PR_ON_SUBMIT
- See Also:
- Constant Field Values
PR_ON_UNLOAD
static final int PR_ON_UNLOAD
- See Also:
- Constant Field Values
PR_PREFIX_MARKUP
static final int PR_PREFIX_MARKUP
- See Also:
- Constant Field Values
PR_ATTRIBUTES
static final int PR_ATTRIBUTES
- See Also:
- Constant Field Values
PR_SUFFIX_MARKUP
static final int PR_SUFFIX_MARKUP
- See Also:
- Constant Field Values
PR_HEAD_MARKUP
static final int PR_HEAD_MARKUP
- See Also:
- Constant Field Values
PR_BODY_ATTRIBUTES
static final int PR_BODY_ATTRIBUTES
- See Also:
- Constant Field Values
PR_FORM_ATTRIBUTES
static final int PR_FORM_ATTRIBUTES
- See Also:
- Constant Field Values
PR_IMAGE_MAP
static final int PR_IMAGE_MAP
- See Also:
- Constant Field Values
PR_SECURE_POST
static final int PR_SECURE_POST
- See Also:
- Constant Field Values
PR_JAVASCRIPT
static final int PR_JAVASCRIPT
- See Also:
- Constant Field Values
PR_LINK_ATTRIBUTES
static final int PR_LINK_ATTRIBUTES
- See Also:
- Constant Field Values
PR_AUTO_EXPAND
static final int PR_AUTO_EXPAND
- See Also:
- Constant Field Values
PR_TARGET
static final int PR_TARGET
- See Also:
- Constant Field Values
PR_DISPLAY_WINDOW
static final int PR_DISPLAY_WINDOW
- See Also:
- Constant Field Values
PR_EXPORT_TO_HTML
static final int PR_EXPORT_TO_HTML
- See Also:
- Constant Field Values
PR_TARGET_DEFAULT
static final int PR_TARGET_DEFAULT
- See Also:
- Constant Field Values
PR_ON_MOUSE_OUT
static final int PR_ON_MOUSE_OUT
- See Also:
- Constant Field Values
PR_SCROLL_BUTTONS
static final int PR_SCROLL_BUTTONS
- See Also:
- Constant Field Values
PR_INS_DEL_BUTTONS
static final int PR_INS_DEL_BUTTONS
- See Also:
- Constant Field Values
PR_JAVA_CLASS
static final int PR_JAVA_CLASS
- See Also:
- Constant Field Values
PR_CODEBASE
static final int PR_CODEBASE
- See Also:
- Constant Field Values
PR_VBSCRIPT
static final int PR_VBSCRIPT
- See Also:
- Constant Field Values
PR_HTML_NAME
static final int PR_HTML_NAME
- See Also:
- Constant Field Values
PR_WEBID
static final int PR_WEBID
- See Also:
- Constant Field Values
PR_SUBMIT
static final int PR_SUBMIT
- See Also:
- Constant Field Values
PR_STYLESHEET_SOURCE
static final int PR_STYLESHEET_SOURCE
- See Also:
- Constant Field Values
PR_STYLESHEET_TYPE
static final int PR_STYLESHEET_TYPE
- See Also:
- Constant Field Values
PR_STYLESHEET_DATA
static final int PR_STYLESHEET_DATA
- See Also:
- Constant Field Values
PR_STYLESHEET_LINK
static final int PR_STYLESHEET_LINK
- See Also:
- Constant Field Values
PR_RADIO_BUTTONS
static final int PR_RADIO_BUTTONS
- See Also:
- Constant Field Values
PR_PREVIOUS_FORM
static final int PR_PREVIOUS_FORM
- See Also:
- Constant Field Values
get_int
int get_int(int prop)
get_int
int get_int(int item,
int prop)
get_str
java.lang.String get_str(int prop)
get_str
java.lang.String get_str(int item,
int prop)
get_dbl
double get_dbl(int prop)
get_dbl
double get_dbl(int item,
int prop)
set_int
int set_int(int prop,
int value)
set_int
int set_int(int item,
int prop,
int value)
set_str
int set_str(int prop,
java.lang.String value)
set_str
int set_str(int item,
int prop,
java.lang.String value)
set_dbl
int set_dbl(int prop,
double value)
set_dbl
int set_dbl(int item,
int prop,
double value)
getApplication
ApplicationInterface getApplication()
getCFunctions
CFunctionsInterface getCFunctions()
getDMFunctions
DMFunctionsInterface getDMFunctions()
getRWFunctions
RWFunctionsInterface getRWFunctions()
getTMFunctions
TMFunctionsInterface getTMFunctions()
getTPFunctions
TPFunctionsInterface getTPFunctions()
getComFunctions
ComFunctionsInterface getComFunctions()
getWSFunctions
WSFunctionsInterface getWSFunctions()