OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich
Class AdfRichPanelWindow

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

public class AdfRichPanelWindow
extends AdfUIPanel
A panel component that displays its children in a window.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelWindow()
A panel component that displays its children in a window.


Method Summary

public Boolean
getCloseIconVisible()
Get function for attribute for 'closeIconVisible'.
public Number
getContentHeight()
Get function for attribute for 'contentHeight'.
public Number
getContentWidth()
Get function for attribute for 'contentWidth'.
public String
getHelpTopicId()
Get function for attribute for 'helpTopicId'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Boolean
getModal()
Get function for attribute for 'modal'.
public String
getResize()
Get function for attribute for 'resize'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStretchChildren()
Get function for attribute for 'stretchChildren'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getTitle()
Get function for attribute for 'title'.
public String
getTitleIconSource()
Get function for attribute for 'titleIconSource'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public void
setCloseIconVisible(Boolean newCloseIconVisible)
Set function for attribute 'CloseIconVisible'.
public void
setContentHeight(Number newContentHeight)
Set function for attribute 'ContentHeight'.
public void
setContentWidth(Number newContentWidth)
Set function for attribute 'ContentWidth'.
public void
setHelpTopicId(String newHelpTopicId)
Set function for attribute 'HelpTopicId'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setModal(Boolean newModal)
Set function for attribute 'Modal'.
public void
setResize(String newResize)
Set function for attribute 'Resize'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStretchChildren(String newStretchChildren)
Set function for attribute 'StretchChildren'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setTitle(String newTitle)
Set function for attribute 'Title'.
public void
setTitleIconSource(String newTitleIconSource)
Set function for attribute 'TitleIconSource'.


Field Detail


Constructor Detail


AdfRichPanelWindow

public AdfRichPanelWindow()

A panel component that displays its children in a window.

Method Detail


getCloseIconVisible

public Boolean getCloseIconVisible()

Get function for attribute for 'closeIconVisible'.

Return:
Boolean - CloseIconVisible

getContentHeight

public Number getContentHeight()

Get function for attribute for 'contentHeight'.

Return:
Number - ContentHeight

getContentWidth

public Number getContentWidth()

Get function for attribute for 'contentWidth'.

Return:
Number - ContentWidth

getHelpTopicId

public String getHelpTopicId()

Get function for attribute for 'helpTopicId'.

Return:
String - HelpTopicId

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getModal

public Boolean getModal()

Get function for attribute for 'modal'.

Return:
Boolean - Modal

getResize

public String getResize()

Get function for attribute for 'resize'.

Return:
String - Resize

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStretchChildren

public String getStretchChildren()

Get function for attribute for 'stretchChildren'.

Return:
String - StretchChildren

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getTitle

public String getTitle()

Get function for attribute for 'title'.

Return:
String - Title

getTitleIconSource

public String getTitleIconSource()

Get function for attribute for 'titleIconSource'.

Return:
String - TitleIconSource

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'. 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 - Visible

setCloseIconVisible

public void setCloseIconVisible(Boolean newCloseIconVisible)

Set function for attribute 'CloseIconVisible'.

Parameters:
newCloseIconVisible    
Return:
void - No Value returned

setContentHeight

public void setContentHeight(Number newContentHeight)

Set function for attribute 'ContentHeight'.

Parameters:
newContentHeight    
Return:
void - No Value returned

setContentWidth

public void setContentWidth(Number newContentWidth)

Set function for attribute 'ContentWidth'.

Parameters:
newContentWidth    
Return:
void - No Value returned

setHelpTopicId

public void setHelpTopicId(String newHelpTopicId)

Set function for attribute 'HelpTopicId'.

Parameters:
newHelpTopicId    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setModal

public void setModal(Boolean newModal)

Set function for attribute 'Modal'.

Parameters:
newModal    
Return:
void - No Value returned

setResize

public void setResize(String newResize)

Set function for attribute 'Resize'.

Parameters:
newResize    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStretchChildren

public void setStretchChildren(String newStretchChildren)

Set function for attribute 'StretchChildren'.

Parameters:
newStretchChildren    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setTitle

public void setTitle(String newTitle)

Set function for attribute 'Title'.

Parameters:
newTitle    
Return:
void - No Value returned

setTitleIconSource

public void setTitleIconSource(String newTitleIconSource)

Set function for attribute 'TitleIconSource'.

Parameters:
newTitleIconSource    
Return:
void - No Value returned

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.