Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
12c (12.1.2)
E23194-01


oracle.alm.view.uicomponents
Class AlmTextActionComponent

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.AlmTextActionComponent


public class AlmTextActionComponent
extends AlmInputTextComponent

Field Summary
static java.lang.String ACTION_LISTENER
           
static java.lang.String ACTIONTOOLTIP
           
static java.lang.String ICON
           

 

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

 

Fields inherited from class oracle.alm.view.uicomponents.AlmEditableComponent
LABEL, PPRTARGETS, READONLY, REQUIRED, SIMPLE, VALIDATOR, VALUE, VALUETYPE

 

Fields inherited from class oracle.alm.view.uicomponents.AlmComponent
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE

 

Constructor Summary
  AlmTextActionComponent()
           
protected AlmTextActionComponent(java.lang.String name)
           

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.awt.event.ActionListener getActionListener(AlmELContext elcontext)
           
 java.lang.String getActionToolTip(AlmELContext elcontext)
           
 java.lang.String getIcon(AlmELContext elContext)
           
 void setActionListener(AlmELContext elcontext, java.awt.event.ActionListener actionListener)
           
 void setActionToolTip(AlmELContext elContext, java.lang.String attrName)
           
 void setIcon(AlmELContext elcontext, java.lang.String icon)
           

 

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

 

Methods inherited from class oracle.alm.view.uicomponents.AlmEditableComponent
getLabel, getPprTargets, getValidator, getValue, getValueType, isReadOnly, isRequired, isSimple, setLabel, setPprTargets, setReadOnly, setRequired, setSimple, setValidator, setValue, setValueType

 

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

ICON

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

ACTIONTOOLTIP

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

ACTION_LISTENER

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

Constructor Detail

AlmTextActionComponent

public AlmTextActionComponent()

AlmTextActionComponent

protected AlmTextActionComponent(java.lang.String name)

Method Detail

addAttributeFromTag

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

getIcon

public java.lang.String getIcon(AlmELContext elContext)

setIcon

public void setIcon(AlmELContext elcontext,
                    java.lang.String icon)

getActionToolTip

public java.lang.String getActionToolTip(AlmELContext elcontext)

setActionToolTip

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

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
12c (12.1.2)
E23194-01


Copyright © 2009,2013, Oracle. All rights reserved.