Coverage Report - org.apache.myfaces.taglib.html.HtmlPanelGroupTag
 
Classes in this File Line Coverage Branch Coverage Complexity
HtmlPanelGroupTag
0%
0/76
0%
0/28
1.833
 
 1  
 // WARNING: This file was automatically generated. Do not edit it directly,
 2  
 //          or you will lose your changes.
 3  
 /*
 4  
  *  Licensed to the Apache Software Foundation (ASF) under one
 5  
  *  or more contributor license agreements.  See the NOTICE file
 6  
  *  distributed with this work for additional information
 7  
  *  regarding copyright ownership.  The ASF licenses this file
 8  
  *  to you under the Apache License, Version 2.0 (the
 9  
  *  "License"); you may not use this file except in compliance
 10  
  *  with the License.  You may obtain a copy of the License at
 11  
  * 
 12  
  *  http://www.apache.org/licenses/LICENSE-2.0
 13  
  * 
 14  
  *  Unless required by applicable law or agreed to in writing,
 15  
  *  software distributed under the License is distributed on an
 16  
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 17  
  *  KIND, either express or implied.  See the License for the
 18  
  *  specific language governing permissions and limitations
 19  
  *  under the License.
 20  
  */
 21  
 package org.apache.myfaces.taglib.html;
 22  
 
 23  
 import javax.faces.component.UIComponent;
 24  
 import javax.el.ValueExpression;
 25  
 import javax.el.MethodExpression;
 26  
 import javax.faces.component.UIComponent;
 27  
 
 28  
 
 29  
 // Generated from class javax.faces.component.html._HtmlPanelGroup.
 30  
 //
 31  
 // WARNING: This file was automatically generated. Do not edit it directly,
 32  
 //          or you will lose your changes.
 33  
 public class HtmlPanelGroupTag
 34  
     extends javax.faces.webapp.UIComponentELTag
 35  
 {
 36  
     public HtmlPanelGroupTag()
 37  0
     {    
 38  0
     }
 39  
     
 40  
     @Override
 41  
     public String getComponentType()
 42  
     {
 43  0
         return "javax.faces.HtmlPanelGroup";
 44  
     }
 45  
 
 46  
     public String getRendererType()
 47  
     {
 48  0
         return "javax.faces.Group";
 49  
     }
 50  
 
 51  
     private ValueExpression _layout;
 52  
     
 53  
     public void setLayout(ValueExpression layout)
 54  
     {
 55  0
         _layout = layout;
 56  0
     }
 57  
     private ValueExpression _style;
 58  
     
 59  
     public void setStyle(ValueExpression style)
 60  
     {
 61  0
         _style = style;
 62  0
     }
 63  
     private ValueExpression _styleClass;
 64  
     
 65  
     public void setStyleClass(ValueExpression styleClass)
 66  
     {
 67  0
         _styleClass = styleClass;
 68  0
     }
 69  
     private ValueExpression _onclick;
 70  
     
 71  
     public void setOnclick(ValueExpression onclick)
 72  
     {
 73  0
         _onclick = onclick;
 74  0
     }
 75  
     private ValueExpression _ondblclick;
 76  
     
 77  
     public void setOndblclick(ValueExpression ondblclick)
 78  
     {
 79  0
         _ondblclick = ondblclick;
 80  0
     }
 81  
     private ValueExpression _onkeydown;
 82  
     
 83  
     public void setOnkeydown(ValueExpression onkeydown)
 84  
     {
 85  0
         _onkeydown = onkeydown;
 86  0
     }
 87  
     private ValueExpression _onkeypress;
 88  
     
 89  
     public void setOnkeypress(ValueExpression onkeypress)
 90  
     {
 91  0
         _onkeypress = onkeypress;
 92  0
     }
 93  
     private ValueExpression _onkeyup;
 94  
     
 95  
     public void setOnkeyup(ValueExpression onkeyup)
 96  
     {
 97  0
         _onkeyup = onkeyup;
 98  0
     }
 99  
     private ValueExpression _onmousedown;
 100  
     
 101  
     public void setOnmousedown(ValueExpression onmousedown)
 102  
     {
 103  0
         _onmousedown = onmousedown;
 104  0
     }
 105  
     private ValueExpression _onmousemove;
 106  
     
 107  
     public void setOnmousemove(ValueExpression onmousemove)
 108  
     {
 109  0
         _onmousemove = onmousemove;
 110  0
     }
 111  
     private ValueExpression _onmouseout;
 112  
     
 113  
     public void setOnmouseout(ValueExpression onmouseout)
 114  
     {
 115  0
         _onmouseout = onmouseout;
 116  0
     }
 117  
     private ValueExpression _onmouseover;
 118  
     
 119  
     public void setOnmouseover(ValueExpression onmouseover)
 120  
     {
 121  0
         _onmouseover = onmouseover;
 122  0
     }
 123  
     private ValueExpression _onmouseup;
 124  
     
 125  
     public void setOnmouseup(ValueExpression onmouseup)
 126  
     {
 127  0
         _onmouseup = onmouseup;
 128  0
     }
 129  
 
 130  
     @Override
 131  
     protected void setProperties(UIComponent component)
 132  
     {
 133  0
         if (!(component instanceof javax.faces.component.html.HtmlPanelGroup ))
 134  
         {
 135  0
             throw new IllegalArgumentException("Component "+
 136  
                 component.getClass().getName() +" is no javax.faces.component.html.HtmlPanelGroup");
 137  
         }
 138  
         
 139  0
         javax.faces.component.html.HtmlPanelGroup comp = (javax.faces.component.html.HtmlPanelGroup) component;
 140  
         
 141  0
         super.setProperties(component);
 142  
         
 143  
 
 144  0
         if (_layout != null)
 145  
         {
 146  0
             comp.setValueExpression("layout", _layout);
 147  
         } 
 148  0
         if (_style != null)
 149  
         {
 150  0
             comp.setValueExpression("style", _style);
 151  
         } 
 152  0
         if (_styleClass != null)
 153  
         {
 154  0
             comp.setValueExpression("styleClass", _styleClass);
 155  
         } 
 156  0
         if (_onclick != null)
 157  
         {
 158  0
             comp.setValueExpression("onclick", _onclick);
 159  
         } 
 160  0
         if (_ondblclick != null)
 161  
         {
 162  0
             comp.setValueExpression("ondblclick", _ondblclick);
 163  
         } 
 164  0
         if (_onkeydown != null)
 165  
         {
 166  0
             comp.setValueExpression("onkeydown", _onkeydown);
 167  
         } 
 168  0
         if (_onkeypress != null)
 169  
         {
 170  0
             comp.setValueExpression("onkeypress", _onkeypress);
 171  
         } 
 172  0
         if (_onkeyup != null)
 173  
         {
 174  0
             comp.setValueExpression("onkeyup", _onkeyup);
 175  
         } 
 176  0
         if (_onmousedown != null)
 177  
         {
 178  0
             comp.setValueExpression("onmousedown", _onmousedown);
 179  
         } 
 180  0
         if (_onmousemove != null)
 181  
         {
 182  0
             comp.setValueExpression("onmousemove", _onmousemove);
 183  
         } 
 184  0
         if (_onmouseout != null)
 185  
         {
 186  0
             comp.setValueExpression("onmouseout", _onmouseout);
 187  
         } 
 188  0
         if (_onmouseover != null)
 189  
         {
 190  0
             comp.setValueExpression("onmouseover", _onmouseover);
 191  
         } 
 192  0
         if (_onmouseup != null)
 193  
         {
 194  0
             comp.setValueExpression("onmouseup", _onmouseup);
 195  
         } 
 196  0
     }
 197  
 
 198  
     @Override
 199  
     public void release()
 200  
     {
 201  0
         super.release();
 202  0
         _layout = null;
 203  0
         _style = null;
 204  0
         _styleClass = null;
 205  0
         _onclick = null;
 206  0
         _ondblclick = null;
 207  0
         _onkeydown = null;
 208  0
         _onkeypress = null;
 209  0
         _onkeyup = null;
 210  0
         _onmousedown = null;
 211  0
         _onmousemove = null;
 212  0
         _onmouseout = null;
 213  0
         _onmouseover = null;
 214  0
         _onmouseup = null;
 215  0
     }
 216  
 }