org.alfresco.web.bean
Class MultiValueEditorBean

java.lang.Object
  extended by org.alfresco.web.bean.MultiValueEditorBean
All Implemented Interfaces:
java.io.Serializable

public class MultiValueEditorBean
extends java.lang.Object
implements java.io.Serializable

Helper bean used to temporarily store the last item added in a multi value editor component. A Map is used so that multiple components on the same page can use the same backing bean.

See Also:
Serialized Form

Constructor Summary
MultiValueEditorBean()
           
 
Method Summary
 java.util.Map getLastItemsAdded()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValueEditorBean

public MultiValueEditorBean()
Method Detail

getLastItemsAdded

public java.util.Map getLastItemsAdded()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.