public class Droppable extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Droppable.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
Droppable() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.faces.component.UIData |
findDatasource(javax.faces.context.FacesContext context,
Droppable droppable,
String datasourceId) |
String |
getAccept() |
String |
getActiveStyleClass() |
String |
getDatasource() |
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getFor() |
String |
getHoverStyleClass() |
String |
getOnDrop() |
String |
getScope() |
String |
getTolerance() |
String |
getWidgetVar() |
boolean |
isDisabled() |
void |
queueEvent(javax.faces.event.FacesEvent event) |
String |
resolveWidgetVar() |
void |
setAccept(String _accept) |
void |
setActiveStyleClass(String _activeStyleClass) |
void |
setDatasource(String _datasource) |
void |
setDisabled(boolean _disabled) |
void |
setFor(String _for) |
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, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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 javax.faces.component.UIComponentpublic 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 void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBaseprotected javax.faces.component.UIData findDatasource(javax.faces.context.FacesContext context,
Droppable droppable,
String datasourceId)
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2014. All rights reserved.