Package | Description |
---|---|
org.apache.tapestry.coerce | |
org.apache.tapestry.form |
Components for implementing basic HTML Forms.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Modifier and Type | Class and Description |
---|---|
class |
StringConvertedPropertySelectionModel
IPropertySelectionModel created from a comma-seperated string by
StringToPropertySelectionModelConverter . |
Modifier and Type | Class and Description |
---|---|
class |
LabeledPropertySelectionModel
Decorates an underlying
IPropertySelectionModel adding an initial property. |
class |
StringPropertySelectionModel
Implementation of
IPropertySelectionModel that allows one String from
an array of Strings to be selected as the property. |
Modifier and Type | Method and Description |
---|---|
IPropertySelectionModel |
LabeledPropertySelectionModel.getModel()
Returns the underlying IPropertySelectionModel
|
abstract IPropertySelectionModel |
PropertySelection.getModel() |
Modifier and Type | Method and Description |
---|---|
void |
IPropertySelectionRenderer.renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Invoked for each element obtained from the
model . |
void |
RadioPropertySelectionRenderer.renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Writes a row of the table.
|
void |
SelectPropertySelectionRenderer.renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
java.lang.Object option,
int index,
boolean selected)
Writes an <option> element.
|
void |
LabeledPropertySelectionModel.setModel(IPropertySelectionModel model)
Sets the underlying IPropertySelectionModel
|
Constructor and Description |
---|
LabeledPropertySelectionModel(IPropertySelectionModel model)
Constructs a new LabeledPropertySelectionModel using the specified model and default label,
option, and value.
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
java.lang.String label)
Constructs a new LabeledPropertySelectionModel using the specified model and label, and
default option and value.
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
java.lang.String label,
java.lang.Object option)
Constructs a new LabeledPropertySelectionModel using the specified model, label, and option;
and default value.
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
java.lang.String label,
java.lang.Object option,
java.lang.String value)
Constructs a new LabeledPropertySelectionModel using the specified model, label, option, and
value.
|
Modifier and Type | Method and Description |
---|---|
abstract IPropertySelectionModel |
PropertySelection.getModel() |
abstract IPropertySelectionModel |
SelectionField.getModel() |