ICEfaces 3.1.0
Java API Documentation

org.icefaces.ace.component.dnd
Class DraggableBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by org.icefaces.ace.component.dnd.DraggableBase
All Implemented Interfaces:
java.util.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
Direct Known Subclasses:
Draggable

public class DraggableBase
extends javax.faces.component.UIComponentBase


Nested Class Summary
protected static class DraggableBase.PropertyKeys
           
 
Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String RENDERER_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
DraggableBase()
           
 
Method Summary
 java.lang.String getAxis()
          Return the value of the axis property.
 java.lang.String getContainment()
          Return the value of the containment property.
 java.lang.String getCursor()
          Return the value of the cursor property.
 java.lang.String getFamily()
           
 java.lang.String getFor()
          Return the value of the forVal property.
 java.lang.String getGrid()
          Return the value of the grid property.
 java.lang.String getHandle()
          Return the value of the handle property.
 java.lang.String getHelper()
          Return the value of the helper property.
 java.lang.Double getOpacity()
          Return the value of the opacity property.
 java.lang.String getScope()
          Return the value of the scope property.
 java.lang.String getSnapMode()
          Return the value of the snapMode property.
 int getSnapTolerance()
          Return the value of the snapTolerance property.
 java.lang.String getStack()
          Return the value of the stack property.
 java.lang.String getWidgetVar()
          Return the value of the widgetVar property.
 int getZindex()
          Return the value of the zindex property.
 boolean isDisabled()
          Return the value of the disabled property.
 boolean isDragOnly()
          Return the value of the dragOnly property.
 boolean isRevert()
          Return the value of the revert property.
 boolean isSnap()
          Return the value of the snap property.
 void setAxis(java.lang.String axis)
          Set the value of the axis property.
 void setContainment(java.lang.String containment)
          Set the value of the containment property.
 void setCursor(java.lang.String cursor)
          Set the value of the cursor property.
 void setDisabled(boolean disabled)
          Set the value of the disabled property.
 void setDragOnly(boolean dragOnly)
          Set the value of the dragOnly property.
 void setFor(java.lang.String forValue)
          Set the value of the forVal property.
 void setGrid(java.lang.String grid)
          Set the value of the grid property.
 void setHandle(java.lang.String handle)
          Set the value of the handle property.
 void setHelper(java.lang.String helper)
          Set the value of the helper property.
 void setOpacity(java.lang.Double opacity)
          Set the value of the opacity property.
 void setRevert(boolean revert)
          Set the value of the revert property.
 void setScope(java.lang.String scope)
          Set the value of the scope property.
 void setSnap(boolean snap)
          Set the value of the snap property.
 void setSnapMode(java.lang.String snapMode)
          Set the value of the snapMode property.
 void setSnapTolerance(int snapTolerance)
          Set the value of the snapTolerance property.
 void setStack(java.lang.String stack)
          Set the value of the stack property.
 void setWidgetVar(java.lang.String widgetVar)
          Set the value of the widgetVar property.
 void setZindex(int zindex)
          Set the value of the zindex property.
 
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, 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
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

RENDERER_TYPE

public static final java.lang.String RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

DraggableBase

public DraggableBase()
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class javax.faces.component.UIComponent

setAxis

public void setAxis(java.lang.String axis)

Set the value of the axis property.


getAxis

public java.lang.String getAxis()

Return the value of the axis property.


setScope

public void setScope(java.lang.String scope)

Set the value of the scope property.


getScope

public java.lang.String getScope()

Return the value of the scope property.


setCursor

public void setCursor(java.lang.String cursor)

Set the value of the cursor property.


getCursor

public java.lang.String getCursor()

Return the value of the cursor property.


setHandle

public void setHandle(java.lang.String handle)

Set the value of the handle property.


getHandle

public java.lang.String getHandle()

Return the value of the handle property.


setHelper

public void setHelper(java.lang.String helper)

Set the value of the helper property.


getHelper

public java.lang.String getHelper()

Return the value of the helper property.


setSnapMode

public void setSnapMode(java.lang.String snapMode)

Set the value of the snapMode property.


getSnapMode

public java.lang.String getSnapMode()

Return the value of the snapMode property.


setSnap

public void setSnap(boolean snap)

Set the value of the snap property.


isSnap

public boolean isSnap()

Return the value of the snap property.


setContainment

public void setContainment(java.lang.String containment)

Set the value of the containment property.


getContainment

public java.lang.String getContainment()

Return the value of the containment property.


setDragOnly

public void setDragOnly(boolean dragOnly)

Set the value of the dragOnly property.


isDragOnly

public boolean isDragOnly()

Return the value of the dragOnly property.


setFor

public void setFor(java.lang.String forValue)

Set the value of the forVal property.


getFor

public java.lang.String getFor()

Return the value of the forVal property.


setWidgetVar

public void setWidgetVar(java.lang.String widgetVar)

Set the value of the widgetVar property.


getWidgetVar

public java.lang.String getWidgetVar()

Return the value of the widgetVar property.


setRevert

public void setRevert(boolean revert)

Set the value of the revert property.


isRevert

public boolean isRevert()

Return the value of the revert property.


setOpacity

public void setOpacity(java.lang.Double opacity)

Set the value of the opacity property.


getOpacity

public java.lang.Double getOpacity()

Return the value of the opacity property.


setGrid

public void setGrid(java.lang.String grid)

Set the value of the grid property.


getGrid

public java.lang.String getGrid()

Return the value of the grid property.


setSnapTolerance

public void setSnapTolerance(int snapTolerance)

Set the value of the snapTolerance property.


getSnapTolerance

public int getSnapTolerance()

Return the value of the snapTolerance property.


setStack

public void setStack(java.lang.String stack)

Set the value of the stack property.


getStack

public java.lang.String getStack()

Return the value of the stack property.


setDisabled

public void setDisabled(boolean disabled)

Set the value of the disabled property.


isDisabled

public boolean isDisabled()

Return the value of the disabled property.


setZindex

public void setZindex(int zindex)

Set the value of the zindex property.


getZindex

public int getZindex()

Return the value of the zindex property.


ICEfaces 3.1.0
Java API Documentation

Copyright 2012 ICEsoft Technologies Canada Corp., All Rights Reserved.