|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPropertySelectionModel | |
---|---|
org.apache.tapestry.coerce | Object conversion classes that deal with serializing / deserializing different types of data. |
org.apache.tapestry.contrib.form | Form controls for things liked masked input editing on text fields and multi property selection semantics. |
org.apache.tapestry.contrib.inspector | Implementation of the Tapestry Inspector, a specialized page used to dynamically introspect the construction of an application while it runs. |
org.apache.tapestry.contrib.palette | A powerful component for handling the very common case of moving elements from two different multi selection input boxes. |
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). |
Uses of IPropertySelectionModel in org.apache.tapestry.coerce |
---|
Classes in org.apache.tapestry.coerce that implement IPropertySelectionModel | |
---|---|
class |
StringConvertedPropertySelectionModel
IPropertySelectionModel created from a comma-seperated string by
StringToPropertySelectionModelConverter . |
Uses of IPropertySelectionModel in org.apache.tapestry.contrib.form |
---|
Methods in org.apache.tapestry.contrib.form that return IPropertySelectionModel | |
---|---|
abstract IPropertySelectionModel |
MultiplePropertySelection.getModel()
|
Methods in org.apache.tapestry.contrib.form with parameters of type IPropertySelectionModel | |
---|---|
void |
IMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Invoked for each element obtained from the model . |
void |
CheckBoxMultiplePropertySelectionRenderer.renderOption(MultiplePropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Writes a row of the table. |
Uses of IPropertySelectionModel in org.apache.tapestry.contrib.inspector |
---|
Methods in org.apache.tapestry.contrib.inspector that return IPropertySelectionModel | |
---|---|
IPropertySelectionModel |
Selector.getPageModel()
Returns an {IPropertySelectionModel} used to select the name of the page to inspect. |
Uses of IPropertySelectionModel in org.apache.tapestry.contrib.palette |
---|
Methods in org.apache.tapestry.contrib.palette that return IPropertySelectionModel | |
---|---|
abstract IPropertySelectionModel |
Palette.getModel()
|
Uses of IPropertySelectionModel in org.apache.tapestry.form |
---|
Classes in org.apache.tapestry.form that implement IPropertySelectionModel | |
---|---|
class |
BeanPropertySelectionModel
This class is a property selection model for an object list. |
class |
EnumPropertySelectionModel
Implementation of a property model that works off of native java enum types. |
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. |
Methods in org.apache.tapestry.form that return IPropertySelectionModel | |
---|---|
IPropertySelectionModel |
LabeledPropertySelectionModel.getModel()
Returns the underlying IPropertySelectionModel. |
abstract IPropertySelectionModel |
PropertySelection.getModel()
|
Methods in org.apache.tapestry.form with parameters of type IPropertySelectionModel | |
---|---|
void |
IPropertySelectionRenderer.renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
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,
Object option,
int index,
boolean selected)
Writes a row of the table. |
void |
SelectPropertySelectionRenderer.renderOption(PropertySelection component,
IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object option,
int index,
boolean selected)
Writes an <option> element. |
void |
IOptionRenderer.renderOptions(IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object selected)
Called after the initial <select> tag has been rendered. |
void |
DefaultOptionRenderer.renderOptions(IMarkupWriter writer,
IRequestCycle cycle,
IPropertySelectionModel model,
Object selected)
Called after the initial <select> tag has been rendered. |
void |
LabeledPropertySelectionModel.setModel(IPropertySelectionModel model)
Sets the underlying IPropertySelectionModel. |
Constructors in org.apache.tapestry.form with parameters of type IPropertySelectionModel | |
---|---|
LabeledPropertySelectionModel(IPropertySelectionModel model)
Constructs a new LabeledPropertySelectionModel using the specified model and default label, option, and value. |
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
String label)
Constructs a new LabeledPropertySelectionModel using the specified model and label, and default option and value. |
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
String label,
Object option)
Constructs a new LabeledPropertySelectionModel using the specified model, label, and option; and default value. |
|
LabeledPropertySelectionModel(IPropertySelectionModel model,
String label,
Object option,
String value)
Constructs a new LabeledPropertySelectionModel using the specified model, label, option, and value. |
Uses of IPropertySelectionModel in org.apache.tapestry.wml |
---|
Methods in org.apache.tapestry.wml that return IPropertySelectionModel | |
---|---|
abstract IPropertySelectionModel |
PropertySelection.getModel()
|
abstract IPropertySelectionModel |
SelectionField.getModel()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |