Skip navigation links

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


oracle.alm.view.uicomponents
Class AlmLovComponent

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


public class AlmLovComponent
extends AlmInputTextComponent

Nested Class Summary
static class AlmLovComponent.fetchMode
           

 

Field Summary
static java.lang.String AUTOCOMPLETE
           
static java.lang.String FETCHMODE
           
static java.lang.String LAUNCH_ACTION
           
static java.lang.String LOVTOOLTIP
           
static java.lang.String SOURCE
           
static java.lang.String SOURCE_COMPONENT
           

 

Fields inherited from class oracle.alm.view.uicomponents.AlmInputTextComponent
COLUMNS, DOCUMENTLISTENER, HINT, MAXIMUMLENGTH

 

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

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.lang.Enum getFetchMode(AlmELContext elcontext)
           
 java.lang.String getLovToolTip(AlmELContext elcontext)
           
 java.lang.String getSource(AlmELContext elcontext)
           
 boolean isAutoComplete(AlmELContext elcontext)
           
 void setAutoComplete(AlmELContext elcontext, boolean autoComplete)
           
 void setFetchMode(AlmELContext elcontext, java.lang.Enum fetchMode)
           
 void setLovToolTip(AlmELContext elContext, java.lang.String attrName)
           
 void setSource(AlmELContext elContext, java.lang.String attrName)
           

 

Methods inherited from class oracle.alm.view.uicomponents.AlmInputTextComponent
getColumns, getDisplayValue, getDocumentListener, getHint, getMaxLength, setColumns, setDisplayValue, setDocumentListener, setHint, setMaxLength

 

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

 

Field Detail

SOURCE

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

LOVTOOLTIP

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

AUTOCOMPLETE

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

FETCHMODE

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

SOURCE_COMPONENT

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

LAUNCH_ACTION

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

Constructor Detail

AlmLovComponent

public AlmLovComponent()

Method Detail

addAttributeFromTag

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

getSource

public java.lang.String getSource(AlmELContext elcontext)

setSource

public void setSource(AlmELContext elContext,
                      java.lang.String attrName)

getLovToolTip

public java.lang.String getLovToolTip(AlmELContext elcontext)

setLovToolTip

public void setLovToolTip(AlmELContext elContext,
                          java.lang.String attrName)

isAutoComplete

public boolean isAutoComplete(AlmELContext elcontext)

setAutoComplete

public void setAutoComplete(AlmELContext elcontext,
                            boolean autoComplete)

setFetchMode

public void setFetchMode(AlmELContext elcontext,
                         java.lang.Enum fetchMode)

getFetchMode

public java.lang.Enum getFetchMode(AlmELContext elcontext)

Skip navigation links

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


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