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

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 getMaxLength(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, 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, getShortDesc, getTagName, getTagName, 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

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

getMaxLength

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

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

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