org.apache.myfaces.examples.colspanexample
Class Cell

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

public class Cell
extends Object


Constructor Summary
Cell(String text)
           
 
Method Summary
 String getText()
           
 void setText(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(String text)
Method Detail

getText

public String getText()

setText

public void setText(String text)


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