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 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 CONTENT_HEIGHT
           
static java.lang.String CONTENT_TYPE
           
static java.lang.String CONTENT_TYPE_HTML
           
static java.lang.String CONTENT_WIDTH
           
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 getContentHeight(AlmELContext elcontext)
           
 java.lang.String getContentType(AlmELContext elcontext)
           
 int getContentWidth(AlmELContext elcontext)
           
 int getMaxLength(AlmELContext elcontext)
           
 int getRows(AlmELContext elcontext)
           
 void setContentHeight(AlmELContext elcontext, int height)
           
 void setContentType(AlmELContext elcontext, java.lang.String contentType)
           
 void setContentWidth(AlmELContext elcontext, int width)
           
 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, 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

ROWS

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

CONTENT_TYPE

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

CONTENT_WIDTH

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

CONTENT_HEIGHT

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

CONTENT_TYPE_HTML

public static final java.lang.String CONTENT_TYPE_HTML
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)

setContentWidth

public void setContentWidth(AlmELContext elcontext,
                            int width)

getContentWidth

public int getContentWidth(AlmELContext elcontext)

setContentHeight

public void setContentHeight(AlmELContext elcontext,
                             int height)

getContentHeight

public int getContentHeight(AlmELContext elcontext)

getColumns

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

getMaxLength

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

getContentType

public java.lang.String getContentType(AlmELContext elcontext)

setContentType

public void setContentType(AlmELContext elcontext,
                           java.lang.String contentType)

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.