|
||||||||||
| 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
com.sun.rave.web.ui.component.PropertySheetSectionBase
com.sun.rave.web.ui.component.PropertySheetSection
public class PropertySheetSection
| Field Summary |
|---|
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Constructor Summary | |
|---|---|
PropertySheetSection()
|
|
| Method Summary | |
|---|---|
void |
encodeBegin(javax.faces.context.FacesContext context)
If the rendered property is true, render the begining of the current state of this UIComponent to the response contained in the specified FacesContext. |
int |
getSectionChildrenCount()
This method calculates the number of visible child PropertySheetSection or Property
UIComponents. |
java.util.List |
getVisibleSectionChildren()
This method creates a List of visible (rendered=true)
child PropertySheetSection or Property
components. |
| Methods inherited from class com.sun.rave.web.ui.component.PropertySheetSectionBase |
|---|
getFamily, getLabel, getStyle, getStyleClass, isVisible, restoreState, saveState, setLabel, setStyle, setStyleClass, setVisible |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, 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 |
| Constructor Detail |
|---|
public PropertySheetSection()
| Method Detail |
|---|
public int getSectionChildrenCount()
This method calculates the number of visible child
PropertySheetSection or Property
UIComponents. A PropertySheetSection
or Property can be made not visible by setting their
rendered property to false.
PropertySheetSection children.public java.util.List getVisibleSectionChildren()
This method creates a List of visible (rendered=true)
child PropertySheetSection or Property
components.
List of child PropertySheetSection or
Property UIComponent objects.
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasecontext - FacesContext for the current request.
java.io.IOException - if an input/output error occurs while rendering.
java.lang.NullPointerException - if FacesContext is null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||