org.edorasframework.portletfaces.bean.backing
Class PortletPreferencesForm

java.lang.Object
  extended by org.edorasframework.portletfaces.bean.backing.PortletPreferencesForm

public class PortletPreferencesForm
extends Object

This is a JSF backing bean that provides convenient ActionListener method signatures for resetting/storing portlet preferences in portlet EDIT mode.

Author:
"Neil Griffin", mimacom ag

Constructor Summary
PortletPreferencesForm()
           
 
Method Summary
 PortletPreferenceMap getPortletPreferenceMap()
           
 void reset(javax.faces.event.ActionEvent actionEvent)
          JSF actionListener that makes it convenient to reset all portlet preferences to their default values.
 String resetAction()
          JSF action that makes it convenient to reset all portlet preferences to their default values.
 void setPortletPreferenceMap(PortletPreferenceMap portletPreferenceMap)
           
 void submit(javax.faces.event.ActionEvent actionEvent)
          JSF actionListener that makes it convenient to store all portlet preference values.
 String submitAction()
          JSF action thatmakes it convenient to store all portlet preference values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletPreferencesForm

public PortletPreferencesForm()
Method Detail

reset

public void reset(javax.faces.event.ActionEvent actionEvent)
JSF actionListener that makes it convenient to reset all portlet preferences to their default values.


resetAction

public String resetAction()
JSF action that makes it convenient to reset all portlet preferences to their default values.


submit

public void submit(javax.faces.event.ActionEvent actionEvent)
JSF actionListener that makes it convenient to store all portlet preference values.


submitAction

public String submitAction()
JSF action thatmakes it convenient to store all portlet preference values.


getPortletPreferenceMap

public PortletPreferenceMap getPortletPreferenceMap()

setPortletPreferenceMap

public void setPortletPreferenceMap(PortletPreferenceMap portletPreferenceMap)


Copyright 2009, http://www.edorasframework.org