| com.flexive.faces.components.ToolbarPluginHandler
ToolbarPluginHandler | public class ToolbarPluginHandler extends TagHandler implements TemplateClient(Code) | | Renders all plugged-in toolbar buttons for the current page (using the commandElement.xhtml
facelets template).
author: Daniel Lichtenberger (daniel.lichtenberger@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) version: $Rev: 1 $ |
Method Summary | |
public void | apply(FaceletContext ctx, UIComponent parent) | public boolean | apply(FaceletContext ctx, UIComponent parent, String name) |
ToolbarPluginHandler | public ToolbarPluginHandler(TagConfig config)(Code) | | |
apply | public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, FaceletException, ELException(Code) | | |
apply | public boolean apply(FaceletContext ctx, UIComponent parent, String name) throws IOException, FacesException, FaceletException, ELException(Code) | | |
|
|