Uses of Package
wheel.components

Packages that use wheel.components
wheel   
wheel.components   
wheel.persistence   
wheel.testing   
wheel.util   
 

Classes in wheel.components used by wheel
Component
          The main API for Wheel.
IBuildableComponent
          Defines the contract for components that have a build-phase.
IContainer
          A marker interface that will mark a component as a container, ie. a component that can contain other components.
RenderableComponent
          Base class for all components that will render themselves as xhtml-tags.
StandaloneComponent
          Defines the contract for complex components.
 

Classes in wheel.components used by wheel.components
ActionExpression
           
Any
          This component can be used to present any tag that doesn't have any children nor content.
Block
          Block is an all-purpose component that is used whenever you need a component that holds other (html) components.
Checkbox
          Will render an <input type="checkbox"/> form element.
CheckboxGroup
          CheckboxGroup makes it possible to select objects with checkboxes from an ISelectModel.
Component
          The main API for Wheel.
ComponentCreator
           
DateInput
          A form element that can be used for handling Dates and Calendars.
ElExpression
           
Expression
           
FileInput
           
Form
          Represents an HTML form.
Form.Method
           
FormElement
          All components that want to handle form input should extend from this class.
Hidden
          Will render a <input type="hidden"/> tag.
IBuildableComponent
          Defines the contract for components that have a build-phase.
IContainer
          A marker interface that will mark a component as a container, ie. a component that can contain other components.
ISelectModel
          Same as IPropertySelectionModel in Tapestry 4.x.
Label
          Label is a component that is used whenever you need to output text.
Link
          Represents a link either to another page inside the application or to an external URL.
NumberInput
          A FormElement that knows how to handle numeric input.
Radio
          Renders <input type="radio"/>.
RadioGroup
          A form element that makes it possible to choose a single object from a collection of objects using radio buttons.
RenderableComponent
          Base class for all components that will render themselves as xhtml-tags.
RenderableComponentConfiguration
           
Select
          A form element that makes it possible to choose a single object or multiple objects (using multiselect mode) from a collection of objects using the <select> element.
SelectModelFormElement
           
StandaloneComponent
          Defines the contract for complex components.
StandaloneComponentConfiguration
           
Submit
          Renders an <input type="submit"/> tag.
Table
          An XHTML-table that uses thead, tbody and tfoot.
TableBlock
          A special case of a Block component that is used internally inside a Table-component.
TableRow
          A component that represents a row in a table.
TextArea
          A form element that will render a <textarea> tag.
TextInput
          A form element that renders an <input type="text"/> tag.
ValidationError
          Represents a validation error on a FormElement class.
Validations
          Validation methods available by default in validation expressions.
 

Classes in wheel.components used by wheel.persistence
Component
          The main API for Wheel.
 

Classes in wheel.components used by wheel.testing
Component
          The main API for Wheel.
IBuildableComponent
          Defines the contract for components that have a build-phase.
IContainer
          A marker interface that will mark a component as a container, ie. a component that can contain other components.
RenderableComponent
          Base class for all components that will render themselves as xhtml-tags.
StandaloneComponent
          Defines the contract for complex components.
 

Classes in wheel.components used by wheel.util
Component
          The main API for Wheel.
ElExpression
           
ISelectModel
          Same as IPropertySelectionModel in Tapestry 4.x.
StandaloneComponent
          Defines the contract for complex components.
 



Copyright © 2007-2008. All Rights Reserved.