org.apache.myfaces.examples.listexample
Class ColumnHeader
java.lang.Object
org.apache.myfaces.examples.listexample.ColumnHeader
public class ColumnHeader
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnHeader
public ColumnHeader()
ColumnHeader
public ColumnHeader(String label,
String width,
boolean editable)
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 © 2010 The Apache Software Foundation. All Rights Reserved.