| java.lang.Object com.sun.rave.web.ui.component.util.descriptors.LayoutElementBase com.sun.rave.web.ui.component.util.descriptors.LayoutAttribute
LayoutAttribute | public class LayoutAttribute extends LayoutElementBase implements LayoutElement(Code) | | This class defines a LayoutAttribute. A LayoutAttribute provides a
means to write an attribute for the current markup tag. A markup tag
must be started, but not yet closed for this to work.
author: Ken Paulsen (ken.paulsen@sun.com) |
encodeThis | protected boolean encodeThis(FacesContext context, UIComponent component) throws IOException(Code) | | This method displays the text described by this component. If the
text includes an EL expression, it will be evaluated. It returns
false to avoid attempting to render children.
Parameters: context - The FacesContext Parameters: component - The UIComponent false |
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)
|
|
|