OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichShowDetail
extends AdfUIShowDetail
The showDetail provides a means of toggling a group of components between being hidden or shown. If the "prompt" facet is present, the component in the facet will be put next to the disclosure icon. If the prompt facet is not present but either the disclosedText or the undisclosedText attributes are set, then the text in that attribute will be displayed next to the disclosure icon. If the prompt facet is not set but both the disclosedText and undisclosedText attributes are set then the disclosedText will be displayed when disclosed="true" and undisclosedText will be displayed when disclosed="false". If the prompt facet is not set and neither the disclosedText or undisclosedText attributes are set, then the label will default to "Hide" for the disclosed text and "Show" for the undisclosed text. For the purposes of EL, setting disclosedText or undisclosedText to null is the same as not setting the value.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichShowDetail()
The showDetail provides a means of toggling a group of components between being hidden or shown.


Method Summary

public String
getDisclosedText()
Get function for attribute for 'disclosedText'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Array
getPersist()
Get function for attribute for 'persist'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getUndisclosedText()
Get function for attribute for 'undisclosedText'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setDisclosedText(String newDisclosedText)
Set function for attribute 'DisclosedText'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setUndisclosedText(String newUndisclosedText)
Set function for attribute 'UndisclosedText'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.


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

getDisclosed, getDisclosedTransient, getDisclosureListener, getImmediate, HandleEvent, InitClass, setDisclosed


Field Detail


Constructor Detail


AdfRichShowDetail

public AdfRichShowDetail()

The showDetail provides a means of toggling a group of components between being hidden or shown. If the "prompt" facet is present, the component in the facet will be put next to the disclosure icon. If the prompt facet is not present but either the disclosedText or the undisclosedText attributes are set, then the text in that attribute will be displayed next to the disclosure icon. If the prompt facet is not set but both the disclosedText and undisclosedText attributes are set then the disclosedText will be displayed when disclosed="true" and undisclosedText will be displayed when disclosed="false". If the prompt facet is not set and neither the disclosedText or undisclosedText attributes are set, then the label will default to "Hide" for the disclosed text and "Show" for the undisclosed text. For the purposes of EL, setting disclosedText or undisclosedText to null is the same as not setting the value.

Method Detail


getDisclosedText

public String getDisclosedText()

Get function for attribute for 'disclosedText'.

Return:
String - DisclosedText

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

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

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getUndisclosedText

public String getUndisclosedText()

Get function for attribute for 'undisclosedText'.

Return:
String - UndisclosedText

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

setDisclosedText

public void setDisclosedText(String newDisclosedText)

Set function for attribute 'DisclosedText'.

Parameters:
newDisclosedText    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
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

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setUndisclosedText

public void setUndisclosedText(String newUndisclosedText)

Set function for attribute 'UndisclosedText'.

Parameters:
newUndisclosedText    
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 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.