|
||||||||||
| 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.UICommand
com.sun.webui.jsf.component.WebuiCommand
com.sun.webui.jsf.component.Hyperlink
com.sun.webui.jsf.component.ImageHyperlink
com.sun.webui.jsf.component.NotificationPhrase
public class NotificationPhrase
The NotificationPhrase component is used to display a message in the masthead.
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UICommand |
|---|
COMPONENT_FAMILY, COMPONENT_TYPE |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
NotificationPhrase()
Deprecated. Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAlign()
Deprecated. Specifies the position of the image with respect to its context. |
java.lang.String |
getAlt()
Deprecated. Alternative textual description of the image rendered by this component. |
int |
getBorder()
Deprecated. Specifies the width of the img border in pixels. |
java.lang.String |
getFamily()
Deprecated. Return the family for this component. |
java.lang.String |
getIcon()
Deprecated. The identifier of the desired theme image. |
java.lang.String |
getOnDblClick()
Deprecated. Scripting code executed when a mouse double click occurs over this component. |
java.lang.String |
getStyleClass()
Deprecated. CSS style class(es) to be applied to the outermost HTML element when this component is rendered. |
void |
restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
Deprecated. Restore the state of this component. |
java.lang.Object |
saveState(javax.faces.context.FacesContext _context)
Deprecated. Save the state of this component. |
| Methods inherited from class com.sun.webui.jsf.component.ImageHyperlink |
|---|
getHeight, getHspace, getImageFacet, getImageURL, getRendererType, getTextPosition, getVspace, getWidth, isVisible, setAlign, setAlt, setBorder, setHeight, setHspace, setIcon, setImageURL, setTextPosition, setVisible, setVspace, setWidth |
| Methods inherited from class com.sun.webui.jsf.component.Hyperlink |
|---|
getFocusElementId, getHtmlTemplate, getIndicatorComponent, getLabeledElementId, getOnBlur, getOnClick, getOnFocus, getOnKeyDown, getOnKeyPress, getOnKeyUp, getOnMouseDown, getOnMouseMove, getOnMouseOut, getOnMouseOver, getOnMouseUp, getPrimaryElementID, getShape, getStyle, getTabIndex, getTarget, getText, getToolTip, getType, getUrl, getUrlLang, getValue, getValueExpression, isDisabled, setDisabled, setHtmlTemplate, setOnBlur, setOnClick, setOnDblClick, setOnFocus, setOnKeyDown, setOnKeyPress, setOnKeyUp, setOnMouseDown, setOnMouseMove, setOnMouseOut, setOnMouseOver, setOnMouseUp, setShape, setStyle, setStyleClass, setTabIndex, setTarget, setText, setToolTip, setType, setUrl, setUrlLang, setValueExpression, toString |
| Methods inherited from class com.sun.webui.jsf.component.WebuiCommand |
|---|
broadcast, getAction, getActionExpression, getActionListener, getActionListenerExpression, processDecodes, processUpdates, processValidators, setActionListenerExpression, setId, setImmediate, setRendered |
| Methods inherited from class javax.faces.component.UICommand |
|---|
addActionListener, getActionListeners, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setValue |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, restoreAttachedState, saveAttachedState, setParent, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationPhrase()
| Method Detail |
|---|
public java.lang.String getFamily()
Return the family for this component.
getFamily in class ImageHyperlinkpublic java.lang.String getIcon()
ImageHyperlinkThe identifier of the desired theme image.
getIcon in class ImageHyperlinkpublic java.lang.String getStyleClass()
HyperlinkCSS style class(es) to be applied to the outermost HTML element when this component is rendered.
getStyleClass in class Hyperlinkpublic int getBorder()
ImageHyperlinkSpecifies the width of the img border in pixels. The default value for this attribute depends on the client browser
getBorder in class ImageHyperlinkpublic java.lang.String getAlign()
ImageHyperlinkSpecifies the position of the image with respect to its context. Valid values are: bottom (the default); middle; top; left; right.
getAlign in class ImageHyperlinkpublic java.lang.String getAlt()
ImageHyperlinkAlternative textual description of the image rendered by this component. The alt text can be used by screen readers and in tool tips, and when image display is turned off in the web browser.
getAlt in class ImageHyperlinkpublic java.lang.String getOnDblClick()
getOnDblClick in class ImageHyperlink
public void restoreState(javax.faces.context.FacesContext _context,
java.lang.Object _state)
Restore the state of this component.
restoreState in interface javax.faces.component.StateHolderrestoreState in class ImageHyperlinkpublic java.lang.Object saveState(javax.faces.context.FacesContext _context)
Save the state of this component.
saveState in interface javax.faces.component.StateHoldersaveState in class ImageHyperlink
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||