jet.web.dhtml
Interface DHTMLConstant

All Known Subinterfaces:
DHtmlAPI, DHTMLToolkit, SimpleDHtmlAPI

public interface DHTMLConstant


Field Summary
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 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).
 

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