Properties of display property verification points
You can create display property verification points to test the display in your application. When you record the verification point, a baseline of the display is created. Every time you play back the script, the display is compared to check if any changes have occurred. This helps in identifying any mismatch in display.
Table 1 shows the properties, descriptions, and default values of display property verification points.
Property | Description | Valid values | Default value | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
accessibilityEnabled | Enables the accessibility API in the terminal screen when set to true. | true or false |
true |
|||||||||||||||||||||
alignmentX | Specifies the component position within BoxLayout. If border layout is specified as X_Axis, you can change the alignmentY to -1 for top or 1 for bottom. If the Y_Axis is specified, you can change the alignmentX to -1 for left or 1 for right. | 0.5 |
||||||||||||||||||||||
alignmentY | Specifies the component position within BoxLayout. If border layout is specified as Y_Axis, you can change the alignmentX to -1 for top or 1 for bottom. If the X_Axis is specified, you can change the alignmentY to -1 for left or 1 for right. | 0.5 |
||||||||||||||||||||||
allocateSpaceForLamAlef | Specifies whether LamAlef is expanded or compressed. This property applies to Arabic sessions only. | LAMALEFOFF |
||||||||||||||||||||||
autoConnect | Specifies whether to automatically connect to the host when the host property is set. | true or false |
true |
|||||||||||||||||||||
autoFontSize | Automatically selects the best font size whenever the window
is resized. Calls to setFontSize() are ignored when set to
true . |
true or false |
true |
|||||||||||||||||||||
autoPack | Automatically packs its subcomponents when set to
true . |
true or false |
false |
|||||||||||||||||||||
autoReconnect | Specifies whether to automatically reconnect to the host after the host connection is disconnected. | true or false |
true |
|||||||||||||||||||||
autoscrolls | Specifies that when set to true , mouse-drag
events are synthetically generated when the mouse is dragged outside of the bounds
of the component and mouse movement is paused while the button continues to be
held down. |
true or false |
false |
|||||||||||||||||||||
bIDIMode | Specifies whether to enable or disable BIDI functions, such as character shaping. This property applies to Arabic VT sessions only. | BIDIMODEON and
BIDIMODEOFF |
BIDIMODEON |
|||||||||||||||||||||
background | Specifies the background color. You can chose from basic, system, or specify RGB colors to replace the default colors. | java.awt.Color[r=212,g=208,b=200] |
||||||||||||||||||||||
background3DColour | Specifies the background three-dimensional color. | true or false |
true |
|||||||||||||||||||||
backgroundSet | Specifies whether the background color of the component is
explicitly set or inherited from an ancestor. If true , the
component background color is explicitly set. If false , the
component inherits background color from an ancestor. |
true or false |
true |
|||||||||||||||||||||
blockCursor | Displays the full height block cursor, or underscored cursor.
If the window is currently in insert mode, the block or underscore cursor is not
displayed until you exit insert mode. In insert mode, the window displays a
half-height cursor. True causes the window to display a full
height block cursor. False causes the window to display an
underscored cursor. |
true or false |
false |
|||||||||||||||||||||
bounds | Specifies the bounds of the rectangle of the object in window coordinates. | java.awt.Rectangle[x=0,y=0,width=740,height=570] |
||||||||||||||||||||||
cICSGWCodePage | Specifies the CICS® gateway. | 000 |
||||||||||||||||||||||
cICSServerName | Specifies the CICS server name. | |||||||||||||||||||||||
centered | Automatically centers the text area and OIA within its current boundaries when set to true. | true or false |
true |
|||||||||||||||||||||
class | Specifies the Rational® Functional Tester class name. For
example, HtmlTable is the class name for a <Table>
element. |
com.ibm.eNetwork.beans.HOD.Terminal |
||||||||||||||||||||||
codePage | Specifies the codePage property. | 037 |
||||||||||||||||||||||
columns | Specifies the number of columns. | 80 |
||||||||||||||||||||||
commStarted | Specifies whether the connection with the host is started. A
return value of true indicates that the connection has been
started, but the connection might not be ready for interaction. |
true |
||||||||||||||||||||||
commStatus | Specifies the status of communications with the host. The
possible values are as follows:
|
Integers from 1 through
6 |
5 |
|||||||||||||||||||||
component | Specifies an object with a graphical representation that can be displayed on the window, and that the user can interact with the component. | Terminal |
||||||||||||||||||||||
componentCount | Specifies the number of components in the panel. | 1 |
||||||||||||||||||||||
connectionTimeout | Specifies the connection timeout value. | 0 |
||||||||||||||||||||||
copyAltSignLocation | Specifies the mode of cut or copy for the sign of a number. If
true , the sign character is put in front of the number. If
false , the sign character is in the same location relative to
the number as it is displayed on the screen. |
true or false |
false |
|||||||||||||||||||||
copyOnlyIfTrimmed | Specifies whether to set the copy error when there is no trim.
. If true , a copy error is set when there is no trim. If
false , the entire screen is copied when there is no
trim. |
true or false |
||||||||||||||||||||||
cursorDirection | Determines whether the cursor direction is left-to-right or right-to-left. This property applies to BIDI visual VT sessions only. | CURSOR_LEFTTORIGHT or
CURSOR_RIGHTTOLEFT |
CURSOR_LEFTTORIGHT |
|||||||||||||||||||||
cursorMovementState | Specifies whether users can move the cursor with a mouse click within the presentation space. This property currently applies to VT sessions only. | true or false |
true |
|||||||||||||||||||||
cursorSet | Specifies whether the cursor of the component is explicitly
set or inherited from an ancestor. If true , the cursor is
explicitly set. If false , the component inherits its cursor from
an ancestor. |
true or false |
false |
|||||||||||||||||||||
cursorVisible | Specifies whether the cursor is made visible by screen. | true or false |
true |
|||||||||||||||||||||
dBCSInputVisible | Specifies the dBCSInputVisible property (3270 and 5250 DBCS
sessions only). When true , the screen displays the DBCS input
field. |
true or false |
false |
|||||||||||||||||||||
debugGraphicsOption | Specifies whether the diagnostic information about every graphics operation that is performed within the component or one of its children is enabled or disabled. | 0 |
||||||||||||||||||||||
deviceName | Specifies the device name. | |||||||||||||||||||||||
deviceNameReady | Specifies whether the device name is ready. This method is
only valid for 3270 sessions. If true , the device name is ready.
If false , the device name is not ready. |
true or false |
true |
|||||||||||||||||||||
displayable | Specifies whether the component can be is displayed. A component can be displayed when it is connected to a native screen resource. | true or false |
true |
|||||||||||||||||||||
doubledBuffered | Specifies whether the receiving component uses a buffer to paint. If set to true, the painting is performed to an offscreen buffer and then copied to the screen. | true or false |
true |
|||||||||||||||||||||
eNPTUI | Indicates whether to enable the Enhanced Non-Programmable Terminal User Interface (ENPTUI) functionality. This property can be enabled for 5250 sessions only. | true or false |
false |
|||||||||||||||||||||
enabled | Specifies that the component responds to user input and generates events. | true or false |
true |
|||||||||||||||||||||
entryAssist_bell | Enables or disables the audible signal when the cursor enters
the column set for the End of Line Signal column. The value of
true turns on the signal and false turns off
the signal. |
true or false |
false |
|||||||||||||||||||||
entryAssist_bellCol | Controls the column number at which you want the audible
signal for the End of Line to sound. The audible signal sounds only if the
EntryAssist_bell property is set to true . |
Valid column numbers | 75 |
|||||||||||||||||||||
entryAssist_DOCmode | Enables or disables the entry assist features. The entry
assist (DOC mode) features make it easier to edit text documents in a 3270 Display
session. The value of true turns DOC mode on and
false turns DOC mode off. |
true or false |
||||||||||||||||||||||
entryAssist_DOCwordWrap | This setting enables or disables word wrap. When word wrap is
enabled, a word that is typed at the right margin is moved entirely to the first
unprotected field in the next row, provided that the unprotected field has enough
blank space to the left to contain the word. The area on the previous row vacated
by the word is filled with spaces. If the unprotected field does not have enough
blank space at the left to contain the word, then the word is not moved. The
effect is the same as if word wrap were not enabled. The value of
true turns word wrap on and false turns word
wrap off. |
true or false |
true |
|||||||||||||||||||||
entryAssist_endCol | Controls the right margin for DOC mode. When the DOC mode is on, the right-most cursor position in a row is the last unprotected character position to the left of the last column. | Valid column numbers | 80 |
|||||||||||||||||||||
entryAssist_startCol | Controls the left margin for DOC mode. When DOC mode is on, the left-most cursor position in a row is the first unprotected character position to the right of the start column. | Valid column numbers | 1 |
|||||||||||||||||||||
entryAssist_tabstop | Controls the number of spaces that is skipped when the Tab key is pressed. | Valid numbers of spaces | 8 |
|||||||||||||||||||||
entryAssist_tabstops | Controls the columns at which you want tab stops. When tab
stops are set, pressing the Tab key causes the cursor to skip to one of the
following, in order of occurance:
Note: Characters in an unprotected field that are skipped as the result of
pressing the Tab key are not set to blanks. Only nulls that the cursor skips as
the result of pressing Tab key are set to blanks. |
String representations of arrays of columns to use as tab
stops. For example: 5 , 10 , 15 ,
20 , 25 |
||||||||||||||||||||||
focus | Specifies whether the component has focus. | true or false |
false |
|||||||||||||||||||||
focusCycleRoot | Specifies whether the container is the root of a focus traversal cycle. Once focus enters a traversal cycle, typically it cannot leave it via focus traversal unless one of the up or down-cycle keys is pressed. Normal traversal is limited to this container, and all of the descendants of the container that are not descendants of inferior focus cycle roots. | true or false |
false |
|||||||||||||||||||||
focusOwner | Specifies whether the component is the focus owner. | true or false |
false |
|||||||||||||||||||||
focusTraversable | Specifies whether the component can become the focus owner. | true or false |
true |
|||||||||||||||||||||
focusTraversalKeysEnabled | Specifies whether focus traversal keys are enabled for the component. Components for which focus traversal keys are disabled receive key events for focus traversal keys. Components for which focus traversal keys are enabled do not process these events: instead the events are automatically converted to traversal operations. | true or false |
true |
|||||||||||||||||||||
focusTraversalPolicySet | Specifies whether the focus traversal policy of the component
is explicitly set or inherited from its ancestor. If true , the
focus traversal policy is set explicitly. If false , the component
inherits its focus traversal policy from an ancestor. |
true or false |
false |
|||||||||||||||||||||
focusable | Specifies whether the component can have focus. | true or false |
true |
|||||||||||||||||||||
font | Specifies the name, style, and size of the text font within the component. | com,rational.test.ft.value/FontInfo[name=Monospaced,style=0,size=15] |
||||||||||||||||||||||
fontName | Specifies the font name. The name must denote a monospace font, such as courier or monospaced. | Monospaced |
||||||||||||||||||||||
fontSet | Specifies whether the font of the component is explicitly set
or inherited from an ancestor. If true , the font is explicitly
set. If false , the font is inherited from an ancestor. |
true or false |
false |
|||||||||||||||||||||
fontSize | Specifies the font size. This property is ignored when the
autoFontSize property is set to true . |
15 |
||||||||||||||||||||||
fontSizeBounded | Causes the screen to reject any font or font size that would
cause the screen text to exceed current screen boundaries when set to
true . |
true or false |
true |
|||||||||||||||||||||
fontStyle | Specifies the font style. The styles can be combined for mixed styles. The possible values are as follows:
|
Integers from 0 though
2 |
0 |
|||||||||||||||||||||
footerPlace | Specifies the footer placement of the print screen. This method is valid only on Java2. | PRT_SCRN_PLACE_LEFT ,
PRT_SCRN_PLACE_CENTER , or
PRT_SCRN_PLACE_RIGHT |
||||||||||||||||||||||
footerText | Specifies the footer text of the print screen. This method is valid only on Java2. | |||||||||||||||||||||||
foreground | Specifies the foreground color. You can chose from basic, system, or specify RGB colors to replace the default colors. | java,awt,Color[r=0,g=0,b=0] |
||||||||||||||||||||||
foregroundSet | Specifies whether the foreground color of the component is
explicitly set or inherited from its ancestor. If true , the
foreground color is set explicitly. If false , the foreground
color is inherited from an ancestor. |
true or false |
true |
|||||||||||||||||||||
function | Specifies the function of the component. | Host On-Demand |
||||||||||||||||||||||
graphicsCellSize | Specifies the graphic cell size. | 0 |
||||||||||||||||||||||
headerPlace | Specifies the header placement of the print screen. This method is valid only on Java2. | |||||||||||||||||||||||
headerText | Specifies the header text of the print screen. This method is valid only on Java2. | |||||||||||||||||||||||
height | Specifies the height of the component. | 570 |
||||||||||||||||||||||
hiddenFieldDisplay | Specifies whether to display hidden fields. | true or false |
false |
|||||||||||||||||||||
hiddenFieldDisplayed | Specifies whether hidden fields are displayed. | true or false |
false |
|||||||||||||||||||||
hideUnprotectedURLsMode | Specifies whether the URLs in unprotected fields are rendered as hot spots. | true or false |
true |
|||||||||||||||||||||
history | Specifies whether the history log is maintained. If
true , the history log is maintained. If false ,
the history log is not maintained. |
true or false |
true |
|||||||||||||||||||||
historySize | Specifies the size of the internal planes that are used to store history log information. | 64 |
||||||||||||||||||||||
host | Specifies the name of the host that is associated with the session bean. Communication between the session bean and the host is started after a call to startCommunication. | |||||||||||||||||||||||
hostBackup1 | Specifies the host name or IP address of the backup1 server.
Displayed as Destination address of backup1 on property panels.
Applies to all session types. |
|||||||||||||||||||||||
hostBackup2 | Specifies the host name or IP address of the backup2 server.
Displayed as Destination address of backup2 on property panels.
Applies to all session types. |
|||||||||||||||||||||||
hostGraphics | Specifies whether to enable the host graphics functionality. This property can be enabled for 3270 sessions only. | true or false |
false |
|||||||||||||||||||||
iMEAutoStart | Specifies whether IMEAutoStart is enabled. | true or false |
false |
|||||||||||||||||||||
ignoreRepaint | Specifies whether the component ignores all repaint events. | true or false |
false |
|||||||||||||||||||||
ignoreWellKnownTrustedCAs | Specifies whether the component ignores signer certificates.
This property applies to SSL sessions only. If true , the
component ignores WellKnownTrustedCAs.class signer certificates. If
false , the component uses WellKnownTrustedCAs.class signer
certificates. |
true or false |
false |
|||||||||||||||||||||
insertOffOnAIDKEY | Sets the InsertOffOnAIDKEY property of session. This property
is valid for 3270 and CICS sessions only.
|
true or false |
false |
|||||||||||||||||||||
keyStoreFilePath | Specifies the path and name of the keystore file that is on the client workstation containing the client public and private keys. | Valid path and file name of the keystore file | ||||||||||||||||||||||
keyStorePassword | The password that is required to open the keystore file that is on the client workstation. | Correct password to open the keystore file | no password | |||||||||||||||||||||
lUMLicensing | Specifies the license method. | LUM or HOD |
HOD |
|||||||||||||||||||||
lUMPort | Specifies the LUM port. | Valid port numbers | 80 |
|||||||||||||||||||||
lUMServer | Specifies the LUM server name. | Valid LUM server names | ||||||||||||||||||||||
lUName | Specifies the LU name that is used during enhanced
negotiation. Maximum length of LU name is 17 characters. This property is valid
only when the tNEnhanced property is true. This method is valid for 3270 sessions
only. Note: For best results, first call the isValidLUName(String luName) function
first to check the validity of the string.
|
|||||||||||||||||||||||
lUNameBackup1 | The name of the LU or LU Pool, defined at the backup1 server,
to which you want the session to connect to. This is displayed as LU or
Pool Name of backup1 on property panels. Applies to 3270 Display and
3270 Printer session types. |
Valid LU or LU pool | ||||||||||||||||||||||
lUNameBackup2 | The name of the LU or LU Pool, defined at the backup2 server,
to which you want the session to connect to. This is displayed as LU or
Pool Name of backup2 on property panels. Applies to 3270 Display and
3270 Printer session types. |
Valid LU or LU pool names | ||||||||||||||||||||||
lastHostWithoutTimeout | Indicates whether the connection to the last configured host occurred without timeout. | true or false |
true |
|||||||||||||||||||||
lightPenMode | Causes the screen to enable light pen support. Valid for 3270 and CICS sessions only. | true or false |
false |
|||||||||||||||||||||
lightweight | Specifies that a component does not have a native toolkit peer. Subclasses of component and container, other than the ones defined in this package, such as button or scrollbar are lightweight. All the swing components are lightweights. | true or false |
true |
|||||||||||||||||||||
location | Specifies the location of the upper-left corner of the component. | java.awt.Point[x=0,y=0] |
||||||||||||||||||||||
locationOnScreen | Specifies the location of the component in the form of a point specifying the component's upper-left corner in the coordinate space of screen. | java.awt.Point[x=5,y=85] |
||||||||||||||||||||||
managingFocus | Specifies whether the component focus traversal keys are Ctrl+Tab and Ctrl+Shift+Tab. | true or false |
false |
|||||||||||||||||||||
markedAreaPrintingEnabled | Enables printing only a marked area of the screen when set to
true . |
true or false |
true |
|||||||||||||||||||||
maximumSize | Specifies the maximum size for the component. | java.awt.Dimension[width=2147483647,height=2147483647] |
||||||||||||||||||||||
maximumSizeSet | Specifies whether the maximum size is set. | true or false |
false |
|||||||||||||||||||||
minimumSize | Specifies the minimum size for the component. | java.awt.Dimension[width=720,height=531] |
||||||||||||||||||||||
minimumSizeSet | Specifies whether the minimum size is set. | true or false |
false |
|||||||||||||||||||||
morePasteDataAvailable | Specifies whether more data to paste is available. | true or false |
false |
|||||||||||||||||||||
mouseEnabled | Specifies whether mouse events are handled by screen. When
true the topmost component will intercept and handle all the
mouse events. When false , the lower-level components will
intercept and handle the mouse events. |
true or false |
true |
|||||||||||||||||||||
name | Specifies the value of the name attribute (form elements and frames only). | |||||||||||||||||||||||
negotiateCResolution | Specifies whether to enable negotiate contention resolution. | true or false |
true |
|||||||||||||||||||||
numeralShape | Specifies the numeral shape as nominal, national or contextual for strings sent to the presentation space. This applies to Arabic Hosts only. | NOMINAL , NATIONAL or
CONTEXTUAL |
NOMINAL |
|||||||||||||||||||||
numeralShapeDisp | Determines how numerals are shaped. This property applies to Arabic VT sessions only. | NOMINAL_DISP ,
NATIONAL_DISP or CONTEXTUAL_DISP |
CONTEXTUAL_DISP |
|||||||||||||||||||||
numericFieldLock | Specifies whether to limit the field characters of a session
to numeric values. When set to true , users can type only
characters 0 through 9, -, +, period (.), and comma(,) in fields that are defined
by a host application as numeric. This property is valid for 3270 and CICS
sessions only. |
true or false |
false |
|||||||||||||||||||||
numericSwapEnabled | Enables numeric swapping. This property applies to Arabic 3270 sessions only. | true or false |
true |
|||||||||||||||||||||
oIAVisable | Specifies that the window displays the operator information area (OIA) when set to true. | true or false |
true |
|||||||||||||||||||||
opaque | Specifies whether the component is set to opaque. If so, the painting system does not paint anything behind the component. | true or false |
true |
|||||||||||||||||||||
optomizedDrawingEnabled | Specifies whether optimized drawing is enabled. | true or false |
true |
|||||||||||||||||||||
paintingTile | Specifies whether the component is currently painting a tile.
If true , paint will be called again for another tile. If
false , the tile is not being painted or the last tile is
painted. |
true or false |
true |
|||||||||||||||||||||
pasteFieldWrap | Enables wrap on the field. This property does not apply to VT
sessions. If true , set wrap on field. If false ,
set normal wrap. |
true or false |
false |
|||||||||||||||||||||
pasteLineWrap | Enables line wrap on field. If true , set line
wrap on field. If false , set normal wrap. |
true or false |
false |
|||||||||||||||||||||
pasteStopAtProtectedLine | Specifies whether a user can allow paste in a protected area.
This property does not apply to VT sessions. If true , users
cannot paste in a protected line. If false , users can paste
normally |
true or false |
false |
|||||||||||||||||||||
pasteTabColumns | Specifies the pasteTabColumns to set the number of columns represented by a tab. If this option is active, when a user presses the Tab key, the input skips to the column that is a multiple of this setting. | Size of tab in columns | 4 |
|||||||||||||||||||||
pasteTabOptions | Specifies the pasteTabOptions. | 2 |
||||||||||||||||||||||
pasteTabSpaces | Sets the pasteTabSpaces to set the number of spaces represented by a tab. If this option is active, when a user presses the Tab key, the input skips the number of spaces specified in this setting. | Spaces to advance for a tab | 1 |
|||||||||||||||||||||
pasteToTrimmedArea | Specifies whether users can paste in trimmed areas. This
property does not apply to VT sessions. If true users can paste
into trimmed areas, if defined. If false , users can paste
normally. |
true or false |
false |
|||||||||||||||||||||
pasteWordBreak | Specifies whether the paste splits words. This property does
not apply to VT sessions. If true , pasted words are not split. If
false , words are pasted normally. |
true or false |
true |
|||||||||||||||||||||
port | Specifies the port number on which the server is configured. | 23 |
||||||||||||||||||||||
portBackup1 | Specifies the port number on which the backup1 server is
configured. Displayed as Destination port of backup1 on property
panels. Applies to all session types. |
23 |
||||||||||||||||||||||
portBackup2 | Specifies the port number on which the backup2 server is
configured. Displayed as Destination port of backup2 on property
panels. Applies to all session types. |
23 |
||||||||||||||||||||||
preferredSize | Specifies the best size for the component. Certain layout managers ignore this property. | java.awt.Dimension[width=720,height=531] |
||||||||||||||||||||||
preferredSizeSet | Specifies that the preferred size is set to a non-null value when true. | false |
||||||||||||||||||||||
printDestination | Specifies whether the output goes to a printer or to a file.
If true , output goes to a printer. If false ,
output goes to a file. |
true or false |
true |
|||||||||||||||||||||
printerName | Specifies the name of the destination printer device. | Valid print destination printers | LPT1 |
|||||||||||||||||||||
printFileName | Specifies the name to be assigned to the print file. | Valid print file names | ||||||||||||||||||||||
proxyAuthenMethod | Specifies the authentication method between the Host On-Demand
session and proxy server. Select one of the following:
Note: If you select basic or clear text as
the proxy authentication method, you must specify a User ID and
Password. |
SESSION_PROXY_AUTHEN_NONE |
||||||||||||||||||||||
proxyServerName | Specifies the host name or IP address of the HTTP or socks proxy server. | |||||||||||||||||||||||
proxyServerPort | Specifies the TCP port number of the HTTP or socks proxy server. | 1080 |
||||||||||||||||||||||
proxyType | Specify the type of proxy server that a host session uses.
|
SESSION_PROXY_BROWSER_DEFAULT |
||||||||||||||||||||||
proxyUserID | Specifies the user ID that the Host On-Demand session provides to authenticate with the HTTP or socks proxy server. | |||||||||||||||||||||||
proxyUserPassword | Specifies the password that the Host On-Demand session provides to authenticate with the HTTP or socks proxy server. | |||||||||||||||||||||||
roundTrip | Specifies whether the roundTrip is set to ON
or OFF . This method applies to bidirectional hosts only. |
ON or OFF |
ON |
|||||||||||||||||||||
rTLUnicodeOverride | Enables or disables the RTL unicode override option. This applies to BIDI 5250 Hosts only. | RTLUNICODEON or
RTLUNICODEOFF |
RTLUNICODEOFF |
|||||||||||||||||||||
requestFocusEnabled | Specifies that the component gets the keyboard focus. | true or false |
true |
|||||||||||||||||||||
rows | Specifies the value of the rows attribute of a TEXTAREA element, indicating the size of the edit control in number of rows of text. | 24 |
||||||||||||||||||||||
rule | Displays rule lines when set to true . |
true or false |
false |
|||||||||||||||||||||
sLPAS400Name | Connects a session to a specific iSeries™ server. Displayed as AS/400® Name (SLP) on property panels. Applies to 5250 Display and 5250 Printer session types. Use the fully-qualified SNA CP name, for example, USIBMNM.RAS400B. | |||||||||||||||||||||||
sLPEnabled | Specifies whether the service-location protocol is used. If
true , use Service Location Protocol (SLP). If
false , do not use SLP |
true or false |
false |
|||||||||||||||||||||
sLPMaxWaitTime | Specifies the SLPMaxWaitTime in milliseconds to wait for
service response. This property is valid when the SLPEnabled property is
true only. |
200 |
||||||||||||||||||||||
sLPScope | Sets the service location protocol (SLP) scope. Displayed as
Scope under SLP Options on property panels.
Applies to 3270 Display, 3270 Printer, 5250 Display, and 5250 Printer session
types. |
|||||||||||||||||||||||
sLPThisScopeOnly | Specifies whether the session is established only with a
server that supports the provided scope. This property is valid only when the
SLPEnabled property is true and there is a SLPScope provided. |
true or false |
false |
|||||||||||||||||||||
sSHPublicKeyAlias | Specifies the SSHPublicKeyAlias. | mykey |
||||||||||||||||||||||
sSHPublicKeyAliasPassword | Specifies the SSHPublicKeyAliasPassword. | |||||||||||||||||||||||
sSL | Specifies whether to use the Secure Socket Layer (SSL)
feature. If true , enable SSL. If false , disable
SSL |
true or false |
false |
|||||||||||||||||||||
sSLBrowserKeyringAdded | Specifies the SSLBrowserKeyringAdded property of session. If
true , add the session to the HOD client keyring. If
false , do not add the session to HOD client keyring. |
true or false |
false |
|||||||||||||||||||||
sSLCertificateHash | Specifies the SSLCertificateHash. | |||||||||||||||||||||||
sSLCertificateName | Specifies the SSLCertificateName. | |||||||||||||||||||||||
sSLCertificatePassword | Specifies the SSLCertificatePassword. | |||||||||||||||||||||||
sSLCertificatePromptBeforeConnect | Specifies whether the client is prompted before connecting to
the server. If true , prompt the client. If
false , do not prompt the client. |
true or false |
false |
|||||||||||||||||||||
sSLCertificatePromptHowOften | Specifies how often the client is prompted. | SESSION_SSL_CERTIFICATE_PROMPT_EACH_CONNECT ,
SESSION_SSL_CERTIFICATE_PROMPT_FIRST_CONNECT or
SESSION_SSL_CERTIFICATE_PROMPT_ONLY_ONCE . |
SESSION_SSL_CERTIFICATE_PROMPT_FIRST_CONNECT |
|||||||||||||||||||||
sSLCertificateProvided | Specifies whether the client has a certificate. If
true , the client has a certificate. If false ,
the client does not have a certificate. |
true or false |
false |
|||||||||||||||||||||
sSLCertificateRemembered | Specifies the SSLCertificateRemembered property of session. If
true , sets SSLCertificatePromptHowOften to FIRST_CONNECT. If
false , sets SSLCertificatePromptHowOften to
EACH_CONNECT. |
true or false |
true |
|||||||||||||||||||||
sSLCertificateSource | The certificate can be kept in the client browser or a
dedicated security device, such as a smart card, or local or network-accessed
file. This property is displayed as Certificate Source on
property panels. Applies to 3270 Display, 3270 Printer, 5250 Display, 5250
Printer, and VT Display session types. |
SSL_CERTIFICATE_IN_CSP for a certificate
in a browser or security device or SSL_CERTIFICATE_IN_URL for a
certificate in a URL or file |
SESSION_SSL_CERTIFICATE_IN_URL |
|||||||||||||||||||||
sSLCertificateURL | Specifies the default location of the client certificate. The location is displayed as a URL or a path and filename in property panels. Applies to 3270 Display, 3270 Printer, 5250 Display, 5250 Printer, and VT Display session types. The URL protocols depend on the capabilities of your browser. Most browsers support HTTP, HTTPS, FTP, and FTPS. | |||||||||||||||||||||||
sSLServerAuthentication | Specifies whether the SSL server authentication is enabled. | true or false |
false |
|||||||||||||||||||||
sSLTelnetNegotiated | Specifies whether the SSL is negotiated on a Telnet
connection. Set this property to true only if you are connecting
to a Telnet server that supports IETF Internet-Draft TLS-based Telnet
Security . This Internet-Draft defines the protocol for doing the SSL
Handshake over a Telnet connection. Set the SSL property to true
also. |
true or false |
false |
|||||||||||||||||||||
sSOCMServer | Specifies the sso_cmserver property. Valid values are the address strings of back-end servers and applications that respond to SSO queries. | |||||||||||||||||||||||
sSOEnabled | Specifies that the session is SSO enabled
(true ). |
true or false |
false |
|||||||||||||||||||||
sSOUseKerberosPassticket | Specifies whether the SSO layer uses the client-side Kerberos
support to acquire a Kerberos passticket for login. If true , this
property instructs the SSO layer to use client-side Kerberos support. If
false , this property instructs the SSO layer to not use
client-side Kerberos support. |
true or false |
false |
|||||||||||||||||||||
sSOUseLocalIdentity | Specifies whether the SSO layer uses the local OS userID in
the SSO process. If true , this property instructs the client to
use the local OS user ID in SSO process. If false , this property
instructs the client not to use the local OS user ID in SSO process. |
true or false |
false |
|||||||||||||||||||||
screenSize | Specifies the screen size. | 2 |
||||||||||||||||||||||
securityProtocol | Specifies whether to use Transport Layer Security (TLS) v1.0
protocol, SSL protocol, or SSH protocol for providing security. If set to
TLS (default), and if the server is TLS-enabled, then a TLS
v1.0 connection is provided. If server is not TLS-enabled, then the server
negotiates the connection down to SSL protocol. The value can be one of the
following:
|
SESSION_PROTOCOL_TLS ,
SESSION_PROTOCOL_SSL , or
SESSION_PROTOCOL_SSH |
SESSION_PROTOCOL_TLS |
|||||||||||||||||||||
separateFiles | Specifies whether the print files are stored in separate
files. This property applies only to HOD VT sessions, 3270 printer and 5250
printer sessions. Specify true to save the print jobs in separate
files. |
true or false |
false |
|||||||||||||||||||||
serviceMgrHost | Specifies the name for the HOD server. | |||||||||||||||||||||||
sessionID | Specifies the short name that you want to assign to this
session (appears in the OIA). It must be unique to this configuration. This
property is displayed as Session ID on property panels. It
applies to all session types. This is not used when the proxyType is set to
BROWSER_DEFAULT . |
|||||||||||||||||||||||
sessionName | Specifies the name of the session. | |||||||||||||||||||||||
sessionType | Specifies the session type. The value can be one of the
following integers:
|
Integers from 1 through
5 |
1 |
|||||||||||||||||||||
showTextAttributesEnabled | Specifies the property to show text attributes. This property applies to logical BIDI VT sessions only. | true or false |
true |
|||||||||||||||||||||
showURLsMode | Specifies whether the URLs are displayed as hotspots. If so, it also specifies whether they are rendered in underlined text or buttons. | underlinedURLs |
||||||||||||||||||||||
showing | Specifies whether the component is showing on screen. The component must be visible, and it must be in a container that is visible. | true or false |
true |
|||||||||||||||||||||
size | Value of the size attribute of an element. For a select element, this indicates the number of items that are displayed at once in the list. If size>1, it is displayed as a list, otherwise the list is displayed as a combination drop-down box. | java.Dimension[width=740,height=531] |
||||||||||||||||||||||
skipPrintDialog | Specifies whether the print dialog box is suppressed in the printing screen. | true or false |
false |
|||||||||||||||||||||
smartOrdering | Specifies whether the segment of characters with different text attributes is ordered separately. | SMART_ORDERING_OFF |
||||||||||||||||||||||
socksV4UserID | Specifies the user ID for use with SOCKS v4 connections. | |||||||||||||||||||||||
symmetricSwapEnabled | Specifies whether symmetric swapping is enabled
(true ). This property applies to Arabic 3270 sessions only. |
true or false |
true |
|||||||||||||||||||||
tNEnhanced | Specifies that the enhanced session (TN3270E) parameters is
negotiated when set to true . |
true or false |
false |
|||||||||||||||||||||
textOrientation | Specifies whether the test orientation is left-to-right or right-to-left. This property applies to bidirectional sessions only. | LEFTTORIGHT or
RIGHTTOLEFT |
LEFTTORIGHT |
|||||||||||||||||||||
textType | Specifies whether the textType is visual or logical. This property applies to bidirectional sessions only. | VISUAL or
LOGICAL |
VISUAL |
|||||||||||||||||||||
textTypeDisp | Determines whether the session works in logical or visual mode. This property applies to BIDI VT sessions only. | LOGICAL_DISP or
VISUAL_DISP |
LOGICAL_DISP |
|||||||||||||||||||||
thaiDisplayMode | This method applies to Thai host machines only. The
possible values are as follows:
|
Integers between 1 through
5
|
5 |
|||||||||||||||||||||
timeout | Specifies the amount of time in milliseconds that the system waits for data. If no data is received for the specified amount of time, the session is disconnected. A value of 0 specifies that system will not timeout. | 0 |
||||||||||||||||||||||
timeoutNoDataInitialization | Specifies whether to time out if no data is received at session initialization. | true or false |
false |
|||||||||||||||||||||
toolTipText | Specifies fly-over or hover help text. | |||||||||||||||||||||||
traceLevel | Specifies the traceLevel property (java.lang.Integer) value. | 0 |
||||||||||||||||||||||
traceName | Specifies the trace name for the object. | Terminal |
||||||||||||||||||||||
trimRectRemainAfterEdit | Specifies whether the trim rec remains after cutting, copying,
or pasting. If true , trim rec remains after cutting, copying, or
pasting. If false , trim rec does not remain after cutting,
copying, or pasting. |
true or false |
false |
|||||||||||||||||||||
trimRectSizingHandles | Specifies whether the trim rec is sizeable
(true ). |
true or false |
true |
|||||||||||||||||||||
uIClassID | Specifies the name of the L&F class that renders this component. | PanelUI |
||||||||||||||||||||||
unicodeDataStreamEnabled | Specifies whether the session can receive Unicode data fields
sent by a host. If true , the session can receive Unicode data
field sent by a host. If false , the session cannot receive
Unicode data field sent by a host |
true or false |
false |
|||||||||||||||||||||
userID | Specifies the user ID that is used in the SSH authentication is processed either with the public-key or password. | Valid user ID | ||||||||||||||||||||||
userPassword | Specifies the user password that is used in the SSH authentication process. | Valid user password | ||||||||||||||||||||||
useSSHPublicKeyAuthentication | Specifies whether the SSH public key authentication is enabled
(true ). |
true or false |
false |
|||||||||||||||||||||
valid | Specifies whether the component is valid. A component is valid when it is correctly sized and positioned within its parent container and all its children are also valid. | true or false |
false |
|||||||||||||||||||||
validateRoot | Specifies that the entire tree beginning with the root is validated. | true or false |
false |
|||||||||||||||||||||
verifyInputWhenFocusTarget | Specifies whether the input verifier for the current focus owner is called before the component requests focus. | true or false |
true |
|||||||||||||||||||||
version | Specifies the version. | |||||||||||||||||||||||
visible | Specifies that the component is visible when set to
true . |
true or false |
true |
|||||||||||||||||||||
visibleRect | Specifies the visible rectangle of the
component. The intersection of the component's visible rectangle and all of its
ancestors' visible rectangles. |
java.awt.Rectangle[x=0,y=0,width=740,height=570] |
||||||||||||||||||||||
width | Specifies the width of the component. | 740 |
||||||||||||||||||||||
workstationID | Specifies the workstation ID that is used during enhanced
negotiation for 5250. Note: For best results, call the isValidWorkstationID (String workstationID)
function to check the validity of the string. All lowercase characters are
converted to uppercase.
|
|||||||||||||||||||||||
workstationIDReady | Specifies whether the workstation ID is ready. This method is
only valid for 5250 session. If true , the workstation ID is
ready. If false , the workstation ID is not ready. |
true or false |
false |
|||||||||||||||||||||
x | Specifies the current x coordinate of the origin of the component. | 0 |
||||||||||||||||||||||
y | Specifies the current y coordinate of the origin of the component. | 0 |