|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIOutput
com.sun.rave.web.ui.component.AlertBase
com.sun.rave.web.ui.component.Alert
public class Alert
The inline Alert component.
| Field Summary | |
|---|---|
static java.lang.String |
ALERT_IMAGE_FACET
String for the appended id of the facet name for image |
static java.lang.String |
ALERT_LINK_FACET
String for the appended id of the facet name for the link |
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
Alert()
|
|
| Method Summary | |
|---|---|
javax.faces.component.UIComponent |
getAlertIcon()
Gets the alert icon facet for this component. |
javax.faces.component.UIComponent |
getAlertLink()
Gets the alert hyperlink facet for this component. |
void |
setLinkAction(javax.faces.el.MethodBinding linkAction)
Method binding representing a method that receives action from the embedded hyperlink component. |
void |
setLinkTarget(java.lang.String linkTarget)
The window (target) in which to load the link that is specified with linkText. |
void |
setLinkText(java.lang.String linkText)
The text for an optional link that is appended to the detail message. |
void |
setLinkToolTip(java.lang.String linkToolTip)
Sets the value of the title attribute for the HTML element. |
void |
setLinkURL(java.lang.String linkURL)
Absolute, relative, or context relative (starting with "/") URL to the resource to navigate to when the link that is specified with linkText is selected. |
| Methods inherited from class com.sun.rave.web.ui.component.AlertBase |
|---|
getAlt, getDetail, getFamily, getLinkAction, getLinkTarget, getLinkText, getLinkToolTip, getLinkURL, getStyle, getStyleClass, getSummary, getTabIndex, getType, isVisible, restoreState, saveState, setAlt, setDetail, setStyle, setStyleClass, setSummary, setTabIndex, setType, setVisible |
| 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, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ALERT_IMAGE_FACET
public static final java.lang.String ALERT_LINK_FACET
| Constructor Detail |
|---|
public Alert()
| Method Detail |
|---|
public javax.faces.component.UIComponent getAlertIcon()
public javax.faces.component.UIComponent getAlertLink()
public void setLinkURL(java.lang.String linkURL)
AlertBaseAbsolute, relative, or context relative (starting with "/") URL to the resource to navigate to when the link that is specified with linkText is selected.
setLinkURL in class AlertBaseAlertBase.getLinkURL()public void setLinkToolTip(java.lang.String linkToolTip)
AlertBaseSets the value of the title attribute for the HTML element. The specified text will display as a tooltip if the mouse cursor hovers over the link that is specified with linkText.
setLinkToolTip in class AlertBaseAlertBase.getLinkToolTip()public void setLinkText(java.lang.String linkText)
AlertBaseThe text for an optional link that is appended to the detail message.
setLinkText in class AlertBaseAlertBase.getLinkText()public void setLinkTarget(java.lang.String linkTarget)
AlertBaseThe window (target) in which to load the link that is specified with linkText.
setLinkTarget in class AlertBaseAlertBase.getLinkTarget()public void setLinkAction(javax.faces.el.MethodBinding linkAction)
AlertBaseMethod binding representing a method that receives action from the embedded hyperlink component.
setLinkAction in class AlertBaseAlertBase.getLinkAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||