org.openfaces.component.timetable
Class EventAction
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UICommand
org.openfaces.component.timetable.EventAction
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.ActionSource, javax.faces.component.ActionSource2, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder
- Direct Known Subclasses:
- DeleteEventAction
public class EventAction
- extends javax.faces.component.UICommand
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 |
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, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
EventAction
public EventAction()
getFamily
public java.lang.String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UICommand
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.UIComponentBase
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.UIComponentBase
getStyle
public java.lang.String getStyle()
setStyle
public void setStyle(java.lang.String style)
getStyleClass
public java.lang.String getStyleClass()
setStyleClass
public void setStyleClass(java.lang.String styleClass)
getRolloverStyle
public java.lang.String getRolloverStyle()
setRolloverStyle
public void setRolloverStyle(java.lang.String rolloverStyle)
getRolloverClass
public java.lang.String getRolloverClass()
setRolloverClass
public void setRolloverClass(java.lang.String rolloverClass)
getPressedStyle
public java.lang.String getPressedStyle()
setPressedStyle
public void setPressedStyle(java.lang.String pressedStyle)
getPressedClass
public java.lang.String getPressedClass()
setPressedClass
public void setPressedClass(java.lang.String pressedClass)
getImageUrl
public java.lang.String getImageUrl()
setImageUrl
public void setImageUrl(java.lang.String imageUrl)
getRolloverImageUrl
public java.lang.String getRolloverImageUrl()
setRolloverImageUrl
public void setRolloverImageUrl(java.lang.String rolloverImageUrl)
getPressedImageUrl
public java.lang.String getPressedImageUrl()
setPressedImageUrl
public void setPressedImageUrl(java.lang.String pressedImageUrl)
getOnclick
public java.lang.String getOnclick()
setOnclick
public void setOnclick(java.lang.String onclick)
getHint
public java.lang.String getHint()
setHint
public void setHint(java.lang.String hint)
getEventActionComponents
public static java.util.List<javax.faces.component.UIComponent> getEventActionComponents(EventActionBar bar)
decode
public void decode(javax.faces.context.FacesContext context)
- Overrides:
decode
in class javax.faces.component.UIComponentBase
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.