public abstract class AbstractDragIndicator
extends javax.faces.component.UIComponentBase
The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a drag-and-drop operation.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractDragIndicator() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getAcceptClass()
Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is accepted
|
abstract String |
getDraggingClass()
Assigns one or more space-separated CSS class names to the component.
|
String |
getFamily() |
abstract String |
getRejectClass()
Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is rejected
|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public abstract String getAcceptClass()
public abstract String getRejectClass()
public abstract String getDraggingClass()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.