OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelSpringboard
extends AdfUIShowOne
The panelSpringboard control creates, contains and shows a series of items defined by showDetailItem nodes.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichPanelSpringboard()
The panelSpringboard control creates, contains and shows a series of items defined by showDetailItem nodes.


Method Summary

public string
getContentDelivery()
Get function for attribute for 'contentDelivery'.
public string
getDisplayMode()
Get function for attribute for 'displayMode'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
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
getShortDesc()
Get function for attribute for 'shortDesc'.
public Object
getSpringboardChangeListener()
Get function for attribute for 'springboardChangeListener'.
public string
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public boolean
getVisible()
Get function for attribute for 'visible'.
protected static Object
InitClass()
public void
setContentDelivery(string newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setDisplayMode(string newDisplayMode)
Set function for attribute 'DisplayMode'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
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
setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setSpringboardChangeListener(Object newSpringboardChangeListener)
Set function for attribute 'SpringboardChangeListener'.
public void
setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichPanelSpringboard

public AdfRichPanelSpringboard()

The panelSpringboard control creates, contains and shows a series of items defined by showDetailItem nodes.

Method Detail


getContentDelivery

public string getContentDelivery()

Get function for attribute for 'contentDelivery'.

Return:
string - ContentDelivery

getDisplayMode

public string getDisplayMode()

Get function for attribute for 'displayMode'.

Return:
string - DisplayMode

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

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

getShortDesc

public string getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
string - ShortDesc

getSpringboardChangeListener

public Object getSpringboardChangeListener()

Get function for attribute for 'springboardChangeListener'.

Return:
Object - SpringboardChangeListener

getStyleClass

public string getStyleClass()

Get function for attribute for 'styleClass'.

Return:
string - StyleClass

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

InitClass

protected static Object InitClass()

Return:
Object

setContentDelivery

public void setContentDelivery(string newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setDisplayMode

public void setDisplayMode(string newDisplayMode)

Set function for attribute 'DisplayMode'.

Parameters:
newDisplayMode    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

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

setShortDesc

public void setShortDesc(string newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setSpringboardChangeListener

public void setSpringboardChangeListener(Object newSpringboardChangeListener)

Set function for attribute 'SpringboardChangeListener'.

Parameters:
newSpringboardChangeListener    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(string newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
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 2015.07.15 10:12 UTC
Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.