public abstract class DraggableBase extends javax.faces.component.UIComponentBase implements Widget
Modifier and Type | Class and Description |
---|---|
static class |
DraggableBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
DraggableBase() |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public boolean isProxy()
public void setProxy(boolean proxy)
public boolean isDragOnly()
public void setDragOnly(boolean dragOnly)
public String getFor()
public void setFor(String _for)
public boolean isDisabled()
public void setDisabled(boolean disabled)
public String getAxis()
public void setAxis(String axis)
public String getContainment()
public void setContainment(String containment)
public String getHelper()
public void setHelper(String helper)
public boolean isRevert()
public void setRevert(boolean revert)
public boolean isSnap()
public void setSnap(boolean snap)
public String getSnapMode()
public void setSnapMode(String snapMode)
public int getSnapTolerance()
public void setSnapTolerance(int snapTolerance)
public int getZindex()
public void setZindex(int zindex)
public String getHandle()
public void setHandle(String handle)
public double getOpacity()
public void setOpacity(double opacity)
public String getStack()
public void setStack(String stack)
public String getGrid()
public void setGrid(String grid)
public String getScope()
public void setScope(String scope)
public String getCursor()
public void setCursor(String cursor)
public String getDashboard()
public void setDashboard(String dashboard)
public String getAppendTo()
public void setAppendTo(String appendTo)
public String getOnStart()
public void setOnStart(String onStart)
public String getOnStop()
public void setOnStop(String onStop)
public String getOnDrag()
public void setOnDrag(String onDrag)
public String getCancel()
public void setCancel(String cancel)
Copyright © 2020. All rights reserved.