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 AlmOutputTextComponent

java.lang.Object
  extended by oracle.alm.view.uicomponents.AlmComponent
      extended by oracle.alm.view.uicomponents.AlmOutputTextComponent


public class AlmOutputTextComponent
extends AlmComponent

Field Summary
static java.lang.String LABEL
           
static java.lang.String SIMPLE
           
static java.lang.String VALUE
           

 

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

 

Constructor Summary
AlmOutputTextComponent()
           
AlmOutputTextComponent(java.lang.String string)
           

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.lang.String getLabel(AlmELContext elcontext)
           
 java.lang.Object getValue(AlmELContext elcontext)
           
 boolean isSimple(AlmELContext elcontext)
           
 void setLabel(AlmELContext elcontext, java.lang.String label)
           
 void setSimple(AlmELContext elcontext, boolean isSimple)
           
 void setValue(AlmELContext elcontext, java.lang.Object value)
           

 

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

LABEL

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

VALUE

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

SIMPLE

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

Constructor Detail

AlmOutputTextComponent

public AlmOutputTextComponent(java.lang.String string)

AlmOutputTextComponent

public AlmOutputTextComponent()

Method Detail

addAttributeFromTag

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

isSimple

public boolean isSimple(AlmELContext elcontext)

setSimple

public void setSimple(AlmELContext elcontext,
                      boolean isSimple)

getLabel

public java.lang.String getLabel(AlmELContext elcontext)

setLabel

public void setLabel(AlmELContext elcontext,
                     java.lang.String label)

getValue

public java.lang.Object getValue(AlmELContext elcontext)

setValue

public void setValue(AlmELContext elcontext,
                     java.lang.Object value)

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.