| java.lang.Object com.sun.rave.web.ui.component.util.descriptors.LayoutElementBase com.sun.rave.web.ui.component.util.descriptors.LayoutMarkup
LayoutMarkup | public class LayoutMarkup extends LayoutElementBase implements LayoutElement(Code) | | This class defines a LayoutMarkup. A LayoutMarkup provides a means to
start a markup tag and associate the current UIComponent with it for
tool support. It also has the benefit of properly closing the markup
tag for you.
author: Ken Paulsen (ken.paulsen@sun.com) |
TYPE_BOTH | final public static String TYPE_BOTH(Code) | | This markup type writes out both the opening and closing tags.
|
TYPE_CLOSE | final public static String TYPE_CLOSE(Code) | | This markup type writes out the closing tag.
|
TYPE_OPEN | final public static String TYPE_OPEN(Code) | | This markup type writes out the opening tag.
|
afterEncodeHandler | final public static Handler afterEncodeHandler(Code) | | |
afterEncodeHandler | public static void afterEncodeHandler(HandlerContext context) throws IOException(Code) | | This handler takes care of closing the tag.
Parameters: context - The HandlerContext. |
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
true 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)
|
|
|