|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.icefaces.ace.component.dnd.DraggableBase
public class DraggableBase
| 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 |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public DraggableBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setAxis(java.lang.String axis)
Set the value of the axis property.
public java.lang.String getAxis()
Return the value of the axis property.
public void setScope(java.lang.String scope)
Set the value of the scope property.
public java.lang.String getScope()
Return the value of the scope property.
public void setCursor(java.lang.String cursor)
Set the value of the cursor property.
public java.lang.String getCursor()
Return the value of the cursor property.
public void setHandle(java.lang.String handle)
Set the value of the handle property.
public java.lang.String getHandle()
Return the value of the handle property.
public void setHelper(java.lang.String helper)
Set the value of the helper property.
public java.lang.String getHelper()
Return the value of the helper property.
public void setSnapMode(java.lang.String snapMode)
Set the value of the snapMode property.
public java.lang.String getSnapMode()
Return the value of the snapMode property.
public void setSnap(boolean snap)
Set the value of the snap property.
public boolean isSnap()
Return the value of the snap property.
public void setContainment(java.lang.String containment)
Set the value of the containment property.
public java.lang.String getContainment()
Return the value of the containment property.
public void setDragOnly(boolean dragOnly)
Set the value of the dragOnly property.
public boolean isDragOnly()
Return the value of the dragOnly property.
public void setFor(java.lang.String forValue)
Set the value of the forVal property.
public java.lang.String getFor()
Return the value of the forVal property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setRevert(boolean revert)
Set the value of the revert property.
public boolean isRevert()
Return the value of the revert property.
public void setOpacity(java.lang.Double opacity)
Set the value of the opacity property.
public java.lang.Double getOpacity()
Return the value of the opacity property.
public void setGrid(java.lang.String grid)
Set the value of the grid property.
public java.lang.String getGrid()
Return the value of the grid property.
public void setSnapTolerance(int snapTolerance)
Set the value of the snapTolerance property.
public int getSnapTolerance()
Return the value of the snapTolerance property.
public void setStack(java.lang.String stack)
Set the value of the stack property.
public java.lang.String getStack()
Return the value of the stack property.
public void setDisabled(boolean disabled)
Set the value of the disabled property.
public boolean isDisabled()
Return the value of the disabled property.
public void setZindex(int zindex)
Set the value of the zindex property.
public int getZindex()
Return the value of the zindex property.
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||