| com.flexive.faces.components.toolkit.FxValueHandler
FxValueHandler | public class FxValueHandler extends TagHandler (Code) | | A facelets handler that renders a complete form element for editing or displaying
a property of a content instance provided by
FxContentView . The output template
is provided by fxValueInputRow.xhtml (the component template of fx:fxValueInputRow).
A custom template can be specified with the template parameter.
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 void | setTemplate(String template) Sets the template name (relative to /WEB-INF/templates). |
FxValueHandler | public FxValueHandler(TagConfig config)(Code) | | |
apply | public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, ELException(Code) | | |
setTemplate | public void setTemplate(String template)(Code) | | Sets the template name (relative to /WEB-INF/templates).
Parameters: template - the template name (relative to /WEB-INF/templates). |
|
|