org.openfaces.component.timetable
Class DeleteEventAction

java.lang.Object
  extended by UICommand
      extended by org.openfaces.component.timetable.EventAction
          extended by org.openfaces.component.timetable.DeleteEventAction

public class DeleteEventAction
extends EventAction


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
DeleteEventAction()
           
 
Method Summary
 java.lang.String getFamily()
           
 boolean getShowConfirmation()
           
 void restoreState(FacesContext context, java.lang.Object stateObj)
           
 java.lang.Object saveState(FacesContext context)
           
 void setShowConfirmation(boolean showConfirmation)
           
 
Methods inherited from class org.openfaces.component.timetable.EventAction
decode, getEventActionComponents, getHint, getImageUrl, getOnclick, getPressedClass, getPressedImageUrl, getPressedStyle, getRolloverClass, getRolloverImageUrl, getRolloverStyle, getStyle, getStyleClass, setHint, setImageUrl, setOnclick, setPressedClass, setPressedImageUrl, setPressedStyle, setRolloverClass, setRolloverImageUrl, setRolloverStyle, setStyle, setStyleClass
 
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

DeleteEventAction

public DeleteEventAction()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class EventAction

saveState

public java.lang.Object saveState(FacesContext context)
Overrides:
saveState in class EventAction

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object stateObj)
Overrides:
restoreState in class EventAction

getShowConfirmation

public boolean getShowConfirmation()

setShowConfirmation

public void setShowConfirmation(boolean showConfirmation)


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.