Uses of Class
tinlizard.model.View

Packages that use View
tinlizard.dataload Provides Utilities/Helper classes to facilitate in loading test data. 
tinlizard.model Provides Object model and Data Type classes. 
tinlizard.web Provides classes to present information via the web. 
 

Uses of View in tinlizard.dataload
 

Fields in tinlizard.dataload declared as View
 View Data.defaultRetiredView
           
 View Data.defaultView
           
 View Data.rewriteView
           
 

Uses of View in tinlizard.model
 

Methods in tinlizard.model that return View
static View View.findByName(String name)
           
static View View.getDefaultView()
           
 View Codeline.getView()
           
 

Methods in tinlizard.model that return types with arguments of type View
static Collection<View> View.findAll()
           
static Collection<View> View.search(String query)
           
 

Methods in tinlizard.model with parameters of type View
 void Codeline.setView(View view)
           
 

Uses of View in tinlizard.web
 

Methods in tinlizard.web that return View
protected  View ViewWeb.getSubject()
           
 

Constructors in tinlizard.web with parameters of type View
ViewWeb(View c)
           
 

Constructor parameters in tinlizard.web with type arguments of type View
ViewCollectionWeb(Collection<View> c, org.jvnet.localizer.Localizable name)
           
 



Copyright © 2009. All Rights Reserved.