public class Draggable extends javax.faces.component.UIComponentBase implements Widget
Modifier and Type | Class and Description |
---|---|
protected static class |
Draggable.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Draggable() |
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
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2015. All rights reserved.