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

oracle.alm.view.uicomponents
Class AlmDialogComponent

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

public class AlmDialogComponent
extends AlmComponent


Field Summary
static java.lang.String DIALOG_LISTENER
           
static java.lang.String HEIGHT
           
static java.lang.String TITLE
           
static java.lang.String WIDTH
           
static java.lang.String XPOSITION
           
static java.lang.String YPOSITION
           
 
Fields inherited from class oracle.alm.view.uicomponents.AlmComponent
DISABLED, FOCUSLISTENER, HELPTOPICID, ID, KEYLISTENER, MOUSELISTENER, PROPERTYCHANGELISTENER, SHORTDESC, TAGNAME, VISIBLE
 
Constructor Summary
AlmDialogComponent()
           
 
Method Summary
 void addAttributeFromTag(AlmELContext context, RenderingContext rContext, java.lang.String name, java.lang.String value)
           
 java.awt.event.ActionListener getDialogListener(AlmELContext elContext)
           
 int getHeight(AlmELContext elContext)
           
 java.lang.String getTitle(AlmELContext elcontext)
           
 int getWidth(AlmELContext elContext)
           
 int getXPosition(AlmELContext elContext)
           
 int getYPosition(AlmELContext elContext)
           
 void setDialogListener(AlmELContext elcontext, java.awt.event.ActionListener dialogListener)
           
 void setHeight(AlmELContext elcontext, int height)
           
 void setTitle(AlmELContext elcontext, java.lang.String title)
           
 void setWidth(AlmELContext elcontext, int width)
           
 void setXPosition(AlmELContext elcontext, int xposition)
           
 void setYPosition(AlmELContext elcontext, int yposition)
           
 
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

XPOSITION

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

YPOSITION

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

TITLE

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

WIDTH

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

HEIGHT

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

DIALOG_LISTENER

public static final java.lang.String DIALOG_LISTENER
See Also:
Constant Field Values
Constructor Detail

AlmDialogComponent

public AlmDialogComponent()
Method Detail

addAttributeFromTag

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

getXPosition

public int getXPosition(AlmELContext elContext)

setXPosition

public void setXPosition(AlmELContext elcontext,
                         int xposition)

getWidth

public int getWidth(AlmELContext elContext)

setWidth

public void setWidth(AlmELContext elcontext,
                     int width)

getHeight

public int getHeight(AlmELContext elContext)

setHeight

public void setHeight(AlmELContext elcontext,
                      int height)

getYPosition

public int getYPosition(AlmELContext elContext)

setYPosition

public void setYPosition(AlmELContext elcontext,
                         int yposition)

getDialogListener

public java.awt.event.ActionListener getDialogListener(AlmELContext elContext)

setDialogListener

public void setDialogListener(AlmELContext elcontext,
                              java.awt.event.ActionListener dialogListener)

getTitle

public java.lang.String getTitle(AlmELContext elcontext)

setTitle

public void setTitle(AlmELContext elcontext,
                     java.lang.String title)

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

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