com.arsdigita.cms.ui
Interface ImageBrowserModel

All Known Implementing Classes:
DefaultImageBrowserModel, EmptyImageBrowserModel

public interface ImageBrowserModel

The ImageBrowserModel is an abstraction used by the ImageBrowser class in order to display a table of images.


Field Summary
static String versionId
           
 
Method Summary
 String getActionLabel()
           
 ImageAsset getImageAsset()
           
 boolean nextRow()
          Advance to the next row, if possible
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

nextRow

public boolean nextRow()
Advance to the next row, if possible

Returns:
true if the current row is valid; false if there are no more rows

getImageAsset

public ImageAsset getImageAsset()
Returns:
the current image asset

getActionLabel

public String getActionLabel()
Returns:
the label for the action link


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