| |
|
| com.sun.rave.web.ui.component.AlertBase com.sun.rave.web.ui.component.Alert
Alert | public class Alert extends AlertBase (Code) | | The inline Alert component.
|
ALERT_IMAGE_FACET | final public static String ALERT_IMAGE_FACET(Code) | | String for the appended id of the facet name for image
|
ALERT_LINK_FACET | final public static String ALERT_LINK_FACET(Code) | | String for the appended id of the facet name for the link
|
getAlertIcon | public UIComponent getAlertIcon()(Code) | | Gets the alert icon facet for this component.
If none exists it will create one with the appropriate type.
The default is a warning icon.
always returns an icon component, will return a facetif it exists or a newly created one if it doesn't |
getAlertLink | public UIComponent getAlertLink()(Code) | | Gets the alert hyperlink facet for this component.
If none exists it will create
one with the appropriate type. The default is a warning icon.
If the facet id is the internal facet id, it will update the links
and text
If the facet id is any other id then this component will just
return the facet
always returns a Hyperlink component, will return a facetif it exists or a newly created one if it doesn't |
setLinkAction | public void setLinkAction(MethodBinding linkAction)(Code) | | |
setLinkTarget | public void setLinkTarget(String linkTarget)(Code) | | |
setLinkToolTip | public void setLinkToolTip(String linkToolTip)(Code) | | |
|
|
|