public final class InputControlManager extends Object
Modifier and Type | Method and Description |
---|---|
static InputControl |
getControl(String name) |
static Class<? extends javax.faces.component.html.HtmlOutputLabel> |
getLabelComponentClass() |
static void |
registerControl(InputControl control) |
static void |
setLabelComponentClass(Class<? extends javax.faces.component.html.HtmlOutputLabel> labelComponentClass) |
public static Class<? extends javax.faces.component.html.HtmlOutputLabel> getLabelComponentClass()
public static void setLabelComponentClass(Class<? extends javax.faces.component.html.HtmlOutputLabel> labelComponentClass)
public static void registerControl(InputControl control)
public static InputControl getControl(String name)
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.