Uses of Class
com.sun.webui.jsf.component.WebuiInput

Packages that use WebuiInput
com.sun.webui.jsf.component   
 

Uses of WebuiInput in com.sun.webui.jsf.component
 

Subclasses of WebuiInput in com.sun.webui.jsf.component
 class AddRemove
          The AddRemove component is used to construct a list of selected items.
 class Calendar
          The Calendar component is used to allow a user to select a date.
 class Checkbox
          The Checkbox component is used to display a checkbox input element.
 class CheckboxGroup
          The CheckboxGroup component is used to display a group of checkboxes in a grid layout.
 class DropDown
          The DropDown component is used to display a drop down menu to allow users to select one or more items from a list.
 class EditableField
          The EditableField component renders input HTML element that is initially rendered as readOnly field and becomes editable on certain client events ( dblclick, space key)
EditableField Component class represents text input element, and it reuses much of the TextField component functionality, as well as its renderers.
 class EditableList
          The EditableList component allows users to create and modify a list of strings.
 class Field
          Represents an input field whose content will be included when the surrounding form is submitted.
 class FileChooser
          The FileChooser component allows the user to select files and folders.
 class HiddenField
          The HiddenField component is used to create a hidden input field.
 class Listbox
          The Listbox component allows users to select one or more items from a list.
 class ListSelector
          Base component for UI components that allow the user to make a selection from a list of options using an HTML select element.
 class Login
           The Login component provides an authentication presentation layer that can plug in different authentication technologies at the backend.
 class OrderableList
          The OrderableList component creates a list with buttons allowing the user to change the order of the list items.
 class PasswordField
          The PasswordField component is used to create a password textfield.
 class RadioButton
          A component that represents a radio button.
 class RadioButtonGroup
          The RadioButtonGroup component is used to display two or more radio buttons in a grid layout in the rendered HTML page.
 class Rating
          The Rating component presents a row of stars indicating a rating assigned to an item.
 class com.sun.webui.jsf.component.RbCbSelector
           
 class Scheduler
          The Scheduler component is used to display a calendar and the input controls that are used for selecting a date and time.
 class Selector
          Base component for UI components that allow the user to make a selection from a set of options.
 class TabSet
          A set of one or more tabs.
 class TextArea
          The TextArea component is used to create a multiple-line input field for text.
 class TextField
          The TextField component renders input HTML element.
 class Time
          This component is for internal use only
 class Upload
          The Upload component relies on the UploadFilter and other upload filter classes to upload the file from the client to the server.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.