Uses of Interface
org.apache.tapestry.form.ValidatableField

Packages that use ValidatableField
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.palette

A powerful component for handling the very common case of moving elements from two different multi selection input boxes. 

org.apache.tapestry.dojo.form Form related components that are wrapped by dojo widgets. 
org.apache.tapestry.form Components for implementing basic HTML Forms. 
org.apache.tapestry.scriptaculous   
 

Uses of ValidatableField in org.apache.tapestry.contrib.form
 

Classes in org.apache.tapestry.contrib.form that implement ValidatableField
 class MultiplePropertySelection
          A component which uses <input type=checkbox> to set a property of some object.
 

Uses of ValidatableField in org.apache.tapestry.contrib.palette
 

Classes in org.apache.tapestry.contrib.palette that implement ValidatableField
 class Palette
          A component used to make a number of selections from a list.
 

Uses of ValidatableField in org.apache.tapestry.dojo.form
 

Classes in org.apache.tapestry.dojo.form that implement ValidatableField
 class Autocompleter
          An html field similar to a select input field that is wrapped by a dojo ComboBox widget.
 class DropdownDatePicker
          Implementation of the dojo DropdownDatePicker widget as a tapestry component.
 class DropdownTimePicker
          Implementation of the dojo DropdownTimePicker widget as a tapestry component.
 class GTimePicker
          Implementation of an html form input field that has a dynamic drop down selection list of time segments displayed in the IPage's Locale.
 

Uses of ValidatableField in org.apache.tapestry.form
 

Subinterfaces of ValidatableField in org.apache.tapestry.form
 interface TranslatedField
          Represents an input field that can be translated.
 interface ValidatableFieldExtension
          Marker interface for components that would like to override the default logic used to render validation contributions made for client side form validation.
 

Classes in org.apache.tapestry.form that implement ValidatableField
 class Checkbox
          Implements a component that manages an HTML <input type=checkbox> form element.
 class DatePicker
          Provides a Form java.util.Date field component for selecting dates.
 class PropertySelection
          A component used to render a drop-down list of options that the user may select.
 class RadioGroup
          A special type of form component that is used to contain Radiocomponents.
 class Select
          Implements a component that manages an HTML <select> form element.
 class TextArea
          Implements a component that manages an HTML <textarea> form element.
 class TextField
          Implements a component that manages an HTML <input type=text> or <input type=password> form element.
 class Upload
          Form element used to upload files.
 

Methods in org.apache.tapestry.form with parameters of type ValidatableField
protected  Iterator ValidatableFieldSupportImpl.getValidatorsIterator(ValidatableField component)
           
 boolean ValidatableFieldSupport.isRequired(ValidatableField field)
          Returns true if this component is required.
 boolean ValidatableFieldSupportImpl.isRequired(ValidatableField field)
           
 void ValidatableFieldSupport.renderContributions(ValidatableField field, IMarkupWriter writer, IRequestCycle cycle)
          Called during render of the specified component.
 void ValidatableFieldSupportImpl.renderContributions(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle)
           
 void ValidatableFieldSupport.validate(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle, Object value)
          Called during rewind of the specified component.
 void ValidatableFieldSupportImpl.validate(ValidatableField component, IMarkupWriter writer, IRequestCycle cycle, Object object)
           
 

Uses of ValidatableField in org.apache.tapestry.scriptaculous
 

Classes in org.apache.tapestry.scriptaculous that implement ValidatableField
 class Suggest
          Implementation of the Ajax.Autocompleter in the form of a TextField like component with the additional ability to dynamically suggest values via XHR requests.
 



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.