OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelTabbed
extends AdfUIShowOne
The panelTabbed 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
AdfRichPanelTabbed()
The panelTabbed 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
getDimensionsFrom()
Get function for attribute for 'dimensionsFrom'.
public string
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public string
getMaxTabSize()
Get function for attribute for 'maxTabSize'.
public string
getMinTabSize()
Get function for attribute for 'minTabSize'.
public string
getPosition()
Get function for attribute for 'position'.
public string
getShortDesc()
Get function for attribute for 'shortDesc'.
public string
getStyleClass()
Get function for attribute for 'styleClass'.
public string
getTabRemoval()
Get function for attribute for 'tabRemoval'.
public string
getTruncationStyle()
Get function for attribute for 'truncationStyle'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public boolean
getVisible()
Get function for attribute for 'visible'.
public void
setContentDelivery(string newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setDimensionsFrom(string newDimensionsFrom)
Set function for attribute 'DimensionsFrom'.
public void
setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMaxTabSize(string newMaxTabSize)
Set function for attribute 'MaxTabSize'.
public void
setMinTabSize(string newMinTabSize)
Set function for attribute 'MinTabSize'.
public void
setPosition(string newPosition)
Set function for attribute 'Position'.
public void
setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
public void
setTabRemoval(string newTabRemoval)
Set function for attribute 'TabRemoval'.
public void
setTruncationStyle(string newTruncationStyle)
Set function for attribute 'TruncationStyle'.
public void
setVisible(boolean newVisible)
Set function for attribute 'Visible'.


Field Detail


Constructor Detail


AdfRichPanelTabbed

public AdfRichPanelTabbed()

The panelTabbed 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

getDimensionsFrom

public string getDimensionsFrom()

Get function for attribute for 'dimensionsFrom'.

Return:
string - DimensionsFrom

getInlineStyle

public string getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
string - InlineStyle

getMaxTabSize

public string getMaxTabSize()

Get function for attribute for 'maxTabSize'.

Return:
string - MaxTabSize

getMinTabSize

public string getMinTabSize()

Get function for attribute for 'minTabSize'.

Return:
string - MinTabSize

getPosition

public string getPosition()

Get function for attribute for 'position'.

Return:
string - Position

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

getTabRemoval

public string getTabRemoval()

Get function for attribute for 'tabRemoval'.

Return:
string - TabRemoval

getTruncationStyle

public string getTruncationStyle()

Get function for attribute for 'truncationStyle'.

Return:
string - TruncationStyle

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

setContentDelivery

public void setContentDelivery(string newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setDimensionsFrom

public void setDimensionsFrom(string newDimensionsFrom)

Set function for attribute 'DimensionsFrom'.

Parameters:
newDimensionsFrom    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(string newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setMaxTabSize

public void setMaxTabSize(string newMaxTabSize)

Set function for attribute 'MaxTabSize'.

Parameters:
newMaxTabSize    
Return:
void - No Value returned

setMinTabSize

public void setMinTabSize(string newMinTabSize)

Set function for attribute 'MinTabSize'.

Parameters:
newMinTabSize    
Return:
void - No Value returned

setPosition

public void setPosition(string newPosition)

Set function for attribute 'Position'.

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

setTabRemoval

public void setTabRemoval(string newTabRemoval)

Set function for attribute 'TabRemoval'.

Parameters:
newTabRemoval    
Return:
void - No Value returned

setTruncationStyle

public void setTruncationStyle(string newTruncationStyle)

Set function for attribute 'TruncationStyle'.

Parameters:
newTruncationStyle    
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 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.