org.rcfaces.core.component.capability
Interface IAccessKeyCapability
- All Known Implementing Classes:
- AbstractCalendarComponent, AbstractCommandComponent, AbstractConverterCommandComponent, AbstractInputComponent, AbstractMenuComponent, AbstractSelectManyComponent, ButtonComponent, CalendarComponent, CardBoxComponent, CheckButtonComponent, ComboComponent, CustomButtonComponent, DateChooserComponent, DateEntryComponent, ExpandBarComponent, HelpButtonComponent, HyperLinkComponent, ImageButtonComponent, ImageCheckButtonComponent, ImageComboComponent, ImagePagerButtonComponent, ImageRadioButtonComponent, ImageResetButtonComponent, ImageSubmitButtonComponent, ItemsListComponent, ItemsToolFolderComponent, ListComponent, MenuBarComponent, MenuCheckItemComponent, MenuItemComponent, MenuRadioItemComponent, NumberEntryComponent, PasswordEntryComponent, ProgressBarComponent, RadioButtonComponent, ResetButtonComponent, SpinnerComponent, StyledTextComponent, SubmitButtonComponent, SuggestTextEntryComponent, TabbedPaneComponent, TabComponent, TabNamingContainerComponent, TextAreaComponent, TextComponent, TextEditorComboComponent, TextEditorComponent, TextEditorImageButtonComponent, TextEntryComponent, TimeEntryComponent, ToolItemComponent, TreeComponent
public interface IAccessKeyCapability
A string that indicates the alphanumeric key used to execute an action from
the keyboard (in conjunction with a alteration key ex : Alt).
Alt + <Any alphanumeric key>
The letter|number will be highlighted when the alteration key is pressed.
- Version:
- $Revision: 1.18 $ $Date: 2011/06/16 09:29:40 $
- Author:
- Olivier Oeuillot (latest modification by $Author: jbmeslin $)
|
Method Summary |
String |
getAccessKey()
Returns a string that indicates the alphanumeric key used to execute an
action from the keyboard (in conjunction with a alteration key ex : Alt). |
void |
setAccessKey(String key)
Sets a string that indicates the alphanumeric key used to execute an
action from the keyboard (in conjunction with a alteration key ex : Alt). |
getAccessKey
String getAccessKey()
- Returns a string that indicates the alphanumeric key used to execute an
action from the keyboard (in conjunction with a alteration key ex : Alt).
- Returns:
- <Any alphanumeric key>
setAccessKey
void setAccessKey(String key)
- Sets a string that indicates the alphanumeric key used to execute an
action from the keyboard (in conjunction with a alteration key ex : Alt).
- Parameters:
key - <Any alphanumeric key>
Copyright © 2006-2011 Vedana. All Rights Reserved.