OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.layout
Class AdfRichShowDetailHeader

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUIShowDetail
         |
         +--oracle.adf.view.js.component.rich.layout.AdfRichShowDetailHeader

public class AdfRichShowDetailHeader
extends AdfUIShowDetail
The showDetailHeader provides a means of toggling the contents under a header between being disclosed(shown) or undisclosed(hidden).



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichShowDetailHeader()
The showDetailHeader provides a means of toggling the contents under a header between being disclosed(shown) or undisclosed(hidden).


Method Summary

public String
getContentStyle()
Get function for attribute for 'contentStyle'.
public Boolean
getDisclosedTransient()
Get function for attribute for 'disclosedTransient'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getHandleDisclosure()
Get function for attribute for 'handleDisclosure'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getHelpType()
Get function for attribute for 'helpType'.
public String
getIcon()
Get function for attribute for 'icon'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public String
getMessageType()
Get function for attribute for 'messageType'.
public Array
getPersist()
Get function for attribute for 'persist'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Number
getSize()
Get function for attribute for 'size'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getText()
Get function for attribute for 'text'.
public String
getType()
Get function for attribute for 'type'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setContentStyle(String newContentStyle)
Set function for attribute 'ContentStyle'.
public void
setDisclosedTransient(Boolean newDisclosedTransient)
Set function for attribute 'DisclosedTransient'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setHandleDisclosure(String newHandleDisclosure)
Set function for attribute 'HandleDisclosure'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setHelpType(String newHelpType)
Set function for attribute 'HelpType'.
public void
setIcon(String newIcon)
Set function for attribute 'Icon'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMessageType(String newMessageType)
Set function for attribute 'MessageType'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setSize(Number newSize)
Set function for attribute 'Size'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setText(String newText)
Set function for attribute 'Text'.
public void
setType(String newType)
Set function for attribute 'Type'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUIShowDetail

getDisclosed, getDisclosureListener, getImmediate, HandleEvent, InitClass, setDisclosed


Field Detail


Constructor Detail


AdfRichShowDetailHeader

public AdfRichShowDetailHeader()

The showDetailHeader provides a means of toggling the contents under a header between being disclosed(shown) or undisclosed(hidden).

Method Detail


getContentStyle

public String getContentStyle()

Get function for attribute for 'contentStyle'.

Return:
String - ContentStyle

getDisclosedTransient

public Boolean getDisclosedTransient()

Get function for attribute for 'disclosedTransient'.

Return:
Boolean - DisclosedTransient
Overrides:
AdfUIShowDetail.getDisclosedTransient()

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getHandleDisclosure

public String getHandleDisclosure()

Get function for attribute for 'handleDisclosure'.

Return:
String - HandleDisclosure

getHelpTopicId

public String getHelpTopicId()

Get function for attribute for 'helpTopicId'.

Return:
String - HelpTopicId

getHelpType

public String getHelpType()

Get function for attribute for 'helpType'.

Return:
String - HelpType

getIcon

public String getIcon()

Get function for attribute for 'icon'.

Return:
String - Icon

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getMessageType

public String getMessageType()

Get function for attribute for 'messageType'.

Return:
String - MessageType

getPersist

public Array getPersist()

Get function for attribute for 'persist'.

Return:
Array - Persist

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getSize

public Number getSize()

Get function for attribute for 'size'.

Return:
Number - Size

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getText

public String getText()

Get function for attribute for 'text'.

Return:
String - Text

getType

public String getType()

Get function for attribute for 'type'.

Return:
String - Type

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. 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 - Unsecure

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

setContentStyle

public void setContentStyle(String newContentStyle)

Set function for attribute 'ContentStyle'.

Parameters:
newContentStyle    
Return:
void - No Value returned

setDisclosedTransient

public void setDisclosedTransient(Boolean newDisclosedTransient)

Set function for attribute 'DisclosedTransient'.

Parameters:
newDisclosedTransient    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setHandleDisclosure

public void setHandleDisclosure(String newHandleDisclosure)

Set function for attribute 'HandleDisclosure'.

Parameters:
newHandleDisclosure    
Return:
void - No Value returned

setHelpTopicId

public void setHelpTopicId(String newHelpTopicId)

Set function for attribute 'HelpTopicId'.

Parameters:
newHelpTopicId    
Return:
void - No Value returned

setHelpType

public void setHelpType(String newHelpType)

Set function for attribute 'HelpType'.

Parameters:
newHelpType    
Return:
void - No Value returned

setIcon

public void setIcon(String newIcon)

Set function for attribute 'Icon'.

Parameters:
newIcon    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setMessageType

public void setMessageType(String newMessageType)

Set function for attribute 'MessageType'.

Parameters:
newMessageType    
Return:
void - No Value returned

setPersist

public void setPersist(Array newPersist)

Set function for attribute 'Persist'.

Parameters:
newPersist    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setSize

public void setSize(Number newSize)

Set function for attribute 'Size'.

Parameters:
newSize    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setText

public void setText(String newText)

Set function for attribute 'Text'.

Parameters:
newText    
Return:
void - No Value returned

setType

public void setType(String newType)

Set function for attribute 'Type'.

Parameters:
newType    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

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

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.