|
||||||||||
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.richfaces.component.UIDndParam
org.richfaces.component.html.HtmlDndParam
public class HtmlDndParam
Component-Type org.richfaces.DndParam Component-Family org.richfaces.DndParam A component is used for parameters transmission in Drag and Drop operations. It's also used for dragIndicator elements definition with transmitting some values for rendering in it.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Constructor Summary | |
---|---|
HtmlDndParam()
Constructor to init default renderers |
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
java.lang.String |
getName()
A name of this parameter. |
java.lang.String |
getType()
This attribute defines parameter functionality. |
java.lang.Object |
getValue()
The current value for this component. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setName(java.lang.String __name)
A name of this parameter. |
void |
setType(java.lang.String __type)
This attribute defines parameter functionality. |
void |
setValue(java.lang.Object __value)
The current value for this component. |
Methods inherited from class org.richfaces.component.UIDndParam |
---|
getRendersChildren |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
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 COMPONENT_FAMILY
Constructor Detail |
---|
public HtmlDndParam()
Method Detail |
---|
public void setName(java.lang.String __name)
setName
in class UIDndParam
name
- - new valuepublic java.lang.String getName()
getName
in class UIDndParam
public void setValue(java.lang.Object __value)
setValue
in class UIDndParam
value
- - new valuepublic java.lang.Object getValue()
getValue
in class UIDndParam
public void setType(java.lang.String __type)
setType
in class UIDndParam
type
- - new valuepublic java.lang.String getType()
getType
in class UIDndParam
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |