| com.sun.rave.web.ui.component.PropertySheetBase com.sun.rave.web.ui.component.PropertySheet
PropertySheet | public PropertySheet()(Code) | | Constructor.
|
encodeBegin | public void encodeBegin(FacesContext context) throws IOException(Code) | | If the rendered property is true, render the begining of the current
state of this UIComponent to the response contained in the specified
FacesContext.
If a Renderer is associated with this UIComponent, the actual encoding
will be delegated to Renderer.encodeBegin(FacesContext, UIComponent).
Parameters: context - FacesContext for the current request. exception: IOException - if an input/output error occurs while rendering. exception: NullPointerException - if FacesContext is null. |
getSectionCount | public int getSectionCount()(Code) | | This method calculates the number of visible
PropertySheetSection s. A
PropertySheetSection can
be made not visible by setting its rendered propety to false. It
is also considered not visible if it contains no children
(sub-sections or properties).
The number of visible sections. |
|
|