org.apache.myfaces.trinidaddemo
Class TestRelativePartialTriggers

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.TestRelativePartialTriggers

public class TestRelativePartialTriggers
extends Object


Nested Class Summary
static class TestRelativePartialTriggers.Person
           
 
Constructor Summary
TestRelativePartialTriggers()
           
 
Method Summary
 String commandButton1_action()
           
 String commandButton1x_action()
           
 String commandButton3_action()
           
 String commandButton4_action()
           
 CoreCommandButton getCommandButton1x()
           
 CoreCommandButton getCommandButton2()
           
 CoreInputText getInputText1()
           
 CoreInputText getInputText2()
           
 CoreInputText getInputText3()
           
 CoreInputText getInputText4()
           
 String getInputText5Value()
           
 CoreOutputText getOutputText1x()
           
 CoreTable getTable1()
           
 CoreTable getTable2()
           
 List<TestRelativePartialTriggers.Person> getTableData()
           
 void input1xChanged(javax.faces.event.ValueChangeEvent vce)
           
 void setCommandButton1x(CoreCommandButton cb1x)
           
 void setCommandButton2(CoreCommandButton cb2)
           
 void setInputText1(CoreInputText inputText1)
           
 void setInputText2(CoreInputText inputText2)
           
 void setInputText3(CoreInputText inputText3)
           
 void setInputText4(CoreInputText inputText4)
           
 void setInputText5Value(String value)
           
 void setOutputText1x(CoreOutputText outputText1x)
           
 void setTable1(CoreTable table1)
           
 void setTable2(CoreTable table2)
           
 void tableRowSelected(SelectionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRelativePartialTriggers

public TestRelativePartialTriggers()
Method Detail

commandButton1_action

public String commandButton1_action()

commandButton3_action

public String commandButton3_action()

setCommandButton2

public void setCommandButton2(CoreCommandButton cb2)

getCommandButton2

public CoreCommandButton getCommandButton2()

setInputText1

public void setInputText1(CoreInputText inputText1)

getInputText1

public CoreInputText getInputText1()

setInputText2

public void setInputText2(CoreInputText inputText2)

getInputText2

public CoreInputText getInputText2()

setInputText3

public void setInputText3(CoreInputText inputText3)

getInputText3

public CoreInputText getInputText3()

setInputText4

public void setInputText4(CoreInputText inputText4)

getInputText4

public CoreInputText getInputText4()

setTable1

public void setTable1(CoreTable table1)

getTable1

public CoreTable getTable1()

setTable2

public void setTable2(CoreTable table2)

getTable2

public CoreTable getTable2()

getTableData

public List<TestRelativePartialTriggers.Person> getTableData()

commandButton4_action

public String commandButton4_action()

getInputText5Value

public String getInputText5Value()

setInputText5Value

public void setInputText5Value(String value)

setOutputText1x

public void setOutputText1x(CoreOutputText outputText1x)

getOutputText1x

public CoreOutputText getOutputText1x()

setCommandButton1x

public void setCommandButton1x(CoreCommandButton cb1x)

getCommandButton1x

public CoreCommandButton getCommandButton1x()

input1xChanged

public void input1xChanged(javax.faces.event.ValueChangeEvent vce)

commandButton1x_action

public String commandButton1x_action()

tableRowSelected

public void tableRowSelected(SelectionEvent se)


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