OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.component.AdfUIDialog
         |
         +--oracle.adf.view.js.component.rich.AdfRichDialog

public class AdfRichDialog
extends AdfUIDialog
A dialog component that displays its children in a window and delivers DialogEvents when OK, Yes, No and Cancel buttons are activated.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichDialog()
A dialog component that displays its children in a window and delivers DialogEvents when OK, Yes, No and Cancel buttons are activated.


Method Summary

public String
getAffirmativeTextAndAccessKey()
Get function for attribute for 'affirmativeTextAndAccessKey'.
public String
getCancelTextAndAccessKey()
Get function for attribute for 'cancelTextAndAccessKey'.
public Boolean
getCancelVisible()
Get function for attribute for 'cancelVisible'.
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
getNoTextAndAccessKey()
Get function for attribute for 'noTextAndAccessKey'.
public Boolean
getOkVisible()
Get function for attribute for 'okVisible'.
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 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
setAffirmativeTextAndAccessKey(String newAffirmativeTextAndAccessKey)
Set function for attribute 'AffirmativeTextAndAccessKey'.
public void
setCancelTextAndAccessKey(String newCancelTextAndAccessKey)
Set function for attribute 'CancelTextAndAccessKey'.
public void
setCancelVisible(Boolean newCancelVisible)
Set function for attribute 'CancelVisible'.
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
setNoTextAndAccessKey(String newNoTextAndAccessKey)
Set function for attribute 'NoTextAndAccessKey'.
public void
setOkVisible(Boolean newOkVisible)
Set function for attribute 'OkVisible'.
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'.
public void
setType(String newType)
Set function for attribute 'Type'.


Methods inherited from oracle.adf.view.js.component.AdfUIDialog

getDialogListener, HandleEvent


Field Detail


Constructor Detail


AdfRichDialog

public AdfRichDialog()

A dialog component that displays its children in a window and delivers DialogEvents when OK, Yes, No and Cancel buttons are activated.

Method Detail


getAffirmativeTextAndAccessKey

public String getAffirmativeTextAndAccessKey()

Get function for attribute for 'affirmativeTextAndAccessKey'.

Return:
String - AffirmativeTextAndAccessKey

getCancelTextAndAccessKey

public String getCancelTextAndAccessKey()

Get function for attribute for 'cancelTextAndAccessKey'.

Return:
String - CancelTextAndAccessKey

getCancelVisible

public Boolean getCancelVisible()

Get function for attribute for 'cancelVisible'.

Return:
Boolean - CancelVisible

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

getNoTextAndAccessKey

public String getNoTextAndAccessKey()

Get function for attribute for 'noTextAndAccessKey'.

Return:
String - NoTextAndAccessKey

getOkVisible

public Boolean getOkVisible()

Get function for attribute for 'okVisible'.

Return:
Boolean - OkVisible

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

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

setAffirmativeTextAndAccessKey

public void setAffirmativeTextAndAccessKey(String newAffirmativeTextAndAccessKey)

Set function for attribute 'AffirmativeTextAndAccessKey'.

Parameters:
newAffirmativeTextAndAccessKey    
Return:
void - No Value returned

setCancelTextAndAccessKey

public void setCancelTextAndAccessKey(String newCancelTextAndAccessKey)

Set function for attribute 'CancelTextAndAccessKey'.

Parameters:
newCancelTextAndAccessKey    
Return:
void - No Value returned

setCancelVisible

public void setCancelVisible(Boolean newCancelVisible)

Set function for attribute 'CancelVisible'.

Parameters:
newCancelVisible    
Return:
void - No Value returned

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

setNoTextAndAccessKey

public void setNoTextAndAccessKey(String newNoTextAndAccessKey)

Set function for attribute 'NoTextAndAccessKey'.

Parameters:
newNoTextAndAccessKey    
Return:
void - No Value returned

setOkVisible

public void setOkVisible(Boolean newOkVisible)

Set function for attribute 'OkVisible'.

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

setType

public void setType(String newType)

Set function for attribute 'Type'.

Parameters:
newType    
Return:
void - No Value returned

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

 

Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.