org.zeroexchange.web.components.table
Class ParentAwareRowAction<T>

java.lang.Object
  extended by org.zeroexchange.web.components.table.ParentAwareRowAction<T>
All Implemented Interfaces:
Serializable, ParentAware, RowAction<T>

public abstract class ParentAwareRowAction<T>
extends Object
implements RowAction<T>, ParentAware

Author:
black
See Also:
Serialized Form

Field Summary
protected  org.apache.wicket.Component tableComponent
           
 
Constructor Summary
ParentAwareRowAction()
           
 
Method Summary
 void setParent(org.apache.wicket.Component tableComponent)
          Data dable injector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.zeroexchange.web.components.table.RowAction
getActionComponent
 

Field Detail

tableComponent

protected org.apache.wicket.Component tableComponent
Constructor Detail

ParentAwareRowAction

public ParentAwareRowAction()
Method Detail

setParent

public void setParent(org.apache.wicket.Component tableComponent)
Description copied from interface: ParentAware
Data dable injector.

Specified by:
setParent in interface ParentAware


Copyright © 2013. All Rights Reserved.