com.sun.rave.web.ui.component
Class PageAlert

java.lang.Object
  extended byjavax.faces.component.UIComponent
      extended byjavax.faces.component.UIComponentBase
          extended bycom.sun.rave.web.ui.component.PageAlertBase
              extended bycom.sun.rave.web.ui.component.PageAlert
All Implemented Interfaces:
javax.faces.component.StateHolder

public class PageAlert
extends PageAlertBase

The Page Alert component.


Field Summary
static java.lang.String PAGEALERT_BUTTONS_FACET
           
static java.lang.String PAGEALERT_IMAGE_FACET
           
static java.lang.String PAGEALERT_INPUT_FACET
          The facets...
static java.lang.String PAGEALERT_SEPARATOR_FACET
           
static java.lang.String PAGEALERT_TITLE_FACET
           
 
Constructor Summary
PageAlert()
           
 
Method Summary
 javax.faces.component.UIComponent getPageAlertButtons()
          Get buttons for the Page Alert.
 javax.faces.component.UIComponent getPageAlertImage()
          Get or create the separator for the Page Alert.
 javax.faces.component.UIComponent getPageAlertInput()
          Get the page alert input facet.
 javax.faces.component.UIComponent getPageAlertSeparator()
          Get or create the separator for the Page Alert.
 javax.faces.component.UIComponent getPageAlertTitle()
          Get the page alert title facet.
 java.lang.String getSafeTitle()
           
 
Methods inherited from class com.sun.rave.web.ui.component.PageAlertBase
getAlt, getDetail, getFamily, getStyle, getStyleClass, getSummary, getTabIndex, getTitle, getType, isEscape, isVisible, restoreState, saveState, setAlt, setDetail, setEscape, setStyle, setStyleClass, setSummary, setTabIndex, setTitle, setType, setVisible
 
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

PAGEALERT_INPUT_FACET

public static final java.lang.String PAGEALERT_INPUT_FACET
The facets...

See Also:
Constant Field Values

PAGEALERT_TITLE_FACET

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

PAGEALERT_BUTTONS_FACET

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

PAGEALERT_SEPARATOR_FACET

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

PAGEALERT_IMAGE_FACET

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

PageAlert

public PageAlert()
Method Detail

getPageAlertInput

public javax.faces.component.UIComponent getPageAlertInput()
Get the page alert input facet.

Returns:
A Back button (or a facet with buttons).

getPageAlertTitle

public javax.faces.component.UIComponent getPageAlertTitle()
Get the page alert title facet.

Returns:
A Back button (or a facet with buttons).

getPageAlertButtons

public javax.faces.component.UIComponent getPageAlertButtons()
Get buttons for the Page Alert. Return a set of buttons if they were sepecifed in tha facet

Returns:
A Back button (or a facet with buttons).

getPageAlertSeparator

public javax.faces.component.UIComponent getPageAlertSeparator()
Get or create the separator for the Page Alert.

Returns:
a PageSeparator component

getPageAlertImage

public javax.faces.component.UIComponent getPageAlertImage()
Get or create the separator for the Page Alert.

Returns:
a PageSeparator component

getSafeTitle

public java.lang.String getSafeTitle()