RichFaces Photoalbum 4.3.1.CR1

org.richfaces.photoalbum.ui
Class UserPrefsHelper

java.lang.Object
  extended by org.richfaces.photoalbum.ui.UserPrefsHelper
All Implemented Interfaces:
Serializable

@Named
@RequestScoped
public class UserPrefsHelper
extends Object
implements Serializable

Convenience UI class for userPrefs page

Author:
Andrey Markhel
See Also:
Serialized Form

Constructor Summary
UserPrefsHelper()
           
 
Method Summary
 File getAvatarData()
           
 javax.faces.model.SelectItem[] getSexs()
           
 void setAvatarData(File avatarData)
           
 void uploadAvatar(org.richfaces.event.FileUploadEvent event)
          Convenience method invoked after user add avatar and outject avatar to conversation param event - upload event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserPrefsHelper

public UserPrefsHelper()
Method Detail

getSexs

public javax.faces.model.SelectItem[] getSexs()

uploadAvatar

public void uploadAvatar(org.richfaces.event.FileUploadEvent event)
Convenience method invoked after user add avatar and outject avatar to conversation param event - upload event


getAvatarData

public File getAvatarData()

setAvatarData

public void setAvatarData(File avatarData)

RichFaces Photoalbum 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.