RichFaces Photoalbum 4.3.5.Final

org.richfaces.photoalbum.ui
Class Help

java.lang.Object
  extended by org.richfaces.photoalbum.ui.Help

@Named
@RequestScoped
public class Help
extends Object

Convenience UI class for application help system

Author:
Andrey Markhel

Constructor Summary
Help()
           
 
Method Summary
 String getPage()
           
 boolean isShowHelp()
          Convenience method to determine is there need to render application help system.
 void navigateTo(String src)
          Convenience method to show specified page with help info in modal panel
 void setPage(String page)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Help

public Help()
Method Detail

getPage

public String getPage()

setPage

public void setPage(String page)

navigateTo

public void navigateTo(String src)
Convenience method to show specified page with help info in modal panel

Parameters:
src - - page to show

isShowHelp

public boolean isShowHelp()
Convenience method to determine is there need to render application help system.

Parameters:
src - - page to show

RichFaces Photoalbum 4.3.5.Final

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