Skip navigation links

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


oracle.alm.view.uicomponents
Class AlmCheckBoxComponent

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


public class AlmCheckBoxComponent
extends AlmEditableComponent

Field Summary
static java.lang.String ACTIONLISTENER
           

 

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
AlmCheckBoxComponent()
           

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.awt.event.ActionListener getActionListener(AlmELContext elcontext)
           
 java.util.List<SelectItem> getValue(AlmELContext elcontext)
           
 void setActionListener(AlmELContext elcontext, java.awt.event.ActionListener actionListener)
           
 void setValue(AlmELContext elcontext, java.util.List<SelectItem> value)
           

 

Methods inherited from class oracle.alm.view.uicomponents.AlmEditableComponent
getLabel, getPprTargets, getValidator, 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

 

Field Detail

ACTIONLISTENER

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

Constructor Detail

AlmCheckBoxComponent

public AlmCheckBoxComponent()

Method Detail

addAttributeFromTag

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

getValue

public java.util.List<SelectItem> getValue(AlmELContext elcontext)
Overrides:
getValue in class AlmEditableComponent

setValue

public void setValue(AlmELContext elcontext,
                     java.util.List<SelectItem> value)

getActionListener

public java.awt.event.ActionListener getActionListener(AlmELContext elcontext)

setActionListener

public void setActionListener(AlmELContext elcontext,
                              java.awt.event.ActionListener actionListener)

Skip navigation links

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


Copyright © 1998,2012, Oracle. All rights reserved.