|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.edorasframework.portletfaces.bean.backing.PortletPreferencesForm
public class PortletPreferencesForm
This is a JSF backing bean that provides convenient ActionListener method signatures for resetting/storing portlet preferences in portlet EDIT mode.
| 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 |
|---|
public PortletPreferencesForm()
| Method Detail |
|---|
public void reset(javax.faces.event.ActionEvent actionEvent)
public String resetAction()
public void submit(javax.faces.event.ActionEvent actionEvent)
public String submitAction()
public PortletPreferenceMap getPortletPreferenceMap()
public void setPortletPreferenceMap(PortletPreferenceMap portletPreferenceMap)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||