Uses of Interface
org.apache.tapestry5.model.ParameterModel
Packages that use ParameterModel
Package
Description
[INTERNAL USE ONLY] support classes for component models; API subject to change
Interfaces for various types of component and parameter models used by Tapestry
Support for testing Tapestry pages
-
Uses of ParameterModel in org.apache.tapestry5.internal.model
Classes in org.apache.tapestry5.internal.model that implement ParameterModelMethods in org.apache.tapestry5.internal.model that return ParameterModelModifier and TypeMethodDescriptionMutableComponentModelImpl.getParameterModel
(String parameterName) -
Uses of ParameterModel in org.apache.tapestry5.model
Methods in org.apache.tapestry5.model that return ParameterModelModifier and TypeMethodDescriptionComponentModel.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 ParameterModelModifier and TypeMethodDescriptionprotected final ParameterModel
TapestryTestCase.mockParameterModel()
Methods in org.apache.tapestry5.test with parameters of type ParameterModelModifier and TypeMethodDescriptionprotected final void
TapestryTestCase.train_getParameterModel
(ComponentModel model, String parameterName, ParameterModel parameterModel) protected final void
TapestryTestCase.train_isAllowNull
(ParameterModel model, boolean allowNull) protected final void
TapestryTestCase.train_isRequired
(ParameterModel model, boolean isRequired)