|
||||||||||
| 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 Getter for name |
java.lang.String |
getType()
This attribute defines parameter functionality. |
java.lang.Object |
getValue()
The current value for this component Getter for value |
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 Setter for name |
void |
setType(java.lang.String __type)
This attribute defines parameter functionality. |
void |
setValue(java.lang.Object __value)
The current value for this component Setter for value |
| 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 UIDndParamname - - new valuepublic java.lang.String getName()
getName in class UIDndParampublic void setType(java.lang.String __type)
setType in class UIDndParamtype - - new valuepublic java.lang.String getType()
getType in class UIDndParampublic void setValue(java.lang.Object __value)
setValue in class UIDndParamvalue - - new valuepublic java.lang.Object getValue()
getValue in class UIDndParampublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||