JavaScript API Reference for Oracle ADF Faces
oracle.adf.view.js.component.rich.output
Class AdfRichPanelCollection
org.ecmascript.object.Object
|
+--org.apache.myjs.trinidad.component.AdfUIDecorateCollection
|
+--oracle.adf.view.js.component.rich.output.AdfRichPanelCollection
public class AdfRichPanelCollection
extends AdfUIDecorateCollection
A panel component that aggregates collection components like table, treeTable and tree to display standard/application menus, toolbars and statusbar items.
Constructor Summary
|
public |
AdfRichPanelCollection()
-
A panel component that aggregates collection components like table, treeTable and tree to display standard/application menus, toolbars and statusbar items.
|
public AdfRichPanelCollection()
A panel component that aggregates collection components like table, treeTable and tree to display standard/application menus, toolbars and statusbar items.
public string getInlineStyle()
Get function for attribute for 'inlineStyle'.
- Return:
string
- InlineStyle
public string getShortDesc()
Get function for attribute for 'shortDesc'.
- Return:
string
- ShortDesc
public string getStyleClass()
Get function for attribute for 'styleClass'.
- Return:
string
- StyleClass
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
public boolean getVisible()
Get function for attribute for 'visible'.
- Return:
boolean
- Visible
public Object isEventRoot()
Returns true so that events can be limited to within panelCollection.
- Return:
Object
public void setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
- Parameters:
-
- Return:
void
- No Value returned
public void setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
- Parameters:
-
- Return:
void
- No Value returned
public void setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
- Parameters:
-
- Return:
void
- No Value returned
public void setVisible(boolean newVisible)
Set function for attribute 'Visible'.
- Parameters:
-
- Return:
void
- No Value returned
Generated on 2013.04.22 20:17 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.