OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIShowDetail()
showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.


Method Summary

public Boolean
getDisclosed()
Get function for attribute for 'disclosed'.
public Boolean
getDisclosedTransient()
Get function for attribute for 'disclosedTransient'.
public Object
getDisclosureListener()
Get function for attribute for 'disclosureListener'.
public Boolean
getImmediate()
Get function for attribute for '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).
protected static Object
InitClass()
Copyright (c) 2008, 2010, Oracle and/or its affiliates.
public void
setDisclosed(Boolean newDisclosed)
Set function for attribute 'Disclosed'.


Field Detail


Constructor Detail


AdfUIShowDetail

public AdfUIShowDetail()

showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.

Method Detail


getDisclosed

public Boolean getDisclosed()

Get function for attribute for 'disclosed'.

Return:
Boolean - Disclosed

getDisclosedTransient

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

getDisclosureListener

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

getImmediate

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

HandleEvent

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

InitClass

protected static Object InitClass()

Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.

Return:
Object

setDisclosed

public void setDisclosed(Boolean newDisclosed)

Set function for attribute 'Disclosed'.

Parameters:
newDisclosed    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.