Uses of Interface
org.apache.tapestry5.SelectModel
Packages that use SelectModel
Package
Description
The set of core pages available in all Tapestry applications
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] internal service classes; API subject to change
Core services
A set of enums, abstract classs and wrappers of various purposes
-
Uses of SelectModel in org.apache.tapestry5.corelib.pages
Methods in org.apache.tapestry5.corelib.pages that return SelectModelModifier and TypeMethodDescriptionPropertyEditBlocks.getSelectModelForProperty()
Provide a select mode for an enum type. -
Uses of SelectModel in org.apache.tapestry5.internal
Classes in org.apache.tapestry5.internal that implement SelectModelMethods in org.apache.tapestry5.internal that return SelectModelModifier and TypeMethodDescriptionstatic SelectModel
TapestryInternalUtils.toSelectModel
(String input) Wraps the result ofTapestryInternalUtils.toOptionModels(String)
as aSelectModel
(with no option groups).static <E> SelectModel
TapestryInternalUtils.toSelectModel
(List<E> input) Wraps the result ofTapestryInternalUtils.toOptionModels(List)
as aSelectModel
(with no option groups).static <K,
V> SelectModel TapestryInternalUtils.toSelectModel
(Map<K, V> input) Wraps the result ofTapestryInternalUtils.toOptionModels(Map)
as aSelectModel
(with no option groups). -
Uses of SelectModel in org.apache.tapestry5.internal.services
Methods in org.apache.tapestry5.internal.services that return SelectModel -
Uses of SelectModel in org.apache.tapestry5.services
Methods in org.apache.tapestry5.services that return SelectModelModifier and TypeMethodDescriptionCreates aSelectModel
from a list of objects of the same type.Creates aSelectModel
from a list of objects of the same type and a label property name.LocalizationSetter.getSupportedLocalesModel()
Returns the supported locales packaged as a model. -
Uses of SelectModel in org.apache.tapestry5.util
Classes in org.apache.tapestry5.util that implement SelectModelModifier and TypeClassDescriptionclass
Base class forSelectModel
implementations, whose primary job is to provide theAbstractSelectModel.visit(SelectModelVisitor)
method.final class
A basic select model for a particular Enum type.