Skip navigation links 
 
oracle.alm.view.uicomponents
Class AlmTextEditorComponent
java.lang.Object
  
oracle.alm.view.uicomponents.AlmComponent
      
oracle.alm.view.uicomponents.AlmEditableComponent
          
oracle.alm.view.uicomponents.AlmInputTextComponent
              
oracle.alm.view.uicomponents.AlmTextEditorComponent
- 
public class AlmTextEditorComponent
 
- extends AlmInputTextComponent
 
 
 
 
 
| Fields inherited from class oracle.alm.view.uicomponents.AlmComponent | 
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, TPC_NULL_VALUE, VISIBLE | 
  
 
  
 
 
 
| 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 | 
 
 
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
 
 
AlmTextEditorComponent
public AlmTextEditorComponent()
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 
 
Copyright © 2009,2013, Oracle. All rights reserved.