|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractBeanConverter.convert(List)
that loops through a list of beans
and calls a template method for each bean.AbstractChainedOption.updateValue(Object, List, Object)
.ChainedOption
is responsible for handling an attribute in a
command object, such as a Struts ActionForm or plain Java Bean, and the
available options for this attribute.ChainedOptionManager
.AbstractBeanConverter.convertBean(Object)
on each one of them.
LabelValueBean
.
LabelValueBean
with name and value as the
supplied String.
ChainedOption
.
ChainedOption
ChainedOptionStrategy
to use for filtering and sorting
values as well as for selecting the default value.
ChainedOption
.
bean
with the specified value
.
net.sf.chainedoptions
package.ChainedOption
.ChainedOption
objects and
call retrieveOptions
and updateValue
.
command
that this ChainedOption
depends on.
retrieveOptions
call to the target
ChainedOption
if the refreshProperty
property
on the target command is true.
ChainedOption
that this decorator wraps.
command
object managed by
this instance.
BeanConverter
that should be used for translating
to LabelValueBeans.
command
object to determine whether OptionalRefreshChainedOption.retrieveOptions(Object, Object)
and
OptionalRefreshChainedOption.updateValue(Object, List, Object)
should forward the call to the
target ChainedOption
.
updateValue
, which loops
through the list of available options and compares them to the current
value of the managed attribute in the command
object.
command
if it needs to be updated.
updateValue
call to the target
ChainedOption
refreshProperty property on the target command is true.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |