Uses of Interface
org.rcfaces.core.component.capability.IAccessKeyCapability

Packages that use IAccessKeyCapability
org.rcfaces.core.component   
 

Uses of IAccessKeyCapability in org.rcfaces.core.component
 

Classes in org.rcfaces.core.component that implement IAccessKeyCapability
 class AbstractCalendarComponent
          Technical component, used as a basis for building new RCFaces components.
 class AbstractCommandComponent
          Technical component, used as a basis for building new RCFaces components.
 class AbstractConverterCommandComponent
          Technical component, used as a basis for building new RCFaces components.
 class AbstractInputComponent
          Technical component, used as a basis for building new RCFaces components.
 class AbstractMenuComponent
          Technical component, used as a basis for building new RCFaces components.
 class AbstractSelectManyComponent
          Technical component, used as a basis for building new RCFaces components.
 class ButtonComponent
          The button Component is equivalent to the standard HTML tag <BUTTON>.
 class CalendarComponent
          The calendar Component shows a calendar.
 class CardBoxComponent
          The cardBox Component is similar to the tabbedPane Component without title and borders.
 class CheckButtonComponent
          The checkButton Component is equivalent to the <INPUT TYPE="checkbox"> HTML tag.
 class ComboComponent
          The combo Component is equivalent to the standard HTML tag <SELECT SIZE=1>.
 class CustomButtonComponent
          A button Component highly customizable through its API.
 class DateChooserComponent
          The dateChooser Component is a button that shows a calendar and help the user to choose a date.
 class DateEntryComponent
          The dateEntry Component is a specialized textEntry Component. it sports auto-completion related to the validity of the numbers entered as a date.
 class ExpandBarComponent
          The expandBar Component is a container that can be collapsed to show only a title bar.
 class HelpButtonComponent
          The helpButton Component is an ImageButton.
 class HyperLinkComponent
          The hyperLink Component translates into a classic hyperlink and is a button.
 class ImageButtonComponent
          The imageButton Component is a button Component that can show an image.
 class ImageCheckButtonComponent
          The imageCheckButton Component is a checkButton Component with an image instead of the checkBox.
 class ImageComboComponent
          The imageCombo Component is a combo Component with an image added to the text.
 class ImagePagerButtonComponent
          The imagePagerButton Component is an imageButton Component that works like the keyword in the pager Component and is linked to the dataGrid Component.
 class ImageRadioButtonComponent
          The imageRadioButton Component is a radioButton Component with an image instead of the rounded box.
 class ImageResetButtonComponent
          The imageResetButton Component is a resetButton Component that can show an image.
 class ImageSubmitButtonComponent
          The ImageSubmitButton Component is a submitButton Component that can show an image.
 class ItemsListComponent
           
 class ItemsToolFolderComponent
           
 class ListComponent
          The list Component is based on the standard HTML tag <SELECT>.
 class MenuBarComponent
          Describes a top-level menu bar.
 class MenuCheckItemComponent
          A menu item with a check.
 class MenuItemComponent
          A menu item
 class MenuRadioItemComponent
          A menu item with a radiobutton (see attribute GroupName)
 class NumberEntryComponent
          NOT COMPLETE
 class PasswordEntryComponent
          The passwordEntry Component is based on the standard HTML tag <INPUT TYPE="password"> and is a textEntry Component.
 class ProgressBarComponent
          The progressBar Component indicates the evolution of a task.
 class RadioButtonComponent
          The radioButton Component is based on the standard HTML tag <INPUT TYPE="radio">.
 class ResetButtonComponent
          The resetButton Component is based on the standard HTML tag <INPUT TYPE="reset">.
 class SpinnerComponent
          The spinner Component is a textEntry Component that accepts numbers and whose value can be incremented or decremented (by a parametrable step) with buttons or the keyboard arrows.
 class StyledTextComponent
          The styledText Component is a placeholder for displaying "enhanced" text.
 class SubmitButtonComponent
          The submitButton Component is based on the standard HTML tag <INPUT TYPE="submit">.
 class SuggestTextEntryComponent
          The suggestTextEntry is a textEntry Component with an autosuggestion feature that shows in the form of a dropdown list.
 class TabbedPaneComponent
          The tabbedPane Component provides a way to show more information on a single page.
 class TabComponent
          An element belonging to a tabbedPane Component and holding the components.
 class TabNamingContainerComponent
           
 class TextAreaComponent
          The textAreaEntry Component is based on the standard HTML tag <TEXTAREA> and is a textEntry Component.
 class TextComponent
          The text Component is a placeholder for displaying text.
 class TextEditorComboComponent
           
 class TextEditorComponent
          The textEditorToolFolder component is a container allowing to edit text and have a specific toolBar The textEditorToolFolder Component has the following capabilities : IRequiredCapability ITextCapability ITextDirectionCapability IEmptyMessageCapability IReadOnlyCapability IValueChangeEventCapability IMenuCapability IFocusStyleClassCapability ISeverityStyleClassCapability ISelectionEventCapability IAlternateTextCapability The default
 class TextEditorImageButtonComponent
           
 class TextEntryComponent
          The textEntry Component is based on the standard HTML tag <INPUT TYPE="text">.
 class TimeEntryComponent
          The timeEntry Component is a specialized textEntry Component. it sports auto-completion related to the validity of the numbers entered as a time.
 class ToolItemComponent
          EXPERIMENTAL
 class TreeComponent
          The tree Component shows informations in an arborescent view.
 



Copyright © 2006-2011 Vedana. All Rights Reserved.