org.bejug.javacareers.common.view.jsf.jsftab
Class TabbedPanelI18n

java.lang.Object
  extended bycom.jsftab.model.TabbedPanel
      extended byorg.bejug.javacareers.common.view.jsf.jsftab.TabbedPanelI18n

public class TabbedPanelI18n
extends com.jsftab.model.TabbedPanel

This class inherits from TabbedPanel and ads some I18N to the TabbedPanel by using inheritance the original jar remains unchanged. This way you can update the jar without having to modify all changes made.

Version:
$Revision: 1.6 $ - $Date: 2005/12/20 15:36:46 $
Author:
Sven Schauwvliege (last modified by $Author: shally $)

Field Summary
 
Fields inherited from class com.jsftab.model.TabbedPanel
actor, security, tabs
 
Constructor Summary
TabbedPanelI18n()
          default constructor
 
Method Summary
 java.lang.String getMessageIfMessage(java.lang.String msg)
          see if the message is a I18N key, if so return the value if not return the msg.
 void setConfigure(java.lang.String configure)
           
 
Methods inherited from class com.jsftab.model.TabbedPanel
activateTab, getActor, getTab, getTabs, setActor, setSecurityClass, setTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabbedPanelI18n

public TabbedPanelI18n()
default constructor

Method Detail

setConfigure

public void setConfigure(java.lang.String configure)
Parameters:
configure - is configure
See Also:
TabbedPanel.setConfigure(java.lang.String)

getMessageIfMessage

public java.lang.String getMessageIfMessage(java.lang.String msg)
see if the message is a I18N key, if so return the value if not return the msg.

Parameters:
msg - the message
Returns:
Returns the message.


Copyright © 2005-2006 BeJUG. All Rights Reserved.