@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, 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 AbstractDragIndicator
public String getAcceptClass()
AbstractDragIndicator
getAcceptClass
in class AbstractDragIndicator
public void setAcceptClass(String acceptClass)
public String getDraggingClass()
AbstractDragIndicator
getDraggingClass
in class AbstractDragIndicator
public void setDraggingClass(String draggingClass)
public String getRejectClass()
AbstractDragIndicator
getRejectClass
in class AbstractDragIndicator
public void setRejectClass(String rejectClass)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.