| |
|
| com.sun.rave.web.ui.component.PageAlertBase com.sun.rave.web.ui.component.PageAlert
PAGEALERT_BUTTONS_FACET | final public static String PAGEALERT_BUTTONS_FACET(Code) | | |
PAGEALERT_IMAGE_FACET | final public static String PAGEALERT_IMAGE_FACET(Code) | | |
PAGEALERT_INPUT_FACET | final public static String PAGEALERT_INPUT_FACET(Code) | | The facets...
|
PAGEALERT_SEPARATOR_FACET | final public static String PAGEALERT_SEPARATOR_FACET(Code) | | |
PAGEALERT_TITLE_FACET | final public static String PAGEALERT_TITLE_FACET(Code) | | |
getPageAlertButtons | public UIComponent getPageAlertButtons()(Code) | | Get buttons for the Page Alert.
Return a set of buttons if they were sepecifed in tha facet
A Back button (or a facet with buttons). |
getPageAlertImage | public UIComponent getPageAlertImage()(Code) | | Get or create the separator for the Page Alert.
a PageSeparator component |
getPageAlertInput | public UIComponent getPageAlertInput()(Code) | | Get the page alert input facet.
A Back button (or a facet with buttons). |
getPageAlertSeparator | public UIComponent getPageAlertSeparator()(Code) | | Get or create the separator for the Page Alert.
a PageSeparator component |
getPageAlertTitle | public UIComponent getPageAlertTitle()(Code) | | Get the page alert title facet.
A Back button (or a facet with buttons). |
|
|
|