|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwWindowPositions | |
---|---|
com.wewebu.ow.server.app | |
com.wewebu.ow.server.settingsimpl |
Uses of OwWindowPositions in com.wewebu.ow.server.app |
---|
Methods in com.wewebu.ow.server.app that return OwWindowPositions | |
---|---|
static OwWindowPositions |
OwWindowPositions.getUndefWindowPosition()
get a undefined window position |
OwWindowPositions |
OwMainAppContext.getWindowPositions()
get a setting for the application |
Methods in com.wewebu.ow.server.app with parameters of type OwWindowPositions | |
---|---|
static String |
OwMimeManager.getAutoViewerScript(OwMainAppContext context_p,
String strOpenURL_p,
int viewermode_p,
String id_p,
String sDmsID_p,
int iPage_p,
OwWindowPositions windowpos_p)
create a script that opens the URL in a viewer and automatically arranges the browser and the viewer the script can be applied with the addFinalScript() method. |
String |
OwMimeManager.OwOpenCommand.getScript(int iViewerMode_p,
OwWindowPositions windowpos_p,
boolean fPreviewMode_p)
get the pure script command if a script is defined by this command |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p)
open the given object according to the MIME settings, and add also the additional params to the caller URL. |
static void |
OwMimeManager.openObject(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p,
String additionalParams_p,
String mimeContext_p)
open the given object according to the MIME settings, and add also the additional params to the caller URL. |
static void |
OwMimeManager.openObjectPreview(OwMainAppContext context_p,
OwObjectReference obj_p,
OwObject parent_p,
int iViewerMode_p,
OwClientRefreshContext refreshCtx_p,
int iPage_p,
OwWindowPositions windowpos_p,
Collection objects_p)
open the given object according to MIME settings |
Uses of OwWindowPositions in com.wewebu.ow.server.settingsimpl |
---|
Subclasses of OwWindowPositions in com.wewebu.ow.server.settingsimpl | |
---|---|
class |
OwSettingsPropertyWindowPositions.OwWindowPositionsImpl
tuple that holds window position information |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |