|
||||||||||
| 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
javax.faces.component.UIOutput
javax.faces.component.html.HtmlOutputLink
org.apache.myfaces.custom.outputlinkdynamic.AbstractOutputLinkDynamic
org.apache.myfaces.custom.outputlinkdynamic.OutputLinkDynamic
public class OutputLinkDynamic
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
| Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
|---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
| Constructor Summary | |
|---|---|
OutputLinkDynamic()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEnabledOnUserRole()
If user is in given role, this component will be rendered normally. |
java.lang.String |
getFamily()
|
java.lang.String |
getVisibleOnUserRole()
If user is in given role, this component will be rendered normally. |
boolean |
isForceId()
If true, this component will force the use of the specified id when rendering. |
boolean |
isForceIdIndex()
If false, this component will not append a '[n]' suffix (where 'n' is the row index) to components that are contained within a "list." This value will be true by default and the value will be ignored if the value of forceId is false (or not specified.) |
void |
restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setEnabledOnUserRole(java.lang.String enabledOnUserRole)
|
void |
setForceId(boolean forceId)
|
void |
setForceIdIndex(boolean forceIdIndex)
|
void |
setVisibleOnUserRole(java.lang.String visibleOnUserRole)
|
| Methods inherited from class org.apache.myfaces.custom.outputlinkdynamic.AbstractOutputLinkDynamic |
|---|
getResourceRendererClass, setImageRendererClass |
| Methods inherited from class javax.faces.component.html.HtmlOutputLink |
|---|
getAccesskey, getCharset, getCoords, getDir, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getShape, getStyle, getStyleClass, getTabindex, getTarget, getTitle, getType, setAccesskey, setCharset, setCoords, setDir, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setType |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| 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, getRendersChildren, 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_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String DEFAULT_RENDERER_TYPE
| Constructor Detail |
|---|
public OutputLinkDynamic()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIOutputpublic java.lang.String getEnabledOnUserRole()
AbstractOutputLinkDynamic
getEnabledOnUserRole in interface org.apache.myfaces.component.UserRoleAwaregetEnabledOnUserRole in class AbstractOutputLinkDynamicpublic void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
setEnabledOnUserRole in interface org.apache.myfaces.component.UserRoleAwaresetEnabledOnUserRole in class AbstractOutputLinkDynamicpublic java.lang.String getVisibleOnUserRole()
AbstractOutputLinkDynamic
getVisibleOnUserRole in interface org.apache.myfaces.component.UserRoleAwaregetVisibleOnUserRole in class AbstractOutputLinkDynamicpublic void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
setVisibleOnUserRole in interface org.apache.myfaces.component.UserRoleAwaresetVisibleOnUserRole in class AbstractOutputLinkDynamicpublic boolean isForceId()
AbstractOutputLinkDynamic
isForceId in interface org.apache.myfaces.component.ForceIdAwareisForceId in class AbstractOutputLinkDynamicpublic void setForceId(boolean forceId)
setForceId in interface org.apache.myfaces.component.ForceIdAwaresetForceId in class AbstractOutputLinkDynamicpublic boolean isForceIdIndex()
AbstractOutputLinkDynamic
isForceIdIndex in interface org.apache.myfaces.component.ForceIdAwareisForceIdIndex in class AbstractOutputLinkDynamicpublic void setForceIdIndex(boolean forceIdIndex)
setForceIdIndex in interface org.apache.myfaces.component.ForceIdAwaresetForceIdIndex in class AbstractOutputLinkDynamicpublic java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
saveState in interface javax.faces.component.StateHoldersaveState in class AbstractOutputLinkDynamic
public void restoreState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class AbstractOutputLinkDynamic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||