Like what you see? Have a play with our trial version.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TypeDescription

DISPLAY_TEXT_TINY 

Short text input box. 

DISPLAY_TEXT_MED 

Medium length text input box. 

DISPLAY_TEXT_MED_LONG 

Medium-long text input box. 

DISPLAY_TEXT_LONG 

Long text input box. 

DISPLAY_SELECT 

Select dropdown input box. This type of parameter requires additional options. Options are added to Parameter with addOption(String Key, String Description). The key is stored as the parameter value when selected. The description is shown as a selectable option in a dropdown box. 

DISPLAY_RADIO 

Radio selection input box. This type of parameter requires additional options. Additional options are rendered as selectable elements in the UI. Options are added to Parameter with addOption(String Key, String Description). The key is stored as the parameter value when selected. The description is shown next to the selectable radio button. 

DISPLAY_HIDDEN 

Hidden input box. 

DISPLAY_BUTTON 

Button. This type of parameter requires additional options. This UI element makes a callback to the buttionPressed() function in the JDBCMetaData Class. Additional option “BUTTONTEXT” is used for setting the text shown on the button. 

DISPLAY_STATIC_TEXT 

Displays static text. The long description of the parameter will be displayed as static text. 

DISPLAY_URLBUTTON 

Button with a link to an external URL. This type of parameter requires additional options. Additional option “BUTTONTEXT” is used for setting the text shown on the button. Additional option “BUTTONURL” is used for setting the URL that the button links to. 

DISPLAY_PASSWORD 

Password input box. 

 

 

Section
Column
width75

Previous topic: Package connector

Column