@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class CommandLinkBase extends javax.faces.component.html.HtmlCommandLink implements com.liferay.faces.util.component.Styleable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
CommandLinkBase.CommandLinkPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
CommandLinkBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecute()
execute attribute description:
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. |
String |
getProcess()
process attribute description:
Synonym for the execute attribute. |
String |
getRender()
render attribute description:
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
String |
getUpdate()
update attribute description:
Synonym for the render attribute. |
boolean |
isAjax()
ajax attribute description:
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. |
void |
setAjax(boolean ajax)
ajax attribute description:
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. |
void |
setExecute(String execute)
execute attribute description:
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. |
void |
setProcess(String process)
process attribute description:
Synonym for the execute attribute. |
void |
setRender(String render)
render attribute description:
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. |
void |
setUpdate(String update)
update attribute description:
Synonym for the render attribute. |
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, getFamily, 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, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public boolean isAjax()
ajax attribute description:
public void setAjax(boolean ajax)
ajax attribute description:
public String getExecute()
execute attribute description:
@this, @form, @all, @none.public void setExecute(String execute)
execute attribute description:
@this, @form, @all, @none.public String getProcess()
process attribute description:
execute attribute. The default value is "@all".public void setProcess(String process)
process attribute description:
execute attribute. The default value is "@all".public String getRender()
render attribute description:
@this, @form, @all, @none.public void setRender(String render)
render attribute description:
@this, @form, @all, @none.public String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.StyleablegetStyleClass in class javax.faces.component.html.HtmlCommandLinkpublic String getUpdate()
update attribute description:
render attribute. The default value is "@none".public void setUpdate(String update)
update attribute description:
render attribute. The default value is "@none".Copyright © 2016 Liferay, Inc.. All rights reserved.