Class DraggableBase

  • 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
    Direct Known Subclasses:
    Draggable

    public abstract class DraggableBase
    extends javax.faces.component.UIComponentBase
    implements Widget
    • Constructor Detail

      • DraggableBase

        public DraggableBase()
    • 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)
      • getAppendTo

        public String getAppendTo()
      • setAppendTo

        public void setAppendTo​(String appendTo)
      • getOnStart

        public String getOnStart()
      • setOnStart

        public void setOnStart​(String onStart)
      • getOnStop

        public String getOnStop()
      • setOnStop

        public void setOnStop​(String onStop)
      • getOnDrag

        public String getOnDrag()
      • setOnDrag

        public void setOnDrag​(String onDrag)
      • getCancel

        public String getCancel()
      • setCancel

        public void setCancel​(String cancel)