org.apache.myfaces.trinidaddemo.change
Class ChangeBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.change.ChangeBean

public class ChangeBean
extends Object

Managed bean for Change persistence demos.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-demo/src/main/java/oracle/adfdemo/view/faces/change/ChangeBean.java#1 $) $Date: 16-aug-2005.15:12:29 $

Constructor Summary
ChangeBean()
           
 
Method Summary
 void addFacet(javax.faces.event.ActionEvent event)
          Adds a 'brandingAppContextual' facet to the panelGroup.
 void appendChild(javax.faces.event.ActionEvent event)
          Appends an image child to the panelGroup.
 void appendChildToDocument(javax.faces.event.ActionEvent event)
          Appends an image child to the panelGroup in the underlying JSP document
 void modifyColumn(javax.faces.event.ActionEvent event)
          Modifies the sortable property of the column.
 void modifyInputText(javax.faces.event.ActionEvent event)
          Picks up a string randomly from a list and changes the label attribute value of the inputText.
 void modifyObjectImage(javax.faces.event.ActionEvent event)
          Picks up an image randomly from a list and changes it on the image.
 void modifyPanelBox(javax.faces.event.ActionEvent event)
          Picks up a string randomly from a list and changes the text attribute value of the panelBox.
 void removeChildren(javax.faces.event.ActionEvent event)
          Removes a pair of children, based on some characteristic of the event source.
 void removeFacets(javax.faces.event.ActionEvent event)
          Removes one or more facets, based on some characteristic of the event source.
 void reorderChildren(javax.faces.event.ActionEvent event)
          Reverses the order of children of the panelGroup.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeBean

public ChangeBean()
Method Detail

modifyObjectImage

public void modifyObjectImage(javax.faces.event.ActionEvent event)
Picks up an image randomly from a list and changes it on the image.


modifyPanelBox

public void modifyPanelBox(javax.faces.event.ActionEvent event)
Picks up a string randomly from a list and changes the text attribute value of the panelBox.


modifyColumn

public void modifyColumn(javax.faces.event.ActionEvent event)
Modifies the sortable property of the column.


modifyInputText

public void modifyInputText(javax.faces.event.ActionEvent event)
Picks up a string randomly from a list and changes the label attribute value of the inputText.


appendChildToDocument

public void appendChildToDocument(javax.faces.event.ActionEvent event)
Appends an image child to the panelGroup in the underlying JSP document


appendChild

public void appendChild(javax.faces.event.ActionEvent event)
Appends an image child to the panelGroup.


addFacet

public void addFacet(javax.faces.event.ActionEvent event)
Adds a 'brandingAppContextual' facet to the panelGroup.


reorderChildren

public void reorderChildren(javax.faces.event.ActionEvent event)
Reverses the order of children of the panelGroup.


removeChildren

public void removeChildren(javax.faces.event.ActionEvent event)
Removes a pair of children, based on some characteristic of the event source.


removeFacets

public void removeFacets(javax.faces.event.ActionEvent event)
Removes one or more facets, based on some characteristic of the event source.



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.