Uses of Class
com.sage.accpac.sm.View

Packages that use View
com.sage.accpac.sm Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. 
com.sage.accpac.sm.program   
com.sage.accpac.sm.view The package contains view-related classes and interfaces of the Sage 300 ERP System Manager. 
 

Uses of View in com.sage.accpac.sm
 

Methods in com.sage.accpac.sm that return View
 View ViewKeys.getParent()
          Gets the View object that created the current object
 View ViewFields.getParent()
          Returns the View instance that created the current instance
 View ViewField.getView()
          Gets the View object to which this field belongs
 View Program.openView(java.lang.String viewID)
          opens a view.
 View Program.openView(java.lang.String viewID, int modes, int prefetch, int directives)
          opens a view.
 

Methods in com.sage.accpac.sm with parameters of type View
 void View.autocompose(View... views)
          composes the supplied list of views against this view, passing them in the correct order.
 void View.compose(View... views)
          composes the supplied list of views against this view.
 

Constructors in com.sage.accpac.sm with parameters of type View
FieldChangeEvent(View view, int field, boolean enabled, boolean editable, boolean required)
          constructs an instance of the FieldChangeEvent class, based upon the three given boolean attributes
FieldChangeEvent(View view, int field, int attributes)
          constructs an instance of the FieldChangeEvent class.
ViewField(View view, int index, int id, java.lang.String name)
          The only constructor.
 

Uses of View in com.sage.accpac.sm.program
 

Methods in com.sage.accpac.sm.program that return View
 View IProgram.openView(java.lang.String viewID)
          opens a view.
 View IProgram.openView(java.lang.String viewID, int modes, int prefetch, int directives)
          opens a view.
 

Uses of View in com.sage.accpac.sm.view
 

Methods in com.sage.accpac.sm.view with parameters of type View
 void Composable.autocompose(View... views)
          composes the supplied list of views against this view, passing them in the correct order.
 void Composable.compose(View... views)
          composes the supplied list of views against this view.
 



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