Uses of Class
org.ujorm.wicket.component.grid.CommonAction

Packages that use CommonAction
org.ujorm.wicket.component.grid   
 

Uses of CommonAction in org.ujorm.wicket.component.grid
 

Methods in org.ujorm.wicket.component.grid that return CommonAction
static CommonAction[] CommonAction.of(String... actions)
          A common action factory
 

Methods in org.ujorm.wicket.component.grid with parameters of type CommonAction
<V> void
AbstractDataProvider.add(Key<? super U,V> column, CommonAction... actions)
          Create new instance of an Action Panel using actions from the argument list.
protected  org.apache.wicket.ajax.markup.html.AjaxLink CommonActionPanel.createLink(String id, CommonAction<U> action)
          Create action
protected  void CommonActionPanel.onClick(org.apache.wicket.ajax.AjaxRequestTarget target, CommonAction<U> action)
          On click event
 

Constructors in org.ujorm.wicket.component.grid with parameters of type CommonAction
CommonActionPanel(String id, U row, CommonAction... actions)
           
 



Copyright © 2015. All Rights Reserved.