jet.web.dhtml
Interface DHTMLConstant

All Known Subinterfaces:
DHtmlAPI, DHTMLToolkit, SimpleDHtmlAPI

public interface DHTMLConstant


Field Summary
static int ALIGN_CENTERBOTTOM
           
static int ALIGN_CENTERCENTER
           
static int ALIGN_CENTERTOP
           
static int ALIGN_JUSTIFYBOTTOM
           
static int ALIGN_JUSTIFYCENTER
           
static int ALIGN_JUSTIFYTOP
           
static int ALIGN_LEFTBOTTOM
           
static int ALIGN_LEFTCENTER
           
static int ALIGN_LEFTTOP
           
static int ALIGN_RIGHTBOTTOM
           
static int ALIGN_RIGHTCENTER
           
static int ALIGN_RIGHTTOP
           
static int BTN_ALL
          A combination constant that indicates all the toolbar buttons.
static int BTN_EXIT
          The toolbar button "exit" constant.
static int BTN_EXPORT_TO_EXCEL
          The toolbar button "Export to Excel" constant.
static int BTN_EXPORT_TO_HTML
          The toolbar button "EXPORT TO HTML" constant.
static int BTN_EXPORT_TO_PDF
          The toolbar button "Export to PDF" constant.
static int BTN_EXPORT_TO_PS
          The toolbar button "Export TO PS" constant.
static int BTN_EXPORT_TO_RTF
          The toolbar button "Export to RTF" constant.
static int BTN_EXPORT_TO_TEXT
          The toolbar button "Export to Text" constant.
static int BTN_EXPORT_TO_XML
          The toolbar button "Export TO XML" constant.
static int BTN_FILTER
          The toolbar button "filter" constant.
static int BTN_HELP
          The toolbar button "help" constant.
static int BTN_NEXT_SEARCH
          The toolbar button "search next" constant.
static int BTN_PREVIOUS_SEARCH
          The toolbar button "search previous" constant.
static int BTN_PRINT
          The toolbar button "print" constant.
static int BTN_REDO
          The toolbar button "redo" constant.
static int BTN_REFRESH
          The toolbar button "refresh" constant.
static int BTN_RESET
          The toolbar button "reset" constant.
static int BTN_SAVE
          The toolbar button "save" constant.
static int BTN_SEARCH
          The toolbar button "search" constant.
static int BTN_SORT
          The toolbar button "sort" constant.
static int BTN_UNDO
          The toolbar button "undo" constant.
static int FLAG_DRILL
           
static int FLAG_EXPORT
           
static int FLAG_FILTER
           
static int FLAG_NAVIBAR
           
static int FLAG_NAVIGATE
           
static int FLAG_POPUP
           
static int FLAG_PRINT
           
static int FLAG_REFRESH
           
static int FLAG_RESET
           
static int FLAG_SAVE
           
static int FLAG_SEARCH
           
static int FLAG_SHOWMSTRPT
           
static int FLAG_SKIN
           
static int FLAG_SORT
           
static int FLAG_STYLE
           
static int FLAG_TOC
           
static int FLAG_TOOLBAR
           
static int FLAG_UNREDO
           
static int FLAG_USERBAR
           
static int FLAG_ZOOM
           
static int H_ALIGN_CENTER
           
static int H_ALIGN_LEFT
           
static int H_ALIGN_RIGHT
           
static int SCROLLAUTO
          Shows the vertical and horizontal scroll bars automatically.
static int SCROLLNO
          Don't show scroll bars.
static int SCROLLYES
          Always shows scroll bars (both vertical and horizontal).
static int V_ALIGN_BOTTOM
           
static int V_ALIGN_CENTER
           
static int V_ALIGN_TOP
           
 

Field Detail

SCROLLAUTO

public static final int SCROLLAUTO
Shows the vertical and horizontal scroll bars automatically.

See Also:
Constant Field Values

SCROLLYES

public static final int SCROLLYES
Always shows scroll bars (both vertical and horizontal).

See Also:
Constant Field Values

SCROLLNO

public static final int SCROLLNO
Don't show scroll bars.

See Also:
Constant Field Values

FLAG_USERBAR

public static final int FLAG_USERBAR
See Also:
Constant Field Values

FLAG_TOC

public static final int FLAG_TOC
See Also:
Constant Field Values

FLAG_FILTER

public static final int FLAG_FILTER
See Also:
Constant Field Values

FLAG_SORT

public static final int FLAG_SORT
See Also:
Constant Field Values

FLAG_SAVE

public static final int FLAG_SAVE
See Also:
Constant Field Values

FLAG_EXPORT

public static final int FLAG_EXPORT
See Also:
Constant Field Values

FLAG_PRINT

public static final int FLAG_PRINT
See Also:
Constant Field Values

FLAG_SEARCH

public static final int FLAG_SEARCH
See Also:
Constant Field Values

FLAG_STYLE

public static final int FLAG_STYLE
See Also:
Constant Field Values

FLAG_ZOOM

public static final int FLAG_ZOOM
See Also:
Constant Field Values

FLAG_SKIN

public static final int FLAG_SKIN
See Also:
Constant Field Values

FLAG_POPUP

public static final int FLAG_POPUP
See Also:
Constant Field Values

FLAG_DRILL

public static final int FLAG_DRILL
See Also:
Constant Field Values

FLAG_REFRESH

public static final int FLAG_REFRESH
See Also:
Constant Field Values

FLAG_RESET

public static final int FLAG_RESET
See Also:
Constant Field Values

FLAG_UNREDO

public static final int FLAG_UNREDO
See Also:
Constant Field Values

FLAG_NAVIGATE

public static final int FLAG_NAVIGATE
See Also:
Constant Field Values

FLAG_TOOLBAR

public static final int FLAG_TOOLBAR
See Also:
Constant Field Values

FLAG_NAVIBAR

public static final int FLAG_NAVIBAR
See Also:
Constant Field Values

FLAG_SHOWMSTRPT

public static final int FLAG_SHOWMSTRPT
See Also:
Constant Field Values

BTN_UNDO

public static final int BTN_UNDO
The toolbar button "undo" constant.

See Also:
Constant Field Values

BTN_REDO

public static final int BTN_REDO
The toolbar button "redo" constant.

See Also:
Constant Field Values

BTN_SEARCH

public static final int BTN_SEARCH
The toolbar button "search" constant.

See Also:
Constant Field Values

BTN_PREVIOUS_SEARCH

public static final int BTN_PREVIOUS_SEARCH
The toolbar button "search previous" constant.

See Also:
Constant Field Values

BTN_NEXT_SEARCH

public static final int BTN_NEXT_SEARCH
The toolbar button "search next" constant.

See Also:
Constant Field Values

BTN_FILTER

public static final int BTN_FILTER
The toolbar button "filter" constant.

See Also:
Constant Field Values

BTN_SORT

public static final int BTN_SORT
The toolbar button "sort" constant.

See Also:
Constant Field Values

BTN_SAVE

public static final int BTN_SAVE
The toolbar button "save" constant.

See Also:
Constant Field Values

BTN_PRINT

public static final int BTN_PRINT
The toolbar button "print" constant.

See Also:
Constant Field Values

BTN_REFRESH

public static final int BTN_REFRESH
The toolbar button "refresh" constant.

See Also:
Constant Field Values

BTN_RESET

public static final int BTN_RESET
The toolbar button "reset" constant.

See Also:
Constant Field Values

BTN_EXIT

public static final int BTN_EXIT
The toolbar button "exit" constant.

See Also:
Constant Field Values

BTN_HELP

public static final int BTN_HELP
The toolbar button "help" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_PDF

public static final int BTN_EXPORT_TO_PDF
The toolbar button "Export to PDF" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_EXCEL

public static final int BTN_EXPORT_TO_EXCEL
The toolbar button "Export to Excel" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_RTF

public static final int BTN_EXPORT_TO_RTF
The toolbar button "Export to RTF" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_HTML

public static final int BTN_EXPORT_TO_HTML
The toolbar button "EXPORT TO HTML" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_TEXT

public static final int BTN_EXPORT_TO_TEXT
The toolbar button "Export to Text" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_PS

public static final int BTN_EXPORT_TO_PS
The toolbar button "Export TO PS" constant.

See Also:
Constant Field Values

BTN_EXPORT_TO_XML

public static final int BTN_EXPORT_TO_XML
The toolbar button "Export TO XML" constant.

See Also:
Constant Field Values

BTN_ALL

public static final int BTN_ALL
A combination constant that indicates all the toolbar buttons.

See Also:
Constant Field Values

H_ALIGN_RIGHT

public static final int H_ALIGN_RIGHT
See Also:
Constant Field Values

H_ALIGN_LEFT

public static final int H_ALIGN_LEFT
See Also:
Constant Field Values

H_ALIGN_CENTER

public static final int H_ALIGN_CENTER
See Also:
Constant Field Values

V_ALIGN_TOP

public static final int V_ALIGN_TOP
See Also:
Constant Field Values

V_ALIGN_CENTER

public static final int V_ALIGN_CENTER
See Also:
Constant Field Values

V_ALIGN_BOTTOM

public static final int V_ALIGN_BOTTOM
See Also:
Constant Field Values

ALIGN_LEFTTOP

public static final int ALIGN_LEFTTOP
See Also:
Constant Field Values

ALIGN_CENTERTOP

public static final int ALIGN_CENTERTOP
See Also:
Constant Field Values

ALIGN_RIGHTTOP

public static final int ALIGN_RIGHTTOP
See Also:
Constant Field Values

ALIGN_LEFTCENTER

public static final int ALIGN_LEFTCENTER
See Also:
Constant Field Values

ALIGN_CENTERCENTER

public static final int ALIGN_CENTERCENTER
See Also:
Constant Field Values

ALIGN_RIGHTCENTER

public static final int ALIGN_RIGHTCENTER
See Also:
Constant Field Values

ALIGN_LEFTBOTTOM

public static final int ALIGN_LEFTBOTTOM
See Also:
Constant Field Values

ALIGN_CENTERBOTTOM

public static final int ALIGN_CENTERBOTTOM
See Also:
Constant Field Values

ALIGN_RIGHTBOTTOM

public static final int ALIGN_RIGHTBOTTOM
See Also:
Constant Field Values

ALIGN_JUSTIFYTOP

public static final int ALIGN_JUSTIFYTOP
See Also:
Constant Field Values

ALIGN_JUSTIFYCENTER

public static final int ALIGN_JUSTIFYCENTER
See Also:
Constant Field Values

ALIGN_JUSTIFYBOTTOM

public static final int ALIGN_JUSTIFYBOTTOM
See Also:
Constant Field Values