org.apache.myfaces.custom.timednotifier
Class TimedNotifier

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by javax.faces.component.UIComponentBase
          extended by javax.faces.component.UIOutput
              extended by org.apache.myfaces.custom.timednotifier.AbstractTimedNotifier
                  extended by org.apache.myfaces.custom.timednotifier.TimedNotifier
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder

public class TimedNotifier
extends AbstractTimedNotifier


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Constructor Summary
TimedNotifier()
           
 
Method Summary
 java.lang.String getConfirmationMessage()
          confirmation message to be displayed
 java.lang.Boolean getDisabled()
          HTML: When true, this element cannot receive focus.
 java.lang.String getFamily()
           
 java.lang.String getHeight()
           
 java.lang.Integer getHideDelay()
          Delay to being visible
 java.lang.String getOkText()
           
 java.lang.Integer getShowDelay()
          Delay from show to hide
 java.lang.String getStyleClass()
           
 java.lang.String getWidth()
           
 void restoreState(javax.faces.context.FacesContext facesContext, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
           
 void setConfirmationMessage(java.lang.String confirmationMessage)
           
 void setDisabled(java.lang.Boolean disabled)
           
 void setHeight(java.lang.String height)
           
 void setHideDelay(java.lang.Integer hideDelay)
           
 void setOkText(java.lang.String okText)
           
 void setShowDelay(java.lang.Integer showDelay)
           
 void setStyleClass(java.lang.String styleClass)
           
 void setWidth(java.lang.String width)
           
 
Methods inherited from class org.apache.myfaces.custom.timednotifier.AbstractTimedNotifier
getConfirm, getContent, setConfirm, setContent
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getLocalValue, getValue, setConverter, setValue
 
Methods inherited from class javax.faces.component.UIComponentBase
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

DEFAULT_RENDERER_TYPE

public static final java.lang.String DEFAULT_RENDERER_TYPE
See Also:
Constant Field Values
Constructor Detail

TimedNotifier

public TimedNotifier()
Method Detail

getFamily

public java.lang.String getFamily()
Overrides:
getFamily in class javax.faces.component.UIOutput

getConfirmationMessage

public java.lang.String getConfirmationMessage()
Description copied from class: AbstractTimedNotifier
confirmation message to be displayed

Specified by:
getConfirmationMessage in class AbstractTimedNotifier

setConfirmationMessage

public void setConfirmationMessage(java.lang.String confirmationMessage)

getDisabled

public java.lang.Boolean getDisabled()
Description copied from class: AbstractTimedNotifier
HTML: When true, this element cannot receive focus.

Specified by:
getDisabled in class AbstractTimedNotifier

setDisabled

public void setDisabled(java.lang.Boolean disabled)

getHeight

public java.lang.String getHeight()
Specified by:
getHeight in class AbstractTimedNotifier

setHeight

public void setHeight(java.lang.String height)

getHideDelay

public java.lang.Integer getHideDelay()
Description copied from class: AbstractTimedNotifier
Delay to being visible

Specified by:
getHideDelay in class AbstractTimedNotifier

setHideDelay

public void setHideDelay(java.lang.Integer hideDelay)

getOkText

public java.lang.String getOkText()
Specified by:
getOkText in class AbstractTimedNotifier

setOkText

public void setOkText(java.lang.String okText)

getShowDelay

public java.lang.Integer getShowDelay()
Description copied from class: AbstractTimedNotifier
Delay from show to hide

Specified by:
getShowDelay in class AbstractTimedNotifier

setShowDelay

public void setShowDelay(java.lang.Integer showDelay)

getStyleClass

public java.lang.String getStyleClass()
Specified by:
getStyleClass in class AbstractTimedNotifier

setStyleClass

public void setStyleClass(java.lang.String styleClass)

getWidth

public java.lang.String getWidth()
Specified by:
getWidth in class AbstractTimedNotifier

setWidth

public void setWidth(java.lang.String width)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext facesContext)
Specified by:
saveState in interface javax.faces.component.StateHolder
Overrides:
saveState in class javax.faces.component.UIOutput

restoreState

public void restoreState(javax.faces.context.FacesContext facesContext,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder
Overrides:
restoreState in class javax.faces.component.UIOutput


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.