org.nakedobjects.plugins.html.component
Interface Table
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- HtmlTable
public interface Table
- extends Component
| Methods inherited from interface org.nakedobjects.plugins.html.component.Component |
write |
setSummary
void setSummary(java.lang.String string)
addColumnHeader
void addColumnHeader(java.lang.String name)
addRowHeader
void addRowHeader(Component component)
addCell
void addCell(java.lang.String string,
boolean truncate)
addCell
void addCell(Component component)
addEmptyCell
void addEmptyCell()
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.