jACOB 2.7 API Documentation.

de.tif.jacob.screen.dialogs
Interface IUrlDialog

All Superinterfaces:
IDialog

public interface IUrlDialog
extends IDialog

Base interface for URL dialog implementations.
URL dialogs are used to display jACOB (application) internal or external web pages.

A new URL dialog can be created by means of:

  • IClientContext.createUrlDialog(String)


    Field Summary
    static java.lang.String RCS_ID
              The internal revision control system id.
    static java.lang.String RCS_REV
              The internal revision control system id in short form.
     
    Method Summary
     void enableNavigation(boolean navigation)
              Enables or disables client browser navigation, i.e. client browser menu and toolbar are switched on or off.
     void enableScrollbar(boolean scrollbar)
              Enable the scrollbar of the new HTML window.
     void setModal(boolean modal)
              Enables or disables dialog modality.
     
    Methods inherited from interface de.tif.jacob.screen.dialogs.IDialog
    show, show
     

    Field Detail

    RCS_ID

    static final java.lang.String RCS_ID
    The internal revision control system id.

    See Also:
    Constant Field Values

    RCS_REV

    static final java.lang.String RCS_REV
    The internal revision control system id in short form.

    See Also:
    Constant Field Values
    Method Detail

    enableNavigation

    void enableNavigation(boolean navigation)
    Enables or disables client browser navigation, i.e. client browser menu and toolbar are switched on or off.
    By default navigation is switched off!

    Parameters:
    navigation - true to switch navigation on, otherwise false

    setModal

    void setModal(boolean modal)
    Enables or disables dialog modality.
    By default modality is switched off!

    Note: Not all dialog implementation might support dialog modality!

    Parameters:
    modal - true to switch modality on, otherwise false

    enableScrollbar

    void enableScrollbar(boolean scrollbar)
    Enable the scrollbar of the new HTML window. false is default.

    Parameters:
    scrollbar -

    jACOB 2.7 API Documentation.