Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-05

oracle.alm.view.uicomponents
Class AlmPanelAccordionComponent

java.lang.Object
  extended by oracle.alm.view.uicomponents.AlmComponent
      extended by oracle.alm.view.uicomponents.AlmContainerComponent
          extended by oracle.alm.view.uicomponents.AlmPanelAccordionComponent

public class AlmPanelAccordionComponent
extends AlmContainerComponent


Nested Class Summary
static class AlmPanelAccordionComponent.layoutType
           
 
Field Summary
static java.lang.String DIVIDERLOCATION
           
static java.lang.String LAYOUT
           
 
Fields inherited from class oracle.alm.view.uicomponents.AlmContainerComponent
CONTEXTMENU_MODEL
 
Fields inherited from class oracle.alm.view.uicomponents.AlmComponent
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, VISIBLE
 
Constructor Summary
AlmPanelAccordionComponent()
           
 
Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 int getDividerLocation(AlmELContext elcontext)
           
 java.lang.Enum getLayout(AlmELContext elcontext)
           
 void setDividerLocation(AlmELContext elcontext, int dividerLocation)
           
 void setLayout(AlmELContext elcontext, java.lang.Enum layout)
           
 
Methods inherited from class oracle.alm.view.uicomponents.AlmContainerComponent
getContextMenuModel, setContextMenuModel
 
Methods inherited from class oracle.alm.view.uicomponents.AlmComponent
addAlmScope, addAttributeFromTagImpl, addAttributeFromTagImpl, addChild, getAlmScopeMap, getAttribute, getAttributes, getAttributeValueExpression, getChildren, getClientId, getContainer, getFocusListener, getHelpTopicId, getId, getId, getJComponent, getKeyListener, getMouseListener, getParent, getPropertyChangeListener, getShortDesc, getTagName, getTagName, isDisabled, isVisible, release, removeAllChildren, removeListeners, render, setAttribute, setContainer, setDisabled, setFocusListener, setHelpTopicId, setId, setId, setJComponent, setKeyListener, setMouseListener, setParent, setPropertyChangeListener, setShortDesc, setTagName, setTagName, setVisible, updateUI, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYOUT

public static final java.lang.String LAYOUT
See Also:
Constant Field Values

DIVIDERLOCATION

public static final java.lang.String DIVIDERLOCATION
See Also:
Constant Field Values
Constructor Detail

AlmPanelAccordionComponent

public AlmPanelAccordionComponent()
Method Detail

addAttributeFromTag

public void addAttributeFromTag(AlmELContext context,
                                RenderingContext rContext,
                                java.lang.String name,
                                java.lang.String value)
Overrides:
addAttributeFromTag in class AlmContainerComponent

getLayout

public java.lang.Enum getLayout(AlmELContext elcontext)

setLayout

public void setLayout(AlmELContext elcontext,
                      java.lang.Enum layout)

getDividerLocation

public int getDividerLocation(AlmELContext elcontext)

setDividerLocation

public void setDividerLocation(AlmELContext elcontext,
                               int dividerLocation)

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-05

Copyright © 1999,2010, Oracle. All rights reserved.