org.zeroexchange.web.components.table
Interface RowAction<T>

All Superinterfaces:
Serializable
All Known Implementing Classes:
ParentAwareRowAction

public interface RowAction<T>
extends Serializable

Base class for the row action

Author:
black

Method Summary
 org.apache.wicket.Component getActionComponent(String componentId, T item)
          Is called when action occurred.
 

Method Detail

getActionComponent

org.apache.wicket.Component getActionComponent(String componentId,
                                               T item)
Is called when action occurred. Returns null if action is not allowed.



Copyright © 2013. All Rights Reserved.