OracleJavaScript API Reference for Oracle ADF Faces

 

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

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

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

public class AdfRichPanelDrawer
extends AdfUIShowOne
The panelDrawer 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
AdfRichPanelDrawer()
The panelDrawer control creates, contains and shows a series of items defined by showDetailItem nodes.


Method Summary

public string
getAlignId()
Get function for attribute for 'alignId'.
public string
getContentDelivery()
Get function for attribute for 'contentDelivery'.
public string
getHeight()
Get function for attribute for 'height'.
public string
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public string
getMaximumHeight()
Get function for attribute for 'maximumHeight'.
public string
getMaximumWidth()
Get function for attribute for 'maximumWidth'.
public string
getPosition()
Get function for attribute for 'position'.
public string
getShortDesc()
Get function for attribute for 'shortDesc'.
public string
getShowHandles()
Get function for attribute for 'showHandles'.
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'.
public string
getWidth()
Get function for attribute for 'width'.
public Object
isEventRoot()
Returns true so that events can be limited to within panelDrawer.
public void
setContentDelivery(string newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setHeight(string newHeight)
Set function for attribute 'Height'.
public void
setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setMaximumHeight(string newMaximumHeight)
Set function for attribute 'MaximumHeight'.
public void
setMaximumWidth(string newMaximumWidth)
Set function for attribute 'MaximumWidth'.
public void
setPosition(string newPosition)
Set function for attribute 'Position'.
public void
setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setShowHandles(string newShowHandles)
Set function for attribute 'ShowHandles'.
public void
setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(boolean newVisible)
Set function for attribute 'Visible'.
public void
setWidth(string newWidth)
Set function for attribute 'Width'.


Field Detail


Constructor Detail


AdfRichPanelDrawer

public AdfRichPanelDrawer()

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

Method Detail


getAlignId

public string getAlignId()

Get function for attribute for 'alignId'. 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:
string - AlignId

getContentDelivery

public string getContentDelivery()

Get function for attribute for 'contentDelivery'.

Return:
string - ContentDelivery

getHeight

public string getHeight()

Get function for attribute for 'height'.

Return:
string - Height

getInlineStyle

public string getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
string - InlineStyle

getMaximumHeight

public string getMaximumHeight()

Get function for attribute for 'maximumHeight'.

Return:
string - MaximumHeight

getMaximumWidth

public string getMaximumWidth()

Get function for attribute for 'maximumWidth'.

Return:
string - MaximumWidth

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

getShowHandles

public string getShowHandles()

Get function for attribute for 'showHandles'.

Return:
string - ShowHandles

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

getWidth

public string getWidth()

Get function for attribute for 'width'.

Return:
string - Width

isEventRoot

public Object isEventRoot()

Returns true so that events can be limited to within panelDrawer.

Return:
Object

setContentDelivery

public void setContentDelivery(string newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setHeight

public void setHeight(string newHeight)

Set function for attribute 'Height'.

Parameters:
newHeight    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(string newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setMaximumHeight

public void setMaximumHeight(string newMaximumHeight)

Set function for attribute 'MaximumHeight'.

Parameters:
newMaximumHeight    
Return:
void - No Value returned

setMaximumWidth

public void setMaximumWidth(string newMaximumWidth)

Set function for attribute 'MaximumWidth'.

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

setShowHandles

public void setShowHandles(string newShowHandles)

Set function for attribute 'ShowHandles'.

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

setWidth

public void setWidth(string newWidth)

Set function for attribute 'Width'.

Parameters:
newWidth    
Return:
void - No Value returned

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

 

Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.