org.primefaces.component.dnd
Class Draggable

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by 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


Nested Class Summary
protected static class Draggable.PropertyKeys
           
 
Field Summary
static String COMPONENT_FAMILY
           
static String COMPONENT_TYPE
           
 
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
 
Constructor Summary
Draggable()
           
 
Method Summary
 String getAxis()
           
 String getContainment()
           
 String getCursor()
           
 String getDashboard()
           
 String getFamily()
           
 String getFor()
           
 String getGrid()
           
 String getHandle()
           
 String getHelper()
           
 double getOpacity()
           
 String getScope()
           
 String getSnapMode()
           
 int getSnapTolerance()
           
 String getStack()
           
 String getWidgetVar()
           
 int getZindex()
           
 boolean isDisabled()
           
 boolean isDragOnly()
           
 boolean isProxy()
           
 boolean isRevert()
           
 boolean isSnap()
           
 String resolveWidgetVar()
           
 void setAxis(String _axis)
           
 void setContainment(String _containment)
           
 void setCursor(String _cursor)
           
 void setDashboard(String _dashboard)
           
 void setDisabled(boolean _disabled)
           
 void setDragOnly(boolean _dragOnly)
           
 void setFor(String _for)
           
 void setGrid(String _grid)
           
 void setHandle(String _handle)
           
 void setHelper(String _helper)
           
 void setOpacity(double _opacity)
           
 void setProxy(boolean _proxy)
           
 void setRevert(boolean _revert)
           
 void setScope(String _scope)
           
 void setSnap(boolean _snap)
           
 void setSnapMode(String _snapMode)
           
 void setSnapTolerance(int _snapTolerance)
           
 void setStack(String _stack)
           
 void setWidgetVar(String _widgetVar)
           
 void setZindex(int _zindex)
           
 
Methods inherited from class javax.faces.component.UIComponentBase
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, 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, subscribeToEvent, unsubscribeFromEvent
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, 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
 

Field Detail

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
Constructor Detail

Draggable

public Draggable()
Method Detail

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)

resolveWidgetVar

public String resolveWidgetVar()
Specified by:
resolveWidgetVar in interface Widget


Copyright © 2013. All rights reserved.