|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUrlDialog
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 |
|---|
static final java.lang.String RCS_ID
static final java.lang.String RCS_REV
| Method Detail |
|---|
void enableNavigation(boolean navigation)
navigation - true to switch navigation on, otherwise
falsevoid setModal(boolean modal)
Note: Not all dialog implementation might support dialog modality!
modal - true to switch modality on, otherwise
falsevoid enableScrollbar(boolean scrollbar)
false is default.
scrollbar -
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||