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 AlmEditorComponent

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


public class AlmEditorComponent
extends AlmComponent

Field Summary
static java.lang.String HORIZONTAL_SCROLLABLE
           
static java.lang.String VERTICAL_SCROLLABLE
           

 

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

 

Constructor Summary
AlmEditorComponent()
           
AlmEditorComponent(java.lang.String name)
           

 

Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 boolean isHorizontalScrollable(AlmELContext elcontext)
           
 boolean isVerticalScrollable(AlmELContext elcontext)
           
 void setHorizontalScrollable(AlmELContext elcontext, boolean scrollable)
           
 void setVerticalScrollable(AlmELContext elcontext, boolean scrollable)
           

 

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

VERTICAL_SCROLLABLE

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

HORIZONTAL_SCROLLABLE

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

Constructor Detail

AlmEditorComponent

public AlmEditorComponent()

AlmEditorComponent

public AlmEditorComponent(java.lang.String name)

Method Detail

addAttributeFromTag

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

isVerticalScrollable

public boolean isVerticalScrollable(AlmELContext elcontext)

setVerticalScrollable

public void setVerticalScrollable(AlmELContext elcontext,
                                  boolean scrollable)

isHorizontalScrollable

public boolean isHorizontalScrollable(AlmELContext elcontext)

setHorizontalScrollable

public void setHorizontalScrollable(AlmELContext elcontext,
                                    boolean scrollable)

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.