public abstract class AbstractHotKey
extends javax.faces.component.UIComponentBase
The <rich:hotKey> component allows registering hot keys on the page or particular elements and defining client side processing functions for these keys.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractHotKey() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getKey() |
abstract String |
getOnkeydown() |
abstract String |
getOnkeyup() |
abstract String |
getSelector() |
abstract boolean |
isEnabledInInput() |
abstract boolean |
isPreventDefault() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public abstract String getKey()
public abstract boolean isEnabledInInput()
public abstract boolean isPreventDefault()
public abstract String getSelector()
public abstract String getOnkeydown()
public abstract String getOnkeyup()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.