Package | Description |
---|---|
org.apache.tapestry5.corelib.pages |
The set of core pages available in all Tapestry applications
|
org.apache.tapestry5.internal |
[INTERNAL USE ONLY] internal support classes; API subject to change.
|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.util |
A set of enums, abstract classs and wrappers of various purposes
|
Modifier and Type | Method and Description |
---|---|
SelectModel |
PropertyEditBlocks.getSelectModelForProperty()
Provide a select mode for an enum type.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectModelImpl |
Modifier and Type | Method and Description |
---|---|
static <E> SelectModel |
TapestryInternalUtils.toSelectModel(List<E> input)
Wraps the result of
TapestryInternalUtils.toOptionModels(List) as a SelectModel (with no option groups). |
static <K,V> SelectModel |
TapestryInternalUtils.toSelectModel(Map<K,V> input)
Wraps the result of
TapestryInternalUtils.toOptionModels(Map) as a SelectModel (with no option groups). |
static SelectModel |
TapestryInternalUtils.toSelectModel(String input)
Wraps the result of
TapestryInternalUtils.toOptionModels(String) as a SelectModel (with no option groups). |
Modifier and Type | Method and Description |
---|---|
SelectModel |
SelectModelFactoryImpl.create(List<?> objects) |
SelectModel |
SelectModelFactoryImpl.create(List<?> objects,
String labelProperty) |
SelectModel |
LocalizationSetterImpl.getSupportedLocalesModel() |
Modifier and Type | Method and Description |
---|---|
SelectModel |
SelectModelFactory.create(List<?> objects)
Creates a
SelectModel from a list of objects of the same type. |
SelectModel |
SelectModelFactory.create(List<?> objects,
String labelProperty)
Creates a
SelectModel from a list of objects of the same type and a label property name. |
SelectModel |
LocalizationSetter.getSupportedLocalesModel()
Returns the supported locales packaged as a model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelectModel
Base class for
SelectModel implementations, whose primary job is to provide the AbstractSelectModel.visit(SelectModelVisitor) method. |
class |
EnumSelectModel
A basic select model for a particular Enum type.
|
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.