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

Packages that use ViewField
com.sage.accpac.sm Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. 
 

Uses of ViewField in com.sage.accpac.sm
 

Methods in com.sage.accpac.sm that return ViewField
protected  ViewField View.createField(int index, int id, java.lang.String name)
          create an instance of the ViewField class corresponding to the zero-based index of the field within this view.
 ViewField ViewFields.get(int fieldID)
          Gets the field with the given ID
 ViewField ViewFields.get(java.lang.String name)
          Gets the field with the given name
 ViewField ViewKey.getField(int index)
          Deprecated. 
 ViewField ViewFields.getFieldByIndex(int index)
          Gets the field based on the zero-based index within the collection.
 ViewField ViewFieldPresentationList.getParent()
          Gets the ViewField object to which the presentation list belongs
 

Methods in com.sage.accpac.sm that return types with arguments of type ViewField
 java.util.Iterator<ViewField> ViewFields.iterator()
          Gets an iterator on the collection
 

Methods in com.sage.accpac.sm with parameters of type ViewField
static ViewFieldPresentationList ViewFieldPresentationListFactory.createListByPairs(ViewField viewField, java.lang.Object... pairs)
           
 



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