org.apache.myfaces.examples.colspanexample
Class Cell

java.lang.Object
  extended by org.apache.myfaces.examples.colspanexample.Cell

public class Cell
extends java.lang.Object


Constructor Summary
Cell(java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
 void setText(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(java.lang.String text)
Method Detail

getText

public java.lang.String getText()

setText

public void setText(java.lang.String text)


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.