org.apache.myfaces.examples.util
Class LocalizedSelectItem

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by org.apache.myfaces.examples.util.LocalizedSelectItem
All Implemented Interfaces:
Serializable

public class LocalizedSelectItem
extends javax.faces.model.SelectItem

DOCUMENT ME!

Version:
$Revision: 472610 $ $Date: 2006-11-08 14:46:34 -0500 (Wed, 08 Nov 2006) $
Author:
Thomas Spiegl (latest modification by $Author: grantsmith $)
See Also:
Serialized Form

Constructor Summary
LocalizedSelectItem(Object value, String key)
           
LocalizedSelectItem(String key)
           
 
Method Summary
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, setDescription, setDisabled, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalizedSelectItem

public LocalizedSelectItem(String key)

LocalizedSelectItem

public LocalizedSelectItem(Object value,
                           String key)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.