com.arsdigita.cms.contenttypes.ui.mparticle
Class SectionTable.SectionTableModel

java.lang.Object
  extended bycom.arsdigita.cms.contenttypes.ui.mparticle.SectionTable.SectionTableModel
All Implemented Interfaces:
com.arsdigita.bebop.table.TableModel
Enclosing class:
SectionTable

protected class SectionTable.SectionTableModel
extends Object
implements com.arsdigita.bebop.table.TableModel


Field Summary
 
Fields inherited from interface com.arsdigita.bebop.table.TableModel
versionId
 
Constructor Summary
SectionTable.SectionTableModel(com.arsdigita.bebop.Table table, com.arsdigita.bebop.PageState state, MultiPartArticle article, com.arsdigita.cms.ItemSelectionModel moveSection)
          Constructor.
 
Method Summary
 int getColumnCount()
          Return the number of columsn this TableModel has.
 Object getElementAt(int columnIndex)
          Return the data element for the given column and the current row.
 Object getKeyAt(int columnIndex)
          Return the key for the given column and the current row.
 boolean nextRow()
          Move to the next row and return true if the model is now positioned on a valid row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionTable.SectionTableModel

public SectionTable.SectionTableModel(com.arsdigita.bebop.Table table,
                                      com.arsdigita.bebop.PageState state,
                                      MultiPartArticle article,
                                      com.arsdigita.cms.ItemSelectionModel moveSection)
Constructor.

Method Detail

getColumnCount

public int getColumnCount()
Return the number of columsn this TableModel has.

Specified by:
getColumnCount in interface com.arsdigita.bebop.table.TableModel

nextRow

public boolean nextRow()
Move to the next row and return true if the model is now positioned on a valid row.

Specified by:
nextRow in interface com.arsdigita.bebop.table.TableModel

getElementAt

public Object getElementAt(int columnIndex)
Return the data element for the given column and the current row.

Specified by:
getElementAt in interface com.arsdigita.bebop.table.TableModel

getKeyAt

public Object getKeyAt(int columnIndex)
Return the key for the given column and the current row.

Specified by:
getKeyAt in interface com.arsdigita.bebop.table.TableModel


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:0019 UTC