public class HtmlCommandLink extends javax.faces.component.html.HtmlCommandLink implements Tooltip
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_AJAX_DISABLE_LINK_ON_REQUEST |
protected static String |
PROPERTY_AJAX_DISABLE_RENDER_REGION_ON_REQUEST |
protected static String |
PROPERTY_AJAX_HIDE_GLYPHICON_ON_REQUEST |
protected static String |
PROPERTY_AJAX_PROCESSING_GLYPHICON_ON_REQUEST |
protected static String |
PROPERTY_AJAX_PROCESSING_TEXT_ON_REQUEST |
protected static String |
PROPERTY_AJAX_SHOW_WAITING_DOTS_ON_REQUEST |
protected static String |
PROPERTY_GLYPHICON |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlCommandLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAjaxProcessingGlyphiconOnRequest() |
String |
getAjaxProcessingTextOnRequest() |
String |
getFamily() |
String |
getGlyphicon() |
String |
getStyleClass() |
boolean |
isAjaxDisableLinkOnRequest() |
Boolean |
isAjaxDisableRenderRegionsOnRequest() |
boolean |
isAjaxHideGlyphiconOnRequest() |
boolean |
isAjaxShowWaitingDotsOnRequest() |
void |
setAjaxDisableLinkOnRequest(boolean ajaxDisableLinkOnRequest) |
void |
setAjaxDisableRenderRegionsOnRequest(boolean ajaxDisableRenderRegionsOnRequest) |
void |
setAjaxHideGlyphiconOnRequest(boolean ajaxHideGlyphiconOnRequest) |
void |
setAjaxProcessingGlyphiconOnRequest(String ajaxProcessingGlyphiconOnRequest) |
void |
setAjaxProcessingTextOnRequest(String ajaxProcessingTextOnRequest) |
void |
setAjaxShowWaitingDotsOnRequest(boolean ajaxShowWaitingDotsOnRequest) |
void |
setGlyphicon(String glyphicon) |
getAccesskey, getCharset, getCoords, getDefaultEventName, getDir, getEventNames, getHreflang, getLang, getOnblur, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRel, getRev, getRole, getShape, getStyle, getTabindex, getTarget, getTitle, getType, isDisabled, setAccesskey, setCharset, setCoords, setDir, setDisabled, setHreflang, setLang, setOnblur, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRel, setRev, setRole, setShape, setStyle, setStyleClass, setTabindex, setTarget, setTitle, setTypeaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_GLYPHICON
protected static final String PROPERTY_AJAX_DISABLE_LINK_ON_REQUEST
protected static final String PROPERTY_AJAX_SHOW_WAITING_DOTS_ON_REQUEST
protected static final String PROPERTY_AJAX_PROCESSING_TEXT_ON_REQUEST
protected static final String PROPERTY_AJAX_PROCESSING_GLYPHICON_ON_REQUEST
protected static final String PROPERTY_AJAX_HIDE_GLYPHICON_ON_REQUEST
protected static final String PROPERTY_AJAX_DISABLE_RENDER_REGION_ON_REQUEST
public String getFamily()
getFamily in class javax.faces.component.UICommandpublic String getStyleClass()
getStyleClass in class javax.faces.component.html.HtmlCommandLinkpublic String getGlyphicon()
public void setGlyphicon(String glyphicon)
public boolean isAjaxDisableLinkOnRequest()
public void setAjaxDisableLinkOnRequest(boolean ajaxDisableLinkOnRequest)
public boolean isAjaxShowWaitingDotsOnRequest()
public void setAjaxShowWaitingDotsOnRequest(boolean ajaxShowWaitingDotsOnRequest)
public String getAjaxProcessingTextOnRequest()
public void setAjaxProcessingTextOnRequest(String ajaxProcessingTextOnRequest)
public boolean isAjaxHideGlyphiconOnRequest()
public void setAjaxHideGlyphiconOnRequest(boolean ajaxHideGlyphiconOnRequest)
public Boolean isAjaxDisableRenderRegionsOnRequest()
public void setAjaxDisableRenderRegionsOnRequest(boolean ajaxDisableRenderRegionsOnRequest)
public String getAjaxProcessingGlyphiconOnRequest()
public void setAjaxProcessingGlyphiconOnRequest(String ajaxProcessingGlyphiconOnRequest)
Copyright © 2018. All rights reserved.