OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelBox
extends AdfUIPanel
The panelBox is used to place ancillary information on a page, offset by a certain color.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelBox()
The panelBox is used to place ancillary information on a page, offset by a certain color.


Method Summary

public String
getBackground()
Get function for attribute for 'background'.
public String
getContentStyle()
Get function for attribute for 'contentStyle'.
public Boolean
getDisclosed()
Get function for attribute for 'disclosed'.
public Object
getDisclosureListener()
Get function for attribute for 'disclosureListener'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getIcon()
Get function for attribute for 'icon'.
public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Array
getPersist()
Get function for attribute for 'persist'.
public String
getRamp()
Get function for attribute for 'ramp'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public Boolean
getShowDisclosure()
Get function for attribute for 'showDisclosure'.
public String
getShowHeader()
Get function for attribute for 'showHeader'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getText()
Get function for attribute for 'text'.
public String
getTitleHalign()
Get function for attribute for 'titleHalign'.
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'.
protected Object
HandleEvent(Object event)
Copyright (c) 2008, 2009, Oracle and/or its affiliates.
public void
setBackground(String newBackground)
Set function for attribute 'Background'.
public void
setContentStyle(String newContentStyle)
Set function for attribute 'ContentStyle'.
public void
setDisclosed(Boolean newDisclosed)
Set function for attribute 'Disclosed'.
public void
setDisclosureListener(Object newDisclosureListener)
Set function for attribute 'DisclosureListener'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setIcon(String newIcon)
Set function for attribute 'Icon'.
public void
setImmediate(Boolean newImmediate)
Set function for attribute 'Immediate'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setRamp(String newRamp)
Set function for attribute 'Ramp'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowDisclosure(Boolean newShowDisclosure)
Set function for attribute 'ShowDisclosure'.
public void
setShowHeader(String newShowHeader)
Set function for attribute 'ShowHeader'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setText(String newText)
Set function for attribute 'Text'.
public void
setTitleHalign(String newTitleHalign)
Set function for attribute 'TitleHalign'.
public void
setType(String newType)
Set function for attribute 'Type'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
protected Object
UndiscloseAnimationCallback(Object event)


Field Detail


Constructor Detail


AdfRichPanelBox

public AdfRichPanelBox()

The panelBox is used to place ancillary information on a page, offset by a certain color.

Method Detail


getBackground

public String getBackground()

Get function for attribute for 'background'.

Return:
String - Background

getContentStyle

public String getContentStyle()

Get function for attribute for 'contentStyle'.

Return:
String - ContentStyle

getDisclosed

public Boolean getDisclosed()

Get function for attribute for 'disclosed'.

Return:
Boolean - Disclosed

getDisclosureListener

public Object getDisclosureListener()

Get function for attribute for 'disclosureListener'.

Return:
Object - DisclosureListener

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getHelpTopicId

public String getHelpTopicId()

Get function for attribute for 'helpTopicId'.

Return:
String - HelpTopicId

getIcon

public String getIcon()

Get function for attribute for 'icon'.

Return:
String - Icon

getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'.

Return:
Boolean - Immediate

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

getRamp

public String getRamp()

Get function for attribute for 'ramp'.

Return:
String - Ramp

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getShowDisclosure

public Boolean getShowDisclosure()

Get function for attribute for 'showDisclosure'.

Return:
Boolean - ShowDisclosure

getShowHeader

public String getShowHeader()

Get function for attribute for 'showHeader'.

Return:
String - ShowHeader

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

getTitleHalign

public String getTitleHalign()

Get function for attribute for 'titleHalign'.

Return:
String - TitleHalign

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

HandleEvent

protected Object HandleEvent(Object event)

Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. Note: This is a "partial" class, the majority of this class is generated.

Parameters:
event    
Return:
Object

setBackground

public void setBackground(String newBackground)

Set function for attribute 'Background'.

Parameters:
newBackground    
Return:
void - No Value returned

setContentStyle

public void setContentStyle(String newContentStyle)

Set function for attribute 'ContentStyle'.

Parameters:
newContentStyle    
Return:
void - No Value returned

setDisclosed

public void setDisclosed(Boolean newDisclosed)

Set function for attribute 'Disclosed'.

Parameters:
newDisclosed    
Return:
void - No Value returned

setDisclosureListener

public void setDisclosureListener(Object newDisclosureListener)

Set function for attribute 'DisclosureListener'.

Parameters:
newDisclosureListener    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setHelpTopicId

public void setHelpTopicId(String newHelpTopicId)

Set function for attribute 'HelpTopicId'.

Parameters:
newHelpTopicId    
Return:
void - No Value returned

setIcon

public void setIcon(String newIcon)

Set function for attribute 'Icon'.

Parameters:
newIcon    
Return:
void - No Value returned

setImmediate

public void setImmediate(Boolean newImmediate)

Set function for attribute 'Immediate'.

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

setRamp

public void setRamp(String newRamp)

Set function for attribute 'Ramp'.

Parameters:
newRamp    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setShowDisclosure

public void setShowDisclosure(Boolean newShowDisclosure)

Set function for attribute 'ShowDisclosure'.

Parameters:
newShowDisclosure    
Return:
void - No Value returned

setShowHeader

public void setShowHeader(String newShowHeader)

Set function for attribute 'ShowHeader'.

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

setTitleHalign

public void setTitleHalign(String newTitleHalign)

Set function for attribute 'TitleHalign'.

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

UndiscloseAnimationCallback

protected Object UndiscloseAnimationCallback(Object event)

Parameters:
event    
Return:
Object

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.