|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
DualBinding
instances whose behavior can later be reverted.
BeanForm
component.BeanFormRows
component.BeanProperty
objects into and out of HTML and URLs.ValidatorFactory
to provide caching services for the generated validator lists.CachingValidatorFactory
interface.IPropertySelectionModel
implementation for enumerations.BeanProperty.hashCode()
uses: ownerClass, name, validators and input.
BeanProperty.equals(Object)
uses: ownerClass,
name, validators and input.
Any
component that expects to be contained by a BeanForm
instance and which cannot inherit informal bindings containing the
BeanFormComponent.BINDING_OVERRIDE_SEPARATOR
separator.BeanForm
instance and whose direct
service link corresponds to the containing BeanForm
, rather than itself.LinkForm.newFormSupport(IMarkupWriter, IRequestCycle)
is the functional equivalent of overriding Form#getLink(IRequestCycle)
so that it returns a
link to the containing BeanForm
, which we can't do because it is a private method.Max
validator that doesn't barf all over the
place if it's handed a string instead of a number.Min
validator that doesn't barf all over the
place if it's handed a string instead of a number.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |