Coverage Report - javax.faces.component.html.HtmlPanelGrid
 
Classes in this File Line Coverage Branch Coverage Complexity
HtmlPanelGrid
0%
0/316
0%
0/120
0
 
 1  
 /*
 2  
  *  Licensed to the Apache Software Foundation (ASF) under one
 3  
  *  or more contributor license agreements.  See the NOTICE file
 4  
  *  distributed with this work for additional information
 5  
  *  regarding copyright ownership.  The ASF licenses this file
 6  
  *  to you under the Apache License, Version 2.0 (the
 7  
  *  "License"); you may not use this file except in compliance
 8  
  *  with the License.  You may obtain a copy of the License at
 9  
  * 
 10  
  *  http://www.apache.org/licenses/LICENSE-2.0
 11  
  * 
 12  
  *  Unless required by applicable law or agreed to in writing,
 13  
  *  software distributed under the License is distributed on an
 14  
  *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 15  
  *  KIND, either express or implied.  See the License for the
 16  
  *  specific language governing permissions and limitations
 17  
  *  under the License.
 18  
  */
 19  
 package javax.faces.component.html;
 20  
 
 21  
 import javax.el.ValueExpression;
 22  
 import javax.faces.context.FacesContext;
 23  
 import javax.faces.component.UIComponent;
 24  
 
 25  
 
 26  
 // Generated from class javax.faces.component.html._HtmlPanelGrid.
 27  
 //
 28  
 // WARNING: This file was automatically generated. Do not edit it directly,
 29  
 //          or you will lose your changes.
 30  
 public class HtmlPanelGrid extends javax.faces.component.UIPanel
 31  
 {
 32  
 
 33  
     static public final String COMPONENT_FAMILY =
 34  
         "javax.faces.Panel";
 35  
     static public final String COMPONENT_TYPE =
 36  
         "javax.faces.HtmlPanelGrid";
 37  
 
 38  
 
 39  
     public HtmlPanelGrid()
 40  0
     {
 41  0
         setRendererType("javax.faces.Grid");
 42  0
     }
 43  
 
 44  
     @Override    
 45  
     public String getFamily()
 46  
     {
 47  0
         return COMPONENT_FAMILY;
 48  
     }
 49  
     
 50  
 
 51  
     // Property: bgcolor
 52  
     private String _bgcolor;
 53  
     
 54  
     public String getBgcolor()
 55  
     {
 56  0
         if (_bgcolor != null)
 57  
         {
 58  0
             return _bgcolor;
 59  
         }
 60  0
         ValueExpression vb = getValueExpression("bgcolor");
 61  0
         if (vb != null)
 62  
         {
 63  0
             return (String) vb.getValue(getFacesContext().getELContext());
 64  
         }
 65  0
         return null;
 66  
     }
 67  
 
 68  
     public void setBgcolor(String bgcolor)
 69  
     {
 70  0
         this._bgcolor = bgcolor;
 71  0
     }
 72  
     // Property: border
 73  
     private int _border;
 74  
     
 75  
     private boolean _borderSet;
 76  
     
 77  
     public int getBorder()
 78  
     {
 79  0
         if (_borderSet)
 80  
         {
 81  0
             return _border;
 82  
         }
 83  0
         ValueExpression vb = getValueExpression("border");
 84  0
         if (vb != null)
 85  
         {
 86  0
             return ((Integer) vb.getValue(getFacesContext().getELContext())).intValue();
 87  
         }
 88  0
         return Integer.MIN_VALUE; 
 89  
     }
 90  
 
 91  
     public void setBorder(int border)
 92  
     {
 93  0
         this._border = border;
 94  0
         this._borderSet = true;        
 95  0
     }
 96  
     // Property: cellpadding
 97  
     private String _cellpadding;
 98  
     
 99  
     public String getCellpadding()
 100  
     {
 101  0
         if (_cellpadding != null)
 102  
         {
 103  0
             return _cellpadding;
 104  
         }
 105  0
         ValueExpression vb = getValueExpression("cellpadding");
 106  0
         if (vb != null)
 107  
         {
 108  0
             return (String) vb.getValue(getFacesContext().getELContext());
 109  
         }
 110  0
         return null;
 111  
     }
 112  
 
 113  
     public void setCellpadding(String cellpadding)
 114  
     {
 115  0
         this._cellpadding = cellpadding;
 116  0
     }
 117  
     // Property: cellspacing
 118  
     private String _cellspacing;
 119  
     
 120  
     public String getCellspacing()
 121  
     {
 122  0
         if (_cellspacing != null)
 123  
         {
 124  0
             return _cellspacing;
 125  
         }
 126  0
         ValueExpression vb = getValueExpression("cellspacing");
 127  0
         if (vb != null)
 128  
         {
 129  0
             return (String) vb.getValue(getFacesContext().getELContext());
 130  
         }
 131  0
         return null;
 132  
     }
 133  
 
 134  
     public void setCellspacing(String cellspacing)
 135  
     {
 136  0
         this._cellspacing = cellspacing;
 137  0
     }
 138  
     // Property: columnClasses
 139  
     private String _columnClasses;
 140  
     
 141  
     public String getColumnClasses()
 142  
     {
 143  0
         if (_columnClasses != null)
 144  
         {
 145  0
             return _columnClasses;
 146  
         }
 147  0
         ValueExpression vb = getValueExpression("columnClasses");
 148  0
         if (vb != null)
 149  
         {
 150  0
             return (String) vb.getValue(getFacesContext().getELContext());
 151  
         }
 152  0
         return null;
 153  
     }
 154  
 
 155  
     public void setColumnClasses(String columnClasses)
 156  
     {
 157  0
         this._columnClasses = columnClasses;
 158  0
     }
 159  
     // Property: columns
 160  
     private int _columns;
 161  
     
 162  
     private boolean _columnsSet;
 163  
     
 164  
     public int getColumns()
 165  
     {
 166  0
         if (_columnsSet)
 167  
         {
 168  0
             return _columns;
 169  
         }
 170  0
         ValueExpression vb = getValueExpression("columns");
 171  0
         if (vb != null)
 172  
         {
 173  0
             return ((Integer) vb.getValue(getFacesContext().getELContext())).intValue();
 174  
         }
 175  0
         return 1; 
 176  
     }
 177  
 
 178  
     public void setColumns(int columns)
 179  
     {
 180  0
         this._columns = columns;
 181  0
         this._columnsSet = true;        
 182  0
     }
 183  
     // Property: footerClass
 184  
     private String _footerClass;
 185  
     
 186  
     public String getFooterClass()
 187  
     {
 188  0
         if (_footerClass != null)
 189  
         {
 190  0
             return _footerClass;
 191  
         }
 192  0
         ValueExpression vb = getValueExpression("footerClass");
 193  0
         if (vb != null)
 194  
         {
 195  0
             return (String) vb.getValue(getFacesContext().getELContext());
 196  
         }
 197  0
         return null;
 198  
     }
 199  
 
 200  
     public void setFooterClass(String footerClass)
 201  
     {
 202  0
         this._footerClass = footerClass;
 203  0
     }
 204  
     // Property: frame
 205  
     private String _frame;
 206  
     
 207  
     public String getFrame()
 208  
     {
 209  0
         if (_frame != null)
 210  
         {
 211  0
             return _frame;
 212  
         }
 213  0
         ValueExpression vb = getValueExpression("frame");
 214  0
         if (vb != null)
 215  
         {
 216  0
             return (String) vb.getValue(getFacesContext().getELContext());
 217  
         }
 218  0
         return null;
 219  
     }
 220  
 
 221  
     public void setFrame(String frame)
 222  
     {
 223  0
         this._frame = frame;
 224  0
     }
 225  
     // Property: headerClass
 226  
     private String _headerClass;
 227  
     
 228  
     public String getHeaderClass()
 229  
     {
 230  0
         if (_headerClass != null)
 231  
         {
 232  0
             return _headerClass;
 233  
         }
 234  0
         ValueExpression vb = getValueExpression("headerClass");
 235  0
         if (vb != null)
 236  
         {
 237  0
             return (String) vb.getValue(getFacesContext().getELContext());
 238  
         }
 239  0
         return null;
 240  
     }
 241  
 
 242  
     public void setHeaderClass(String headerClass)
 243  
     {
 244  0
         this._headerClass = headerClass;
 245  0
     }
 246  
     // Property: rowClasses
 247  
     private String _rowClasses;
 248  
     
 249  
     public String getRowClasses()
 250  
     {
 251  0
         if (_rowClasses != null)
 252  
         {
 253  0
             return _rowClasses;
 254  
         }
 255  0
         ValueExpression vb = getValueExpression("rowClasses");
 256  0
         if (vb != null)
 257  
         {
 258  0
             return (String) vb.getValue(getFacesContext().getELContext());
 259  
         }
 260  0
         return null;
 261  
     }
 262  
 
 263  
     public void setRowClasses(String rowClasses)
 264  
     {
 265  0
         this._rowClasses = rowClasses;
 266  0
     }
 267  
     // Property: rules
 268  
     private String _rules;
 269  
     
 270  
     public String getRules()
 271  
     {
 272  0
         if (_rules != null)
 273  
         {
 274  0
             return _rules;
 275  
         }
 276  0
         ValueExpression vb = getValueExpression("rules");
 277  0
         if (vb != null)
 278  
         {
 279  0
             return (String) vb.getValue(getFacesContext().getELContext());
 280  
         }
 281  0
         return null;
 282  
     }
 283  
 
 284  
     public void setRules(String rules)
 285  
     {
 286  0
         this._rules = rules;
 287  0
     }
 288  
     // Property: summary
 289  
     private String _summary;
 290  
     
 291  
     public String getSummary()
 292  
     {
 293  0
         if (_summary != null)
 294  
         {
 295  0
             return _summary;
 296  
         }
 297  0
         ValueExpression vb = getValueExpression("summary");
 298  0
         if (vb != null)
 299  
         {
 300  0
             return (String) vb.getValue(getFacesContext().getELContext());
 301  
         }
 302  0
         return null;
 303  
     }
 304  
 
 305  
     public void setSummary(String summary)
 306  
     {
 307  0
         this._summary = summary;
 308  0
     }
 309  
     // Property: width
 310  
     private String _width;
 311  
     
 312  
     public String getWidth()
 313  
     {
 314  0
         if (_width != null)
 315  
         {
 316  0
             return _width;
 317  
         }
 318  0
         ValueExpression vb = getValueExpression("width");
 319  0
         if (vb != null)
 320  
         {
 321  0
             return (String) vb.getValue(getFacesContext().getELContext());
 322  
         }
 323  0
         return null;
 324  
     }
 325  
 
 326  
     public void setWidth(String width)
 327  
     {
 328  0
         this._width = width;
 329  0
     }
 330  
     // Property: captionClass
 331  
     private String _captionClass;
 332  
     
 333  
     public String getCaptionClass()
 334  
     {
 335  0
         if (_captionClass != null)
 336  
         {
 337  0
             return _captionClass;
 338  
         }
 339  0
         ValueExpression vb = getValueExpression("captionClass");
 340  0
         if (vb != null)
 341  
         {
 342  0
             return (String) vb.getValue(getFacesContext().getELContext());
 343  
         }
 344  0
         return null;
 345  
     }
 346  
 
 347  
     public void setCaptionClass(String captionClass)
 348  
     {
 349  0
         this._captionClass = captionClass;
 350  0
     }
 351  
     // Property: captionStyle
 352  
     private String _captionStyle;
 353  
     
 354  
     public String getCaptionStyle()
 355  
     {
 356  0
         if (_captionStyle != null)
 357  
         {
 358  0
             return _captionStyle;
 359  
         }
 360  0
         ValueExpression vb = getValueExpression("captionStyle");
 361  0
         if (vb != null)
 362  
         {
 363  0
             return (String) vb.getValue(getFacesContext().getELContext());
 364  
         }
 365  0
         return null;
 366  
     }
 367  
 
 368  
     public void setCaptionStyle(String captionStyle)
 369  
     {
 370  0
         this._captionStyle = captionStyle;
 371  0
     }
 372  
     // Property: style
 373  
     private String _style;
 374  
     
 375  
     public String getStyle()
 376  
     {
 377  0
         if (_style != null)
 378  
         {
 379  0
             return _style;
 380  
         }
 381  0
         ValueExpression vb = getValueExpression("style");
 382  0
         if (vb != null)
 383  
         {
 384  0
             return (String) vb.getValue(getFacesContext().getELContext());
 385  
         }
 386  0
         return null;
 387  
     }
 388  
 
 389  
     public void setStyle(String style)
 390  
     {
 391  0
         this._style = style;
 392  0
     }
 393  
     // Property: styleClass
 394  
     private String _styleClass;
 395  
     
 396  
     public String getStyleClass()
 397  
     {
 398  0
         if (_styleClass != null)
 399  
         {
 400  0
             return _styleClass;
 401  
         }
 402  0
         ValueExpression vb = getValueExpression("styleClass");
 403  0
         if (vb != null)
 404  
         {
 405  0
             return (String) vb.getValue(getFacesContext().getELContext());
 406  
         }
 407  0
         return null;
 408  
     }
 409  
 
 410  
     public void setStyleClass(String styleClass)
 411  
     {
 412  0
         this._styleClass = styleClass;
 413  0
     }
 414  
     // Property: onclick
 415  
     private String _onclick;
 416  
     
 417  
     public String getOnclick()
 418  
     {
 419  0
         if (_onclick != null)
 420  
         {
 421  0
             return _onclick;
 422  
         }
 423  0
         ValueExpression vb = getValueExpression("onclick");
 424  0
         if (vb != null)
 425  
         {
 426  0
             return (String) vb.getValue(getFacesContext().getELContext());
 427  
         }
 428  0
         return null;
 429  
     }
 430  
 
 431  
     public void setOnclick(String onclick)
 432  
     {
 433  0
         this._onclick = onclick;
 434  0
     }
 435  
     // Property: ondblclick
 436  
     private String _ondblclick;
 437  
     
 438  
     public String getOndblclick()
 439  
     {
 440  0
         if (_ondblclick != null)
 441  
         {
 442  0
             return _ondblclick;
 443  
         }
 444  0
         ValueExpression vb = getValueExpression("ondblclick");
 445  0
         if (vb != null)
 446  
         {
 447  0
             return (String) vb.getValue(getFacesContext().getELContext());
 448  
         }
 449  0
         return null;
 450  
     }
 451  
 
 452  
     public void setOndblclick(String ondblclick)
 453  
     {
 454  0
         this._ondblclick = ondblclick;
 455  0
     }
 456  
     // Property: onkeydown
 457  
     private String _onkeydown;
 458  
     
 459  
     public String getOnkeydown()
 460  
     {
 461  0
         if (_onkeydown != null)
 462  
         {
 463  0
             return _onkeydown;
 464  
         }
 465  0
         ValueExpression vb = getValueExpression("onkeydown");
 466  0
         if (vb != null)
 467  
         {
 468  0
             return (String) vb.getValue(getFacesContext().getELContext());
 469  
         }
 470  0
         return null;
 471  
     }
 472  
 
 473  
     public void setOnkeydown(String onkeydown)
 474  
     {
 475  0
         this._onkeydown = onkeydown;
 476  0
     }
 477  
     // Property: onkeypress
 478  
     private String _onkeypress;
 479  
     
 480  
     public String getOnkeypress()
 481  
     {
 482  0
         if (_onkeypress != null)
 483  
         {
 484  0
             return _onkeypress;
 485  
         }
 486  0
         ValueExpression vb = getValueExpression("onkeypress");
 487  0
         if (vb != null)
 488  
         {
 489  0
             return (String) vb.getValue(getFacesContext().getELContext());
 490  
         }
 491  0
         return null;
 492  
     }
 493  
 
 494  
     public void setOnkeypress(String onkeypress)
 495  
     {
 496  0
         this._onkeypress = onkeypress;
 497  0
     }
 498  
     // Property: onkeyup
 499  
     private String _onkeyup;
 500  
     
 501  
     public String getOnkeyup()
 502  
     {
 503  0
         if (_onkeyup != null)
 504  
         {
 505  0
             return _onkeyup;
 506  
         }
 507  0
         ValueExpression vb = getValueExpression("onkeyup");
 508  0
         if (vb != null)
 509  
         {
 510  0
             return (String) vb.getValue(getFacesContext().getELContext());
 511  
         }
 512  0
         return null;
 513  
     }
 514  
 
 515  
     public void setOnkeyup(String onkeyup)
 516  
     {
 517  0
         this._onkeyup = onkeyup;
 518  0
     }
 519  
     // Property: onmousedown
 520  
     private String _onmousedown;
 521  
     
 522  
     public String getOnmousedown()
 523  
     {
 524  0
         if (_onmousedown != null)
 525  
         {
 526  0
             return _onmousedown;
 527  
         }
 528  0
         ValueExpression vb = getValueExpression("onmousedown");
 529  0
         if (vb != null)
 530  
         {
 531  0
             return (String) vb.getValue(getFacesContext().getELContext());
 532  
         }
 533  0
         return null;
 534  
     }
 535  
 
 536  
     public void setOnmousedown(String onmousedown)
 537  
     {
 538  0
         this._onmousedown = onmousedown;
 539  0
     }
 540  
     // Property: onmousemove
 541  
     private String _onmousemove;
 542  
     
 543  
     public String getOnmousemove()
 544  
     {
 545  0
         if (_onmousemove != null)
 546  
         {
 547  0
             return _onmousemove;
 548  
         }
 549  0
         ValueExpression vb = getValueExpression("onmousemove");
 550  0
         if (vb != null)
 551  
         {
 552  0
             return (String) vb.getValue(getFacesContext().getELContext());
 553  
         }
 554  0
         return null;
 555  
     }
 556  
 
 557  
     public void setOnmousemove(String onmousemove)
 558  
     {
 559  0
         this._onmousemove = onmousemove;
 560  0
     }
 561  
     // Property: onmouseout
 562  
     private String _onmouseout;
 563  
     
 564  
     public String getOnmouseout()
 565  
     {
 566  0
         if (_onmouseout != null)
 567  
         {
 568  0
             return _onmouseout;
 569  
         }
 570  0
         ValueExpression vb = getValueExpression("onmouseout");
 571  0
         if (vb != null)
 572  
         {
 573  0
             return (String) vb.getValue(getFacesContext().getELContext());
 574  
         }
 575  0
         return null;
 576  
     }
 577  
 
 578  
     public void setOnmouseout(String onmouseout)
 579  
     {
 580  0
         this._onmouseout = onmouseout;
 581  0
     }
 582  
     // Property: onmouseover
 583  
     private String _onmouseover;
 584  
     
 585  
     public String getOnmouseover()
 586  
     {
 587  0
         if (_onmouseover != null)
 588  
         {
 589  0
             return _onmouseover;
 590  
         }
 591  0
         ValueExpression vb = getValueExpression("onmouseover");
 592  0
         if (vb != null)
 593  
         {
 594  0
             return (String) vb.getValue(getFacesContext().getELContext());
 595  
         }
 596  0
         return null;
 597  
     }
 598  
 
 599  
     public void setOnmouseover(String onmouseover)
 600  
     {
 601  0
         this._onmouseover = onmouseover;
 602  0
     }
 603  
     // Property: onmouseup
 604  
     private String _onmouseup;
 605  
     
 606  
     public String getOnmouseup()
 607  
     {
 608  0
         if (_onmouseup != null)
 609  
         {
 610  0
             return _onmouseup;
 611  
         }
 612  0
         ValueExpression vb = getValueExpression("onmouseup");
 613  0
         if (vb != null)
 614  
         {
 615  0
             return (String) vb.getValue(getFacesContext().getELContext());
 616  
         }
 617  0
         return null;
 618  
     }
 619  
 
 620  
     public void setOnmouseup(String onmouseup)
 621  
     {
 622  0
         this._onmouseup = onmouseup;
 623  0
     }
 624  
     // Property: dir
 625  
     private String _dir;
 626  
     
 627  
     public String getDir()
 628  
     {
 629  0
         if (_dir != null)
 630  
         {
 631  0
             return _dir;
 632  
         }
 633  0
         ValueExpression vb = getValueExpression("dir");
 634  0
         if (vb != null)
 635  
         {
 636  0
             return (String) vb.getValue(getFacesContext().getELContext());
 637  
         }
 638  0
         return null;
 639  
     }
 640  
 
 641  
     public void setDir(String dir)
 642  
     {
 643  0
         this._dir = dir;
 644  0
     }
 645  
     // Property: lang
 646  
     private String _lang;
 647  
     
 648  
     public String getLang()
 649  
     {
 650  0
         if (_lang != null)
 651  
         {
 652  0
             return _lang;
 653  
         }
 654  0
         ValueExpression vb = getValueExpression("lang");
 655  0
         if (vb != null)
 656  
         {
 657  0
             return (String) vb.getValue(getFacesContext().getELContext());
 658  
         }
 659  0
         return null;
 660  
     }
 661  
 
 662  
     public void setLang(String lang)
 663  
     {
 664  0
         this._lang = lang;
 665  0
     }
 666  
     // Property: title
 667  
     private String _title;
 668  
     
 669  
     public String getTitle()
 670  
     {
 671  0
         if (_title != null)
 672  
         {
 673  0
             return _title;
 674  
         }
 675  0
         ValueExpression vb = getValueExpression("title");
 676  0
         if (vb != null)
 677  
         {
 678  0
             return (String) vb.getValue(getFacesContext().getELContext());
 679  
         }
 680  0
         return null;
 681  
     }
 682  
 
 683  
     public void setTitle(String title)
 684  
     {
 685  0
         this._title = title;
 686  0
     }
 687  
 
 688  
     @Override
 689  
     public Object saveState(FacesContext facesContext)
 690  
     {
 691  0
         Object[] values = new Object[33];
 692  0
         values[0] = super.saveState(facesContext);
 693  0
         values[1] = _bgcolor;
 694  0
         values[2] = Integer.valueOf(_border);
 695  0
         values[3] = Boolean.valueOf(_borderSet);
 696  0
         values[4] = _cellpadding;
 697  0
         values[5] = _cellspacing;
 698  0
         values[6] = _columnClasses;
 699  0
         values[7] = Integer.valueOf(_columns);
 700  0
         values[8] = Boolean.valueOf(_columnsSet);
 701  0
         values[9] = _footerClass;
 702  0
         values[10] = _frame;
 703  0
         values[11] = _headerClass;
 704  0
         values[12] = _rowClasses;
 705  0
         values[13] = _rules;
 706  0
         values[14] = _summary;
 707  0
         values[15] = _width;
 708  0
         values[16] = _captionClass;
 709  0
         values[17] = _captionStyle;
 710  0
         values[18] = _style;
 711  0
         values[19] = _styleClass;
 712  0
         values[20] = _onclick;
 713  0
         values[21] = _ondblclick;
 714  0
         values[22] = _onkeydown;
 715  0
         values[23] = _onkeypress;
 716  0
         values[24] = _onkeyup;
 717  0
         values[25] = _onmousedown;
 718  0
         values[26] = _onmousemove;
 719  0
         values[27] = _onmouseout;
 720  0
         values[28] = _onmouseover;
 721  0
         values[29] = _onmouseup;
 722  0
         values[30] = _dir;
 723  0
         values[31] = _lang;
 724  0
         values[32] = _title;
 725  0
         return values; 
 726  
     }
 727  
 
 728  
     @Override
 729  
     public void restoreState(FacesContext facesContext, Object state)
 730  
     {
 731  0
         Object[] values = (Object[])state;
 732  0
         super.restoreState(facesContext,values[0]);
 733  0
         _bgcolor = (java.lang.String) values[1];
 734  0
         _border = ((Integer) values[2]).intValue();
 735  0
         _borderSet = ((Boolean) values[3]).booleanValue();
 736  0
         _cellpadding = (java.lang.String) values[4];
 737  0
         _cellspacing = (java.lang.String) values[5];
 738  0
         _columnClasses = (java.lang.String) values[6];
 739  0
         _columns = ((Integer) values[7]).intValue();
 740  0
         _columnsSet = ((Boolean) values[8]).booleanValue();
 741  0
         _footerClass = (java.lang.String) values[9];
 742  0
         _frame = (java.lang.String) values[10];
 743  0
         _headerClass = (java.lang.String) values[11];
 744  0
         _rowClasses = (java.lang.String) values[12];
 745  0
         _rules = (java.lang.String) values[13];
 746  0
         _summary = (java.lang.String) values[14];
 747  0
         _width = (java.lang.String) values[15];
 748  0
         _captionClass = (java.lang.String) values[16];
 749  0
         _captionStyle = (java.lang.String) values[17];
 750  0
         _style = (java.lang.String) values[18];
 751  0
         _styleClass = (java.lang.String) values[19];
 752  0
         _onclick = (java.lang.String) values[20];
 753  0
         _ondblclick = (java.lang.String) values[21];
 754  0
         _onkeydown = (java.lang.String) values[22];
 755  0
         _onkeypress = (java.lang.String) values[23];
 756  0
         _onkeyup = (java.lang.String) values[24];
 757  0
         _onmousedown = (java.lang.String) values[25];
 758  0
         _onmousemove = (java.lang.String) values[26];
 759  0
         _onmouseout = (java.lang.String) values[27];
 760  0
         _onmouseover = (java.lang.String) values[28];
 761  0
         _onmouseup = (java.lang.String) values[29];
 762  0
         _dir = (java.lang.String) values[30];
 763  0
         _lang = (java.lang.String) values[31];
 764  0
         _title = (java.lang.String) values[32];
 765  0
     }
 766  
 }