info.magnolia.pages.app.action
Class SortComponentAction

java.lang.Object
  extended by info.magnolia.ui.api.action.AbstractAction<SortComponentActionDefinition>
      extended by info.magnolia.pages.app.action.SortComponentAction
All Implemented Interfaces:
Action

public class SortComponentAction
extends AbstractAction<SortComponentActionDefinition>

Action for sorting components inside an area.


Constructor Summary
SortComponentAction(SortComponentActionDefinition definition, AreaElement areaElement, info.magnolia.event.EventBus eventBus)
           
 
Method Summary
 void execute()
          Executes the action.
 
Methods inherited from class info.magnolia.ui.api.action.AbstractAction
getDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortComponentAction

@Inject
public SortComponentAction(SortComponentActionDefinition definition,
                                  AreaElement areaElement,
                                  @Named(value="subapp")
                                  info.magnolia.event.EventBus eventBus)
Method Detail

execute

public void execute()
             throws ActionExecutionException
Description copied from interface: Action
Executes the action.

Throws:
ActionExecutionException - if an error occurs performing the action


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.