org.openfaces.component.ajax
Class Ajax
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.openfaces.component.OUICommand
org.openfaces.component.ajax.Ajax
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, OUIClientAction, OUIComponent
public class Ajax
- extends OUICommand
- implements OUIClientAction
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary |
Ajax()
|
Methods inherited from class org.openfaces.component.OUICommand |
getDefaultEventName, getEventNames, getExecute, getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRender, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setExecute, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRender, setRolloverClass, setRolloverStyle, setStyle, setStyleClass |
Methods inherited from class javax.faces.component.UICommand |
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- See Also:
- Constant Field Values
Ajax
public Ajax()
getFamily
public java.lang.String getFamily()
- Specified by:
getFamily
in class OUICommand
processEvent
public void processEvent(javax.faces.event.ComponentSystemEvent event)
throws javax.faces.event.AbortProcessingException
- Specified by:
processEvent
in interface javax.faces.event.ComponentSystemEventListener
- Overrides:
processEvent
in class javax.faces.component.UIComponent
- Throws:
javax.faces.event.AbortProcessingException
getSubmitInvoker
public final boolean getSubmitInvoker()
getEvent
public java.lang.String getEvent()
- Specified by:
getEvent
in interface OUIClientAction
setEvent
public void setEvent(java.lang.String event)
- Specified by:
setEvent
in interface OUIClientAction
getFor
public java.lang.String getFor()
- Specified by:
getFor
in interface OUIClientAction
setFor
public void setFor(java.lang.String _for)
- Specified by:
setFor
in interface OUIClientAction
isStandalone
public boolean isStandalone()
- Specified by:
isStandalone
in interface OUIClientAction
setStandalone
public void setStandalone(boolean standalone)
- Specified by:
setStandalone
in interface OUIClientAction
getDelay
public int getDelay()
setDelay
public void setDelay(int delay)
getOnevent
public java.lang.String getOnevent()
setOnevent
public void setOnevent(java.lang.String onevent)
getOnajaxstart
public java.lang.String getOnajaxstart()
- Overrides:
getOnajaxstart
in class OUICommand
setOnajaxstart
public void setOnajaxstart(java.lang.String onajaxstart)
- Overrides:
setOnajaxstart
in class OUICommand
getOnajaxend
public java.lang.String getOnajaxend()
- Overrides:
getOnajaxend
in class OUICommand
setOnajaxend
public void setOnajaxend(java.lang.String onajaxend)
- Overrides:
setOnajaxend
in class OUICommand
getOnerror
public java.lang.String getOnerror()
- Overrides:
getOnerror
in class OUICommand
setOnerror
public void setOnerror(java.lang.String onerror)
- Overrides:
setOnerror
in class OUICommand
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean disabled)
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class OUICommand
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object object)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class OUICommand
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.