 JavaScript API Reference for Oracle ADF Faces
JavaScript API Reference for Oracle ADF Faces
org.apache.myjs.trinidad.component
Class AdfUIShowDetail
org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIShowDetail
- Direct Known Subclasses:
- AdfRichShowDetail, AdfRichShowDetailHeader, AdfRichShowDetailItem
public class AdfUIShowDetail
extends Object
showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.
| Constructor Summary | 
| public | 
AdfUIShowDetail()
showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children. | 
- public AdfUIShowDetail()
 - showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children. 
- public boolean getDisclosed()
 - Get function for attribute for 'disclosed'. 
 - 
- Return:
- boolean- Disclosed
 
- public boolean getDisclosedTransient()
 - Get function for attribute for 'disclosedTransient'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server. 
 - 
- Return:
- boolean- DisclosedTransient
 
- public Object getDisclosureListener()
 - Get function for attribute for 'disclosureListener'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server. 
 - 
- Return:
- Object- DisclosureListener
 
- public boolean getImmediate()
 - Get function for attribute for 'immediate'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server. 
 - 
- Return:
- boolean- Immediate
 
- protected Object HandleEvent(AdfBaseEvent event)
 - Overriden to handle panelAccordion and panelTabbed disclosure cases where a disclosure events need to be handed in pairs (one disclosed and one undisclosed). This is always the case for panelTabbed and sometimes the case for panelAccordion. 
 - 
- Parameters:
- 
| event | - | the event on the AdfUIShowDetail component |  
 
- Return:
- Object
 
- protected static Object InitClass()
 - Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. 
 - 
- Return:
- Object
 
- public void setDisclosed(boolean newDisclosed)
 - Set function for attribute 'Disclosed'. 
 - 
- Parameters:
- 
- Return:
- void- No Value returned
 
Generated on 2017.04.19 06:37 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.