org.apache.myfaces.trinidaddemo
Class ColorBean

java.lang.Object
  extended by 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

Constructor Summary
ColorBean()
           
 
Method Summary
 Color[] getColorArray()
           
 List<Color> getColorList()
           
 Color getColorValue1()
           
 Color getColorValue2()
           
 Color getColorValue3()
           
 Color getColorValue4()
           
 void setColorValue1(Color colorValue)
           
 void setColorValue2(Color colorValue)
           
 void setColorValue3(Color colorValue)
           
 void setColorValue4(Color colorValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorBean

public ColorBean()
Method Detail

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.