com.filenet.wcm.apps.server.util.integration

Class IntegrationUtil.WindowIDTester

  1. java.lang.Object
  2. extended bycom.filenet.wcm.apps.server.util.integration.IntegrationUtil.WindowIDTester
Enclosing class:
IntegrationUtil

  1. protected static class IntegrationUtil.WindowIDTester
  2. extends java.lang.Object

Method Summary

Modifier and Type Method and Description
  1. static
  2. IntegrationUtil.WindowIDTester
get(java.lang.String windowId)
  1. boolean
isClientSubWindow()
  1. boolean
isClientWindow()
  1. boolean
isThickClientWindow()
  1. boolean
isThickSubWindow()
  1. boolean
isWebBasedSubWindow()
  1. boolean
isWebBasedWindow()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

get

  1. public static IntegrationUtil.WindowIDTester get( java.lang.String windowId)

isClientWindow

  1. public boolean isClientWindow()

isClientSubWindow

  1. public boolean isClientSubWindow( )

isThickSubWindow

  1. public boolean isThickSubWindow( )

isThickClientWindow

  1. public boolean isThickClientWindow( )

isWebBasedWindow

  1. public boolean isWebBasedWindow( )

isWebBasedSubWindow

  1. public boolean isWebBasedSubWindow( )