|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidaddemo.change.ChangeBean
public class ChangeBean
Managed bean for Change persistence demos.
| 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 |
|---|
public ChangeBean()
| Method Detail |
|---|
public void modifyObjectImage(javax.faces.event.ActionEvent event)
public void modifyPanelBox(javax.faces.event.ActionEvent event)
public void modifyColumn(javax.faces.event.ActionEvent event)
public void modifyInputText(javax.faces.event.ActionEvent event)
public void appendChildToDocument(javax.faces.event.ActionEvent event)
public void appendChild(javax.faces.event.ActionEvent event)
public void addFacet(javax.faces.event.ActionEvent event)
public void reorderChildren(javax.faces.event.ActionEvent event)
public void removeChildren(javax.faces.event.ActionEvent event)
public void removeFacets(javax.faces.event.ActionEvent event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||