Uses of Class
org.apache.wicket.markup.html.form.LabeledWebMarkupContainer

Packages that use LabeledWebMarkupContainer
org.apache.wicket.ajax.markup.html.form   
org.apache.wicket.markup.html.form HTML Forms and form components. 
org.apache.wicket.markup.html.form.upload Support for upload forms (using multipart requests). 
 

Uses of LabeledWebMarkupContainer in org.apache.wicket.ajax.markup.html.form
 

Subclasses of LabeledWebMarkupContainer in org.apache.wicket.ajax.markup.html.form
 class AjaxButton
          A button that submits the form via ajax.
 class AjaxCheckBox
          A CheckBox which is updated via ajax when the user changes its value
 class AjaxFallbackButton
          An ajax submit button that will degrade to a normal request if ajax is not available or javascript is disabled.
 class AjaxSubmitButton
          Deprecated. Use AjaxButton instead.
 

Uses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form
 

Subclasses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form
 class AbstractSingleSelectChoice
          Abstract base class for single-select choices.
 class AbstractTextComponent
          Abstract base class for TextArea and TextField.
 class Button
          A form button.
 class Check
          Component representing a single checkbox choice in a org.apache.wicket.markup.html.form.CheckGroup.
 class CheckBox
          HTML checkbox input component.
 class CheckBoxMultipleChoice
          A choice subclass that shows choices via checkboxes.
 class CheckGroup
          Component used to connect instances of Check components into a group.
 class CheckGroupSelector
          Selects and deselects all Check components under the same CheckGroup as itself.
 class DropDownChoice
          A choice implemented as a dropdown menu/list.
 class FormComponent
          An HTML form component knows how to validate itself.
 class FormComponentPanel
          Panel (has it's own markup, defined between tags), that can act as a form component.
 class HiddenField
          TextField doesn't permit the html so this is a simple subclass to allow this A HiddenField is useful when you have a javascript based component that updates the form state.
 class ImageButton
          <input type="image"> component - like Button only with an image.
 class ListChoice
          Essentially a drop down choice that doesn't drop down.
 class ListMultipleChoice
          A multiple choice list component.
 class PasswordTextField
          A password text field component.
 class Radio
          Component representing a single radio choice in a org.apache.wicket.markup.html.form.RadioGroup.
 class RadioChoice
          A choice subclass that shows choices in radio style.
 class RadioGroup
          Component used to connect instances of Radio components into a group.
 class RequiredTextField
          A text field which automatically adds a Required.
 class TextArea
          Multi-row text editing component.
 class TextField
          A simple text field.
 

Methods in org.apache.wicket.markup.html.form that return LabeledWebMarkupContainer
 LabeledWebMarkupContainer FormComponentLabel.getFormComponent()
          Returns LabeledWebMarkupContainer bound to this label.
 

Constructors in org.apache.wicket.markup.html.form with parameters of type LabeledWebMarkupContainer
FormComponentLabel(java.lang.String id, LabeledWebMarkupContainer component)
          Constructor
SimpleFormComponentLabel(java.lang.String id, LabeledWebMarkupContainer labelProvider)
          Construct.
 

Uses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form.upload
 

Subclasses of LabeledWebMarkupContainer in org.apache.wicket.markup.html.form.upload
 class FileUploadField
          Form component that corresponds to a <input type="file">.
 class MultiFileUploadField
          Form component that allows the user to select multiple files to upload via a single <input type="file"/> field.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.