Uses of Interface
org.apache.tapestry5.model.ParameterModel

Packages that use ParameterModel
org.apache.tapestry5.internal.model [INTERNAL USE ONLY] support classes for component models; API subject to change 
org.apache.tapestry5.model Interfaces for various types of component and parameter models used by Tapestry 
org.apache.tapestry5.test Support for testing Tapestry pages 
 

Uses of ParameterModel in org.apache.tapestry5.internal.model
 

Classes in org.apache.tapestry5.internal.model that implement ParameterModel
 class ParameterModelImpl
           
 

Methods in org.apache.tapestry5.internal.model that return ParameterModel
 ParameterModel MutableComponentModelImpl.getParameterModel(String parameterName)
           
 

Uses of ParameterModel in org.apache.tapestry5.model
 

Methods in org.apache.tapestry5.model that return ParameterModel
 ParameterModel ComponentModel.getParameterModel(String parameterName)
          Return a single parameter model by parameter name, or null if the parameter is not defined (is not a formal parameter).
 

Uses of ParameterModel in org.apache.tapestry5.test
 

Methods in org.apache.tapestry5.test that return ParameterModel
protected  ParameterModel TapestryTestCase.mockParameterModel()
           
 

Methods in org.apache.tapestry5.test with parameters of type ParameterModel
protected  void TapestryTestCase.train_getParameterModel(ComponentModel model, String parameterName, ParameterModel parameterModel)
           
protected  void TapestryTestCase.train_isAllowNull(ParameterModel model, boolean allowNull)
           
protected  void TapestryTestCase.train_isRequired(ParameterModel model, boolean isRequired)
           
 



Copyright © 2003-2012 The Apache Software Foundation.