|
||||||||||
| 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.UICommand
javax.faces.component.html.HtmlCommandButton
com.liferay.faces.alloy.component.commandbutton.CommandButtonBase
@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class CommandButtonBase
| Nested Class Summary | |
|---|---|
protected static class |
CommandButtonBase.CommandButtonPropertyKeys
|
| Nested classes/interfaces inherited from class javax.faces.component.html.HtmlCommandButton |
|---|
javax.faces.component.html.HtmlCommandButton.PropertyKeys |
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UICommand |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Fields inherited from interface com.liferay.faces.util.component.Styleable |
|---|
STYLE, STYLE_CLASS |
| Constructor Summary | |
|---|---|
CommandButtonBase()
|
|
| Method Summary | |
|---|---|
Boolean |
getAutofocus()
autofocus attribute description: |
String |
getExecute()
execute attribute description: |
String |
getProcess()
process attribute description: |
String |
getRender()
render attribute description: |
String |
getStyleClass()
styleClass attribute description: |
String |
getType()
type attribute description: |
String |
getUpdate()
update attribute description: |
boolean |
isAjax()
ajax attribute description: |
boolean |
isDisabled()
disabled attribute description: |
void |
setAjax(boolean ajax)
ajax attribute description: |
void |
setAutofocus(Boolean autofocus)
autofocus attribute description: |
void |
setDisabled(boolean disabled)
disabled attribute description: |
void |
setExecute(String execute)
execute attribute description: |
void |
setProcess(String process)
process attribute description: |
void |
setRender(String render)
render attribute description: |
void |
setStyleClass(String styleClass)
styleClass attribute description: |
void |
setType(String type)
type attribute description: |
void |
setUpdate(String update)
update attribute description: |
| Methods inherited from class javax.faces.component.html.HtmlCommandButton |
|---|
getAccesskey, getAlt, getDefaultEventName, getDir, getEventNames, getImage, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getStyle, getTabindex, getTitle, isReadonly, setAccesskey, setAlt, setDir, setImage, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setStyle, setTabindex, setTitle |
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.faces.util.component.Styleable |
|---|
getStyle, setStyle |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
| Constructor Detail |
|---|
public CommandButtonBase()
| Method Detail |
|---|
public boolean isAjax()
ajax attribute description:
public void setAjax(boolean ajax)
ajax attribute description:
public Boolean getAutofocus()
autofocus attribute description:
public void setAutofocus(Boolean autofocus)
autofocus attribute description:
public boolean isDisabled()
disabled attribute description:
isDisabled in class javax.faces.component.html.HtmlCommandButtonpublic void setDisabled(boolean disabled)
disabled attribute description:
setDisabled in class javax.faces.component.html.HtmlCommandButtonpublic 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.HtmlCommandButtonpublic void setStyleClass(String styleClass)
styleClass attribute description:
setStyleClass in interface com.liferay.faces.util.component.StyleablesetStyleClass in class javax.faces.component.html.HtmlCommandButtonpublic String getType()
type attribute description:
getType in class javax.faces.component.html.HtmlCommandButtonpublic void setType(String type)
type attribute description:
setType in class javax.faces.component.html.HtmlCommandButtonpublic 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".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||