org.apache.myfaces.trinidaddemo
Class DemoShowDetailDisclosureBean

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

public class DemoShowDetailDisclosureBean
extends Object


Constructor Summary
DemoShowDetailDisclosureBean()
           
 
Method Summary
 String getDisclosureKey()
           
 List<String> getKeys()
           
 void handleDisclosure(DisclosureEvent event)
           
 void setDisclosureKey(String disclosureKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemoShowDetailDisclosureBean

public DemoShowDetailDisclosureBean()
Method Detail

getKeys

public List<String> getKeys()

handleDisclosure

public void handleDisclosure(DisclosureEvent event)

setDisclosureKey

public void setDisclosureKey(String disclosureKey)

getDisclosureKey

public String getDisclosureKey()


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