Package org.primefaces.component.inputswitch

Examples of org.primefaces.component.inputswitch.InputSwitch


public class InputSwitchRenderer extends org.primefaces.component.inputswitch.InputSwitchRenderer {
   
    @Override
    public void encodeEnd(FacesContext context, UIComponent component) throws IOException {
        InputSwitch inputSwitch = (InputSwitch) component;

        encodeMarkup(context, inputSwitch);
        encodeScript(context, inputSwitch);
    }
View Full Code Here

TOP

Related Classes of org.primefaces.component.inputswitch.InputSwitch

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.