com.sage.accpac.sm
Class View.OpenDirectives

java.lang.Object
  extended by com.sage.accpac.sm.View.OpenDirectives
Enclosing class:
View

public static final class View.OpenDirectives
extends java.lang.Object

Indicates the method to be used when opening a view.


Field Summary
static int InstanceNotify
          Opens a view that will include notification.
static int InstanceOpen
          Opens a view using viewInstanceOpen.
static int None
          Opens a view using viewOpen.
 
Constructor Summary
View.OpenDirectives()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
Opens a view using viewOpen.

See Also:
Constant Field Values

InstanceOpen

public static final int InstanceOpen
Opens a view using viewInstanceOpen.

See Also:
Constant Field Values

InstanceNotify

public static final int InstanceNotify
Opens a view that will include notification. The application must add listeners (using View.addNotificationListener(com.sage.accpac.sm.NotificationListener)) to receive those notifications.

See Also:
Constant Field Values
Constructor Detail

View.OpenDirectives

public View.OpenDirectives()


Copyright © 2011 Sage Software, Inc. All rights reserved.