| java.lang.Object com.sun.rave.web.ui.component.util.descriptors.LayoutElementBase com.sun.rave.web.ui.component.util.descriptors.LayoutIf
All known Subclasses: com.sun.rave.web.ui.component.util.descriptors.LayoutWhile,
Method Summary | |
protected boolean | encodeThis(FacesContext context, UIComponent component) This method returns true if the condition of this LayoutIf is met,
false otherwise. | public String | getCondition() Accessor for condition boolean equation. |
encodeThis | protected boolean encodeThis(FacesContext context, UIComponent component)(Code) | | This method returns true if the condition of this LayoutIf is met,
false otherwise. This provides the functionality for conditionally
displaying a portion of the layout tree.
Parameters: context - The FacesContext Parameters: component - The UIComponent true if children are to be rendered, false otherwise. |
getCondition | public String getCondition()(Code) | | Accessor for condition boolean equation.
|
Methods inherited from com.sun.rave.web.ui.component.util.descriptors.LayoutElementBase | public void addChildLayoutElement(LayoutElement element)(Code)(Java Doc) protected HandlerContext createHandlerContext(FacesContext context, EventObject event, String eventType)(Code)(Java Doc) public Object dispatchHandlers(FacesContext context, String eventType, EventObject event)(Code)(Java Doc) public Object dispatchHandlers(HandlerContext handlerCtx, List handlers)(Code)(Java Doc) public void encode(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public static void encodeChild(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) abstract protected boolean encodeThis(FacesContext context, UIComponent component) throws IOException(Code)(Java Doc) public List getChildLayoutElements()(Code)(Java Doc) public List getHandlers(String type)(Code)(Java Doc) public List getHandlers(String type, UIComponent comp)(Code)(Java Doc) public Map getHandlersByTypeMap()(Code)(Java Doc) public String getId(FacesContext context, UIComponent parent)(Code)(Java Doc) public LayoutDefinition getLayoutDefinition()(Code)(Java Doc) public LayoutElement getParent()(Code)(Java Doc) public String getUnevaluatedId()(Code)(Java Doc) public Object resolveValue(FacesContext context, UIComponent parent, String value)(Code)(Java Doc) public void setHandlers(String type, List handlers)(Code)(Java Doc) public void setHandlersByTypeMap(Map map)(Code)(Java Doc) protected void setParent(LayoutElement parent)(Code)(Java Doc)
|
|
|