Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-02


oracle.alm.view.uicomponents
Class AlmTextEditorComponent

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


public class AlmTextEditorComponent
extends AlmInputTextComponent

Field Summary
static java.lang.String ROWS
           

 

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

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 int getColumns(AlmELContext elcontext)
           
 int getMaximumLength(AlmELContext elcontext)
           
 int getRows(AlmELContext elcontext)
           
 void setRows(AlmELContext elcontext, int rows)
           

 

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

 

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, getShortDesc, getTagName, isDisabled, isVisible, release, removeAllChildren, removeListeners, render, setAttribute, setContainer, setDisabled, setFocusListener, setHelpTopicId, setId, setJComponent, setKeyListener, setMouseListener, setParent, setPropertyChangeListener, setShortDesc, setTagName, setVisible, updateUI, validate

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ROWS

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

Constructor Detail

AlmTextEditorComponent

public AlmTextEditorComponent()

Method Detail

addAttributeFromTag

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

getRows

public int getRows(AlmELContext elcontext)

setRows

public void setRows(AlmELContext elcontext,
                    int rows)

getColumns

public int getColumns(AlmELContext elcontext)
Overrides:
getColumns in class AlmInputTextComponent

getMaximumLength

public int getMaximumLength(AlmELContext elcontext)
Overrides:
getMaximumLength in class AlmInputTextComponent

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 1 (11.1.1)
E14128-02


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