@Generated(value={"RichFaces CDK","4.5.0-SNAPSHOT"}) public class UIDragIndicator extends AbstractDragIndicator
The <rich:dragIndicator> component defines a graphical element to display under the mouse cursor during a drag-and-drop operation.
| Modifier and Type | Class and Description |
|---|---|
protected static class |
UIDragIndicator.Properties |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIDragIndicator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptClass()
Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is accepted
|
String |
getDraggingClass()
Assigns one or more space-separated CSS class names to the component.
|
String |
getFamily() |
String |
getRejectClass()
Assigns one or more space-separated CSS class names to the indicator which are applied when a drop is rejected
|
void |
setAcceptClass(String acceptClass) |
void |
setDraggingClass(String draggingClass) |
void |
setRejectClass(String rejectClass) |
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, 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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class AbstractDragIndicatorpublic String getAcceptClass()
AbstractDragIndicatorgetAcceptClass in class AbstractDragIndicatorpublic void setAcceptClass(String acceptClass)
public String getDraggingClass()
AbstractDragIndicatorgetDraggingClass in class AbstractDragIndicatorpublic void setDraggingClass(String draggingClass)
public String getRejectClass()
AbstractDragIndicatorgetRejectClass in class AbstractDragIndicatorpublic void setRejectClass(String rejectClass)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.