|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
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 this field belongs to |
View |
Program.openView(java.lang.String viewID)
opens a view. |
View |
DBLink.openView(java.lang.String viewid)
open an Accpac view |
View |
Program.openView(java.lang.String viewID,
int modes,
int prefetch,
int directives)
opens a view. |
View |
DBLink.openView(java.lang.String viewid,
int modes,
int prefetch,
int directives)
open an Accpac 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |