Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.0.0)
E17494-01

oracle.alm.view.uicomponents
Class AlmListComponent

java.lang.Object
  extended by oracle.alm.view.uicomponents.AlmComponent
      extended by oracle.alm.view.uicomponents.AlmEditableComponent
          extended by oracle.alm.view.uicomponents.AlmListComponentBase
              extended by oracle.alm.view.uicomponents.AlmListComponent

public class AlmListComponent
extends AlmListComponentBase


Nested Class Summary
static class AlmListComponent.Selection
           
 
Nested classes/interfaces inherited from class oracle.alm.view.uicomponents.AlmListComponentBase
AlmListComponentBase.valueOrder
 
Field Summary
 
Fields inherited from class oracle.alm.view.uicomponents.AlmListComponentBase
VALUE_ORDER, VALUESET
 
Fields inherited from class oracle.alm.view.uicomponents.AlmEditableComponent
LABEL, PPRTARGETS, READONLY, REQUIRED, SIMPLE, VALIDATOR, VALUE
 
Fields inherited from class oracle.alm.view.uicomponents.AlmComponent
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, VISIBLE
 
Constructor Summary
AlmListComponent()
           
 
Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.lang.Enum getSelection(AlmELContext elcontext)
           
 javax.swing.event.ListSelectionListener getSelectionListener(AlmELContext elcontext)
           
 void setSelection(AlmELContext elcontext, java.lang.Enum selection)
           
 void setSelectionListener(AlmELContext elcontext, javax.swing.event.ListSelectionListener selectionListener)
           
 
Methods inherited from class oracle.alm.view.uicomponents.AlmListComponentBase
getValueOrder, getValueSet, setValueOrder, setValueSet
 
Methods inherited from class oracle.alm.view.uicomponents.AlmEditableComponent
getLabel, getPprTargets, getValidator, getValue, isReadOnly, isRequired, isSimple, setLabel, setPprTargets, setReadOnly, setRequired, setSimple, setValidator, setValue
 
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, getRefObjects, getShortDesc, getTagName, getTagName, getVisibleChildren, 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
 

Constructor Detail

AlmListComponent

public AlmListComponent()
Method Detail

addAttributeFromTag

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

getSelection

public java.lang.Enum getSelection(AlmELContext elcontext)

setSelection

public void setSelection(AlmELContext elcontext,
                         java.lang.Enum selection)

getSelectionListener

public javax.swing.event.ListSelectionListener getSelectionListener(AlmELContext elcontext)

setSelectionListener

public void setSelectionListener(AlmELContext elcontext,
                                 javax.swing.event.ListSelectionListener selectionListener)

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.0.0)
E17494-01

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