org.openfaces.component.timetable
Class EventAction

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UICommand
              extended by 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


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
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
EventAction()
           
 
Method Summary
 void decode(javax.faces.context.FacesContext context)
           
static java.util.List<javax.faces.component.UIComponent> getEventActionComponents(EventActionBar bar)
           
 java.lang.String getFamily()
           
 java.lang.String getHint()
           
 java.lang.String getImageUrl()
           
 java.lang.String getOnclick()
           
 java.lang.String getPressedClass()
           
 java.lang.String getPressedImageUrl()
           
 java.lang.String getPressedStyle()
           
 java.lang.String getRolloverClass()
           
 java.lang.String getRolloverImageUrl()
           
 java.lang.String getRolloverStyle()
           
 java.lang.String getStyle()
           
 java.lang.String getStyleClass()
           
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setHint(java.lang.String hint)
           
 void setImageUrl(java.lang.String imageUrl)
           
 void setOnclick(java.lang.String onclick)
           
 void setPressedClass(java.lang.String pressedClass)
           
 void setPressedImageUrl(java.lang.String pressedImageUrl)
           
 void setPressedStyle(java.lang.String pressedStyle)
           
 void setRolloverClass(java.lang.String rolloverClass)
           
 void setRolloverImageUrl(java.lang.String rolloverImageUrl)
           
 void setRolloverStyle(java.lang.String rolloverStyle)
           
 void setStyle(java.lang.String style)
           
 void setStyleClass(java.lang.String styleClass)
           
 
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
 

Field Detail

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
Constructor Detail

EventAction

public EventAction()
Method Detail

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.