org.primefaces.component.dnd
Class Draggable
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.primefaces.component.dnd.Draggable
- All Implemented Interfaces:
- EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget
public class Draggable
- extends javax.faces.component.UIComponentBase
- implements Widget
Fields inherited from class javax.faces.component.UIComponent |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
Draggable
public Draggable()
getFamily
public String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
getWidgetVar
public String getWidgetVar()
setWidgetVar
public void setWidgetVar(String _widgetVar)
isProxy
public boolean isProxy()
setProxy
public void setProxy(boolean _proxy)
isDragOnly
public boolean isDragOnly()
setDragOnly
public void setDragOnly(boolean _dragOnly)
getFor
public String getFor()
setFor
public void setFor(String _for)
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean _disabled)
getAxis
public String getAxis()
setAxis
public void setAxis(String _axis)
getContainment
public String getContainment()
setContainment
public void setContainment(String _containment)
getHelper
public String getHelper()
setHelper
public void setHelper(String _helper)
isRevert
public boolean isRevert()
setRevert
public void setRevert(boolean _revert)
isSnap
public boolean isSnap()
setSnap
public void setSnap(boolean _snap)
getSnapMode
public String getSnapMode()
setSnapMode
public void setSnapMode(String _snapMode)
getSnapTolerance
public int getSnapTolerance()
setSnapTolerance
public void setSnapTolerance(int _snapTolerance)
getZindex
public int getZindex()
setZindex
public void setZindex(int _zindex)
getHandle
public String getHandle()
setHandle
public void setHandle(String _handle)
getOpacity
public double getOpacity()
setOpacity
public void setOpacity(double _opacity)
getStack
public String getStack()
setStack
public void setStack(String _stack)
getGrid
public String getGrid()
setGrid
public void setGrid(String _grid)
getScope
public String getScope()
setScope
public void setScope(String _scope)
getCursor
public String getCursor()
setCursor
public void setCursor(String _cursor)
getDashboard
public String getDashboard()
setDashboard
public void setDashboard(String _dashboard)
getFacesContext
protected javax.faces.context.FacesContext getFacesContext()
- Overrides:
getFacesContext
in class javax.faces.component.UIComponentBase
resolveWidgetVar
public String resolveWidgetVar()
- Specified by:
resolveWidgetVar
in interface Widget
handleAttribute
public void handleAttribute(String name,
Object value)
Copyright © 2013. All Rights Reserved.