Uses of Class
com.atlassian.greenhopper.web.input.ViewDefinition.PageType

Packages that use ViewDefinition.PageType
com.atlassian.greenhopper.web.input   
 

Uses of ViewDefinition.PageType in com.atlassian.greenhopper.web.input
 

Methods in com.atlassian.greenhopper.web.input that return ViewDefinition.PageType
static ViewDefinition.PageType ViewDefinition.PageType.findByPageName(java.lang.String pageName)
           
 ViewDefinition.PageType ViewDefinition.getPageType()
           
static ViewDefinition.PageType ViewDefinition.PageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewDefinition.PageType[] ViewDefinition.PageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.greenhopper.web.input with parameters of type ViewDefinition.PageType
 void ViewDefinition.setPageType(ViewDefinition.PageType pageType)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.