com.bea.security.entitlements.admin.beans
Class UIController

java.lang.Object
  extended bycom.bea.security.entitlements.admin.beans.UIController

public class UIController
extends java.lang.Object

This class is used for exposing the UI control interfaces for customer to use.


Constructor Summary
UIController()
           
 
Method Summary
 void activateMainWindow()
          Activate the main window and enable all the existing buttons in the main window, this method should be called when closing the pop up window.
 void inactivateMainWindow()
          Inactivate the main window and disable all the existing buttons in the main window, this method should be called when pop up window.
 boolean isMainWindowActive()
          Detect whether the main window are active or not.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIController

public UIController()
Method Detail

activateMainWindow

public void activateMainWindow()
Activate the main window and enable all the existing buttons in the main window, this method should be called when closing the pop up window.


inactivateMainWindow

public void inactivateMainWindow()
Inactivate the main window and disable all the existing buttons in the main window, this method should be called when pop up window.


isMainWindowActive

public boolean isMainWindowActive()
Detect whether the main window are active or not.

Returns:
true if the main window is active, false otherwise.


Copyright © 2007 BEA Systems Inc. All Rights Reserved.