Uses of Class
wt.vc.views.View

Packages that use View
com.ptc.core.htmlcomp.gathering   
com.ptc.epm.commands.util   
com.ptc.hli.ecad   
com.ptc.netmarkets.interop   
com.ptc.windchill.cadx.common   
com.ptc.windchill.cadx.common.util   
com.ptc.windchill.cadx.createws   
com.ptc.windchill.cadx.wsoption   
wt.change2 Defines several reference implementations of change objects (including WTChangeRequest2, WTChangeIssue and WTChangeOrder2) that are all managed by ChangeService2, but the service interface is defined at a higher level of interfaces to change objects to allow replacing the reference implementations with customization of the interfaces. 
wt.clients.beans   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.eff Provides generic base effectivity functionality via EffService, EffConfigSpecAssistant and EffGroupAssistant to assert that a PDM object is effective under certain conditions; an out-of-the-box reference implementation of this base functionality is defined by wt.effectivity
wt.epm.workspaces   
wt.part Defines WTParts and WTPartMasters ( the fundamental enterprise objects used to represent product structures composed of assemblies and components), WTPartUsageLink and WTPartConfigSpec (used to build the structures of parts and select the correct versions of parts from the structures) and the WTPartService to manage these parts. 
wt.vc
 
wt.vc.config
 
wt.vc.views
 
 

Uses of View in com.ptc.core.htmlcomp.gathering
 

Methods in com.ptc.core.htmlcomp.gathering that return View
static View RulesUtilities.getConfigView(HTTPState state)
           
 

Uses of View in com.ptc.epm.commands.util
 

Fields in com.ptc.epm.commands.util declared as View
 View PartHelper.PartOptions.view
           
 

Methods in com.ptc.epm.commands.util with parameters of type View
private static QueryResult PartHelper.lookupParts(String[] docNumbers, View view)
           
protected static ConfigSpec PartHelper.createPartConfigSpec(WTContainerRef containerRef, View view)
           
static QueryResult PartHelper.PartServer.lookupParts(String[] docNumbers, WTContainerRef containerRef, View view)
           
 

Uses of View in com.ptc.hli.ecad
 

Fields in com.ptc.hli.ecad declared as View
 View ECADAssemblyHelper.AssemblyOptions.partView
          the View for new WTParts
 

Uses of View in com.ptc.netmarkets.interop
 

Methods in com.ptc.netmarkets.interop with parameters of type View
private static WTPartConfigSpec NmInteropUtils.InteropConfigSpecs.getPartConfigSpec(View view)
           
 

Uses of View in com.ptc.windchill.cadx.common
 

Fields in com.ptc.windchill.cadx.common declared as View
private  View WorkspaceViewHolder.view
           
 

Methods in com.ptc.windchill.cadx.common that return View
 View WorkspaceViewHolder.getView()
          Gets the value of the attribute: view.
 

Methods in com.ptc.windchill.cadx.common with parameters of type View
 void WorkspaceViewHolder.setView(View a_View)
          Sets the value of the attribute: view.
 

Constructors in com.ptc.windchill.cadx.common with parameters of type View
WorkspaceViewHolder(View v)
          

Supported API: false
 

Uses of View in com.ptc.windchill.cadx.common.util
 

Methods in com.ptc.windchill.cadx.common.util that return View
static View WorkspaceUtilities.getWsOrContainerBasedView(EPMWorkspace workspace, Class revisionControlledObjectClass)
          Get view from the specified workspace for the specified type of object.
static View RuleUtilities.getView(WTContainer container, Class revisionControlledObjectClass)
          For the specified container, find out the view for the specified type (class) of RevisionControlled objects.
static View GenericUtilities.getView(EPMWorkspace workspace)
          This method returns View for the given workspace.
 

Methods in com.ptc.windchill.cadx.common.util with parameters of type View
static void GenericUtilities.setView(EPMWorkspace workspace, View view)
          

Supported API: false
 

Uses of View in com.ptc.windchill.cadx.createws
 

Fields in com.ptc.windchill.cadx.createws declared as View
private  View CreateWSFormTaskDelegate.view
           
 

Uses of View in com.ptc.windchill.cadx.wsoption
 

Methods in com.ptc.windchill.cadx.wsoption that return View
private  View GenWsprefFormTaskDelegate.validateAndSetView(String partViewstr, EPMWorkspace workspace, WTContainer container)
          For the spacified string form part view, validate it.
private  View GenWsprefFormTaskDelegate.getValidView(String viewStr)
           
 

Uses of View in wt.change2
 

Methods in wt.change2 with parameters of type View
private  List StandardChangeService2.getRows(int level, Set partUsages, String item_ad, View view)
           
private  List StandardChangeService2.getRows(int level, WTPartUsageLink usage, String item_ad, View view)
           
(package private) static List CMIIBaselineHelper.getVersions(Mastered master, View view, boolean releasedOnly)
          Returns a List of latest iterations of the versions of the specified master, beginning with the latest released version.
private static List CMIIBaselineHelper.getPartVersions(WTPartMaster m, View view, boolean releasedOnly)
           
 

Uses of View in wt.clients.beans
 

Fields in wt.clients.beans declared as View
protected  View[] ViewList.valueSet
           
protected  View[] ViewChoice.valueSet
           
 

Methods in wt.clients.beans that return View
protected  View[] ViewList.getViews()
           
 View ViewList.getSelectedView()
          Gets a representation of the current choice as an View.
protected  View[] ViewChoice.getViews()
           
 View ViewChoice.getSelectedView()
          Gets a representation of the current choice as an View.
 

Methods in wt.clients.beans with parameters of type View
 void ViewList.setViewModel(View[] views)
           
 void ViewList.setSelectedView(View view)
          Sets the selected item in this Choice to be the item with the specified View value.
 void ViewChoice.setViewModel(View[] views)
           
 void ViewChoice.setSelectedView(View view)
          Sets the selected item in this Choice to be the item with the specified View value.
 

Uses of View in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as View
protected  View SetViewPreferenceDialog.currentView
           
private  View PartItem.view
          The view
private  View InstanceItem.view
          The view
private  View ConfigSpecItem.realView
           
 

Methods in wt.clients.prodmgmt that return View
 View UsageItem.getView()
          Return the view of the uses part item
 View SetViewPreferenceDialog.getPreferredView()
           
 View PartItem.getView()
          Get the view for this object
static View[] PartHelper.getViews()
          Returns an array of all defined View objects.
 View InstanceItem.getView()
          Get the view for this object
 View ConfigSpecItem.getView()
          Get the name of the view specified in the ViewQualification.
 

Methods in wt.clients.prodmgmt with parameters of type View
static boolean SetViewPreferenceDialog.isEqual(View view_a, View view_b)
           
 void PartItem.setView(View view)
          Set the view for this object
static WTPartConfigSpec PartHelper.newConfigSpec(boolean checkedOut, State newState, View newView)
          Create a ConfigSpec based on the specified state, new, and checkout qualification.
protected  boolean PartExplorer.isUsingView(View view)
          Deprecated. Tests whether the given view is the same as the view currently being used in the config spec for this window.
 void InstanceItem.setView(View view)
          Set the view for this object
static boolean ConfigSpecPanel.isEqual(View view_a, View view_b)
           
 void ConfigSpecItem.setView(View a_view)
          Set the View name specified in the ViewQualification
 

Uses of View in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as View
(package private)  View[] UnitTaskPanel.views
           
private  View PartItem.view
          The view
private  View ConfigSpecItem.realView
           
 

Methods in wt.clients.replication.unit that return View
 View UsageItem.getView()
          Return the view of the uses part item
 View PartItem.getView()
          Get the view for this object
static View[] PartHelper.getViews()
          Gets the allowed Views.
 View ConfigSpecItem.getView()
          Get the name of the view specified in the ViewQualification.
 

Methods in wt.clients.replication.unit with parameters of type View
 void PartItem.setView(View view)
          Set the view for this object
static WTPartConfigSpec PartHelper.newConfigSpec(boolean checkedOut, State newState, View newView)
          Create a ConfigSpec based on the specified state, new, and checkout qualification.
 void ConfigSpecItem.setView(View a_view)
          Set the View name specified in the ViewQualification
 

Uses of View in wt.eff
 

Methods in wt.eff that return View
 View EffConfigSpecGroup.getView()
          Gets the value of the attribute: VIEW.
 View EffConfigSpecGroup.getView()
          Gets the value of the attribute: VIEW.
 

Methods in wt.eff with parameters of type View
 void EffConfigSpecGroup.setView(View a_View)
          Sets the value of the attribute: VIEW.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View)
          Constructs an empty group set to the provided view.
protected  void EffConfigSpecGroup.initialize(View a_View)
          Supports initialization, following construction of an instance.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View, PersistableEffConfigSpec persistableEffConfigSpec)
          Construct a group, adding the effectivity config spec and assigning the view.
protected  void EffConfigSpecGroup.initialize(View a_View, PersistableEffConfigSpec persistableEffConfigSpec)
          Supports initialization, following construction of an instance.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View, PersistableEffConfigSpec[] persistableEffConfigSpecs)
          Constructs a group with the given members and view.
protected  void EffConfigSpecGroup.initialize(View a_View, PersistableEffConfigSpec[] persistableEffConfigSpecs)
          Supports initialization, following construction of an instance.
 void EffConfigSpecGroup.setView(View a_View)
          Sets the value of the attribute: VIEW.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View)
          Constructs an empty group set to the provided view.
protected  void EffConfigSpecGroup.initialize(View a_View)
          Supports initialization, following construction of an instance.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View, PersistableEffConfigSpec persistableEffConfigSpec)
          Construct a group, adding the effectivity config spec and assigning the view.
protected  void EffConfigSpecGroup.initialize(View a_View, PersistableEffConfigSpec persistableEffConfigSpec)
          Supports initialization, following construction of an instance.
static EffConfigSpecGroup EffConfigSpecGroup.newEffConfigSpecGroup(View a_View, PersistableEffConfigSpec[] persistableEffConfigSpecs)
          Constructs a group with the given members and view.
protected  void EffConfigSpecGroup.initialize(View a_View, PersistableEffConfigSpec[] persistableEffConfigSpecs)
          Supports initialization, following construction of an instance.
 

Uses of View in wt.epm.workspaces
 

Methods in wt.epm.workspaces that return View
 View WorkspaceView.getView()
          Gets the object for the association that plays role: VIEW_ROLE.
 View EPMWorkspace.getView()
          Gets the object for the association that plays role: VIEW.
 

Methods in wt.epm.workspaces with parameters of type View
 void WorkspaceView.setView(View view)
          Sets the object for the association that plays role: VIEW_ROLE.
static WorkspaceView WorkspaceView.newWorkspaceView(EPMWorkspace workspace, View view)
          Default factory for the class.
 void EPMWorkspace.setView(View a_View)
          Sets the object for the association that plays role: VIEW.
 

Uses of View in wt.part
 

Methods in wt.part that return View
 View WTPartStandardConfigSpec.getView()
          Gets the value of the attribute: VIEW.
 View WTPartServiceFwd.getDefaultConfigSpecViewPref()
          Gets the value of the attribute: DEFAULT_CONFIG_SPEC_VIEW_PREF.
 View WTPartService.getDefaultConfigSpecViewPref()
          Gets the value of the attribute: DEFAULT_CONFIG_SPEC_VIEW_PREF.
 View WTPartEffectivityConfigSpec.getView()
          Gets the value of the attribute: VIEW.
 View StandardWTPartService.getDefaultConfigSpecViewPref()
          Gets the value of the attribute: defaultConfigSpecViewPref.
 

Methods in wt.part with parameters of type View
 void WTPartStandardConfigSpec.setView(View a_View)
          Sets the value of the attribute: VIEW.
static WTPartStandardConfigSpec WTPartStandardConfigSpec.newWTPartStandardConfigSpec(View view, State lifeCycleState)
          Construct a WTPartStandardConfigSpec, setting the view and lifeCycleState to the passed-in values.
protected  void WTPartStandardConfigSpec.initialize(View view, State lifeCycleState)
          Supports initialization, following construction of an instance.
 void WTPartServiceFwd.setDefaultConfigSpecViewPref(View a_DefaultConfigSpecViewPref)
          Sets the value of the attribute: DEFAULT_CONFIG_SPEC_VIEW_PREF.
 void WTPartService.setDefaultConfigSpecViewPref(View a_DefaultConfigSpecViewPref)
          Sets the value of the attribute: DEFAULT_CONFIG_SPEC_VIEW_PREF.
 void WTPartEffectivityConfigSpec.setView(View a_View)
          Sets the value of the attribute: VIEW.
 void StandardWTPartService.setDefaultConfigSpecViewPref(View a_DefaultConfigSpecViewPref)
          Sets the value of the attribute: defaultConfigSpecViewPref.
 void StandardLineNumberService.publishLineNumber(LineNumber number, WTPartMaster part, View view)
          Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 boolean StandardLineNumberService.isLineNumberPublished(LineNumber number, WTPartMaster part, View view)
          Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published.
 void StandardLineNumberService.unpublishLineNumber(LineNumber number, WTPartMaster part, View view)
          Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 Hashtable StandardLineNumberService.findAllPublishedLineNumbers(WTPartMaster partMaster, View view)
          Returns a hash table of PublishedLineNumber objects associated with the given part number (i.e., WTPartMaster) in the given view.
private  QueryResult StandardLineNumberService.findPublishedLineNumber(LineNumber number, WTPartMaster part, View view)
           
 void LineNumberServiceFwd.publishLineNumber(LineNumber number, WTPartMaster part, View view)
          Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 boolean LineNumberServiceFwd.isLineNumberPublished(LineNumber number, WTPartMaster part, View view)
          Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published.
 void LineNumberServiceFwd.unpublishLineNumber(LineNumber number, WTPartMaster part, View view)
          Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 Hashtable LineNumberServiceFwd.findAllPublishedLineNumbers(WTPartMaster partMaster, View view)
          Returns a hash table of PublishedLineNumber objects associated with the given part number (i.e., WTPartMaster) in the given view.
 void LineNumberService.publishLineNumber(LineNumber number, WTPartMaster part, View view)
          Publishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 boolean LineNumberService.isLineNumberPublished(LineNumber number, WTPartMaster part, View view)
          Returns true if the line number associated with the given part number (i.e., WTPartMaster) in the given view is published.
 void LineNumberService.unpublishLineNumber(LineNumber number, WTPartMaster part, View view)
          Unpublishes the line number associated with the given part number (i.e., WTPartMaster) in the given view.
 Hashtable LineNumberService.findAllPublishedLineNumbers(WTPartMaster partMaster, View view)
          Returns a hash table of PublishedLineNumber objects associated with the given part number (i.e., WTPartMaster) in the given view.
 

Uses of View in wt.vc
 

Methods in wt.vc that return View
private  View[] StandardVersionControlService.getParentViews(Hashtable insNodeTable)
           
private  View[] StandardVersionControlService.getParentViews(Hashtable insNodeTable)
           
 

Methods in wt.vc with parameters of type View
private  Versioned StandardVersionControlService.getObjectBySeriesAndView(QueryResult vtSet, Series tSer, View tView, Series r1Ser)
           
private  Versioned StandardVersionControlService.getPredInLowerVersions(QueryResult vtSet, Series tSer, View aView, Series t1OffSer)
           
private  boolean StandardVersionControlService.isAChildView(View aView, View[] parentViews)
           
private  boolean StandardVersionControlService.lowerOrEqualView(View lView, View hView)
           
private  Versioned StandardVersionControlService.getObjectBySeriesAndView(QueryResult vtSet, Series tSer, View tView, Series r1Ser)
           
private  Versioned StandardVersionControlService.getPredInLowerVersions(QueryResult vtSet, Series tSer, View aView, Series t1OffSer)
           
private  boolean StandardVersionControlService.isAChildView(View aView, View[] parentViews)
           
private  boolean StandardVersionControlService.lowerOrEqualView(View lView, View hView)
           
 

Uses of View in wt.vc.config
 

Methods in wt.vc.config that return View
 View ViewConfigSpec.getView()
          Gets the value of the attribute: VIEW.
 View SetConfigSpecDelegate.ConfigSpecHolder.getStandardView()
          Return the View associated with the Standard Configuration Specification, if one has been set.
 View SetConfigSpecDelegate.ConfigSpecHolder.getEffectivityView()
          Returns the View associated with the Effectivity configuration specification.
 

Methods in wt.vc.config with parameters of type View
 void ViewConfigSpec.setView(View a_View)
          Sets the value of the attribute: VIEW.
static ViewConfigSpec ViewConfigSpec.newViewConfigSpec(View view)
          Constructs a new ViewConfigSpec using the specified view.
protected  void ViewConfigSpec.initialize(View view)
          Supports initialization, following construction of an instance.
 

Uses of View in wt.vc.views
 

Fields in wt.vc.views declared as View
private  View[] ViewCache.views
           
(package private)  View StandardViewService.ViewCacheUpdater.view
           
 

Methods in wt.vc.views that return View
 View ViewServiceFwd.getView(String viewName)
          Returns the view object for this view name, if it exists.
 View ViewServiceFwd.getView(ObjectIdentifier objId)
          Returns the view object for this view identifier, if one exists.
 View ViewServiceFwd.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] ViewServiceFwd.getAllParents(View view)
          Returns all the parents of the view, if any.
 View[] ViewServiceFwd.getChildren(View view)
          Returns the immediate children of this view.
 View[] ViewServiceFwd.getAllChildren(View view)
          Returns all the children of this view.
 View[] ViewServiceFwd.getAllViews()
          Return all defined views.
 View[] ViewServiceFwd.getAllRootViews()
          Return all root views, that is all views with no parent views.
 View[] ViewServiceFwd.getEligibleViews(ViewManageable viewManageable)
          For a particular version, returns all the valid views the version may be branched into.
 View ViewService.getView(String viewName)
          Returns the view object for this view name, if it exists.
 View ViewService.getView(ObjectIdentifier objId)
          Returns the view object for this view identifier, if one exists.
 View ViewService.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] ViewService.getAllParents(View view)
          Returns all the parents of the view, if any.
 View[] ViewService.getChildren(View view)
          Returns the immediate children of this view.
 View[] ViewService.getAllChildren(View view)
          Returns all the children of this view.
 View[] ViewService.getAllViews()
          Return all defined views.
 View[] ViewService.getAllRootViews()
          Return all root views, that is all views with no parent views.
 View[] ViewService.getEligibleViews(ViewManageable viewManageable)
          For a particular version, returns all the valid views the version may be branched into.
static View ViewHelper.getView(ViewManageable version)
          Returns the view the version is assigned to.
 View ViewCache.getView(Object key)
          Get the View object corresponding to a object identifier or name.
 View[] ViewCache.getAllViews()
          Get all views.
 View ViewAssociation.getParent()
          Gets the object for the association that plays role: PARENT_ROLE.
 View ViewAssociation.getChild()
          Gets the object for the association that plays role: CHILD_ROLE.
static View View.newView(String viewName)
          Factory method for creating views.
 View StandardViewService.getView(String viewName)
          Returns the view object for this view name, if it exists.
 View StandardViewService.getView(ObjectIdentifier objId)
          Returns the view object for this view identifier, if one exists.
 View StandardViewService.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] StandardViewService.getAllParents(View view)
          Returns all the parents of the view, if any.
 View[] StandardViewService.getChildren(View view)
          Returns the immediate children of this view.
 View[] StandardViewService.getAllChildren(View view)
          Returns all the children of this view.
 View[] StandardViewService.getAllViews()
          Return all defined views.
 View[] StandardViewService.getAllRootViews()
          Return all root views, that is all views with no parent views.
 View[] StandardViewService.getEligibleViews(ViewManageable viewManageable)
          For a particular version, returns all the valid views the version may be branched into.
 

Methods in wt.vc.views with parameters of type View
 ViewManageable ViewServiceFwd.newBranchForView(ViewManageable version, View view)
          Creates a new version from the original version and assigns it to the specified view.
 View ViewServiceFwd.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] ViewServiceFwd.getAllParents(View view)
          Returns all the parents of the view, if any.
 boolean ViewServiceFwd.isParentOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a parent of the view, false otherwise.
 View[] ViewServiceFwd.getChildren(View view)
          Returns the immediate children of this view.
 View[] ViewServiceFwd.getAllChildren(View view)
          Returns all the children of this view.
 boolean ViewServiceFwd.isChildOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a child of the view, false otherwise.
 boolean ViewServiceFwd.isMemberOf(View view, View viewToCheck)
          Returns true if the viewToCheck is contained in the same view association as the view, false otherwise.
 void ViewServiceFwd.insert(View parent, View child, View viewToInsert)
          Inserts a view between other associated views.
 ViewManageable ViewService.newBranchForView(ViewManageable version, View view)
          Creates a new version from the original version and assigns it to the specified view.
 View ViewService.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] ViewService.getAllParents(View view)
          Returns all the parents of the view, if any.
 boolean ViewService.isParentOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a parent of the view, false otherwise.
 View[] ViewService.getChildren(View view)
          Returns the immediate children of this view.
 View[] ViewService.getAllChildren(View view)
          Returns all the children of this view.
 boolean ViewService.isChildOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a child of the view, false otherwise.
 boolean ViewService.isMemberOf(View view, View viewToCheck)
          Returns true if the viewToCheck is contained in the same view association as the view, false otherwise.
 void ViewService.insert(View parent, View child, View viewToInsert)
          Inserts a view between other associated views.
 void ViewReferenceSearch.setValue(View view)
          Set the search value to be for this View.
static ViewReference ViewReference.newViewReference(View obj)
          

Supported API: true
protected  void ViewReference.initialize(View obj)
          Supports initialization, following construction of an instance.
static void ViewHelper.assignToView(ViewManageable version, View view)
          Assigns the view to a version.
protected  void ViewCache.addViewChangeToContextCache(View view)
           
protected  void ViewCache.addParentChildToContextCache(View parent, View child)
           
protected  void ViewCache.removeParentChildInContextCache(View parent, View child)
           
 void ViewAssociation.setParent(View parent)
          Sets the object for the association that plays role: PARENT_ROLE.
 void ViewAssociation.setChild(View child)
          Sets the object for the association that plays role: CHILD_ROLE.
static ViewAssociation ViewAssociation.newViewAssociation(View parent, View child)
          Default factory for the class.
protected  boolean View.readVersion(View thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 ViewManageable StandardViewService.newBranchForView(ViewManageable version, View view)
          Creates a new version from the original version and assigns it to the specified view.
 View StandardViewService.getParent(View view)
          Gets the immediate parent of this view, if one exists.
 View[] StandardViewService.getAllParents(View view)
          Returns all the parents of the view, if any.
 boolean StandardViewService.isParentOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a parent of the view, false otherwise.
 View[] StandardViewService.getChildren(View view)
          Returns the immediate children of this view.
 View[] StandardViewService.getAllChildren(View view)
          Returns all the children of this view.
 boolean StandardViewService.isChildOf(View view, View viewToCheck)
          Returns true if the viewToCheck is a child of the view, false otherwise.
 boolean StandardViewService.isMemberOf(View view, View viewToCheck)
          Returns true if the viewToCheck is contained in the same view association as the view, false otherwise.
 void StandardViewService.insert(View parent, View child, View viewToInsert)
          Inserts a view between other associated views.
protected  void StandardViewService.processViewDeletion(View view)
          Handles validation and cleanup associated with deleting a view.
static void LoadViews.printRecurs(View[] views, int index)
           
 

Constructors in wt.vc.views with parameters of type View
StandardViewService.ViewCacheUpdater(View view)