org.apache.myfaces.examples.listexample
Class ColumnHeader

java.lang.Object
  extended by org.apache.myfaces.examples.listexample.ColumnHeader

public class ColumnHeader
extends Object


Constructor Summary
ColumnHeader()
           
ColumnHeader(String label, String width, boolean editable)
           
 
Method Summary
 String getLabel()
           
 String getWidth()
           
 boolean isEditable()
           
 void setEditable(boolean editable)
           
 void setLabel(String label)
           
 void setWidth(String width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnHeader

public ColumnHeader()

ColumnHeader

public ColumnHeader(String label,
                    String width,
                    boolean editable)
Method Detail

getLabel

public String getLabel()

getWidth

public String getWidth()

isEditable

public boolean isEditable()

setLabel

public void setLabel(String label)

setWidth

public void setWidth(String width)

setEditable

public void setEditable(boolean editable)


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