com.arsdigita.cms.ui
Class ImageBrowser.LinkActionListener

java.lang.Object
  extended bycom.arsdigita.bebop.event.TableActionAdapter
      extended bycom.arsdigita.cms.ui.ImageBrowser.LinkActionListener
All Implemented Interfaces:
EventListener, com.arsdigita.bebop.event.TableActionListener
Enclosing class:
ImageBrowser

public abstract static class ImageBrowser.LinkActionListener
extends com.arsdigita.bebop.event.TableActionAdapter

An action listener that only gets fired when the "select" link is clicked. Child classes should override the linkClicked method.


Field Summary
 
Fields inherited from class com.arsdigita.bebop.event.TableActionAdapter
versionId
 
Constructor Summary
ImageBrowser.LinkActionListener()
           
 
Method Summary
 void cellSelected(com.arsdigita.bebop.event.TableActionEvent e)
           
abstract  void deleteClicked(com.arsdigita.bebop.PageState state, BigDecimal imageId)
           
abstract  void linkClicked(com.arsdigita.bebop.PageState state, BigDecimal imageId)
           
 
Methods inherited from class com.arsdigita.bebop.event.TableActionAdapter
headSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageBrowser.LinkActionListener

public ImageBrowser.LinkActionListener()
Method Detail

cellSelected

public void cellSelected(com.arsdigita.bebop.event.TableActionEvent e)

linkClicked

public abstract void linkClicked(com.arsdigita.bebop.PageState state,
                                 BigDecimal imageId)

deleteClicked

public abstract void deleteClicked(com.arsdigita.bebop.PageState state,
                                   BigDecimal imageId)


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