org.apache.myfaces.custom.timednotifier
Class AbstractTimedNotifier

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
All Implemented Interfaces:
javax.faces.component.StateHolder, javax.faces.component.ValueHolder
Direct Known Subclasses:
TimedNotifier

public abstract class AbstractTimedNotifier
extends javax.faces.component.UIOutput

Displays a timed notifier tag

Author:
werpu Shows a Timed notifier

Field Summary
static java.lang.String COMPONENT_TYPE
           
static java.lang.String DEFAULT_RENDERER_TYPE
           
 
Fields inherited from class javax.faces.component.UIOutput
COMPONENT_FAMILY
 
Constructor Summary
AbstractTimedNotifier()
           
 
Method Summary
 javax.faces.component.UIComponent getConfirm()
           
abstract  java.lang.String getConfirmationMessage()
          confirmation message to be displayed
 javax.faces.component.UIComponent getContent()
           
abstract  java.lang.Boolean getDisabled()
          HTML: When true, this element cannot receive focus.
abstract  java.lang.String getHeight()
           
abstract  java.lang.Integer getHideDelay()
          Delay to being visible
abstract  java.lang.String getOkText()
           
abstract  java.lang.Integer getShowDelay()
          Delay from show to hide
abstract  java.lang.String getStyleClass()
           
abstract  java.lang.String getWidth()
           
 void setConfirm(javax.faces.component.UIComponent confirm)
           
 void setContent(javax.faces.component.UIComponent content)
           
 
Methods inherited from class javax.faces.component.UIOutput
getConverter, getFamily, getLocalValue, getValue, restoreState, saveState, 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_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

AbstractTimedNotifier

public AbstractTimedNotifier()
Method Detail

getConfirm

public javax.faces.component.UIComponent getConfirm()

getConfirmationMessage

public abstract java.lang.String getConfirmationMessage()
confirmation message to be displayed


getContent

public javax.faces.component.UIComponent getContent()

getDisabled

public abstract java.lang.Boolean getDisabled()
HTML: When true, this element cannot receive focus.


getHeight

public abstract java.lang.String getHeight()

getHideDelay

public abstract java.lang.Integer getHideDelay()
Delay to being visible


getOkText

public abstract java.lang.String getOkText()

getShowDelay

public abstract java.lang.Integer getShowDelay()
Delay from show to hide


getStyleClass

public abstract java.lang.String getStyleClass()

getWidth

public abstract java.lang.String getWidth()

setConfirm

public void setConfirm(javax.faces.component.UIComponent confirm)

setContent

public void setContent(javax.faces.component.UIComponent content)


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