public abstract class DroppableBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
DroppableBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
DroppableBase() |
Modifier and Type | Method and Description |
---|---|
String |
getAccept() |
String |
getActiveStyleClass() |
String |
getDatasource() |
String |
getFamily() |
String |
getFor() |
String |
getHoverStyleClass() |
String |
getOnDrop() |
String |
getScope() |
String |
getTolerance() |
String |
getWidgetVar() |
boolean |
isDisabled() |
boolean |
isGreedy() |
void |
setAccept(String accept) |
void |
setActiveStyleClass(String activeStyleClass) |
void |
setDatasource(String datasource) |
void |
setDisabled(boolean disabled) |
void |
setFor(String _for) |
void |
setGreedy(boolean greedy) |
void |
setHoverStyleClass(String hoverStyleClass) |
void |
setOnDrop(String onDrop) |
void |
setScope(String scope) |
void |
setTolerance(String tolerance) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getFor()
public void setFor(String _for)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getHoverStyleClass()
public void setHoverStyleClass(String hoverStyleClass)
public String getActiveStyleClass()
public void setActiveStyleClass(String activeStyleClass)
public String getOnDrop()
public void setOnDrop(String onDrop)
public String getAccept()
public void setAccept(String accept)
public String getScope()
public void setScope(String scope)
public String getTolerance()
public void setTolerance(String tolerance)
public String getDatasource()
public void setDatasource(String datasource)
public boolean isGreedy()
public void setGreedy(boolean greedy)
Copyright © 2020. All rights reserved.