org.apache.myfaces.trinidaddemo
Class ColorBean
java.lang.Object
org.apache.myfaces.trinidaddemo.ColorBean
- All Implemented Interfaces:
- Serializable
public class ColorBean
- extends Object
- implements Serializable
Managed bean for color component demos.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-demo/src/main/java/oracle/adfdemo/view/faces/ColorBean.java#1 $) $Date: 16-aug-2005.15:12:27 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColorBean
public ColorBean()
getColorValue1
public Color getColorValue1()
setColorValue1
public void setColorValue1(Color colorValue)
getColorValue2
public Color getColorValue2()
setColorValue2
public void setColorValue2(Color colorValue)
getColorValue3
public Color getColorValue3()
setColorValue3
public void setColorValue3(Color colorValue)
getColorValue4
public Color getColorValue4()
setColorValue4
public void setColorValue4(Color colorValue)
getColorArray
public Color[] getColorArray()
getColorList
public List<Color> getColorList()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.