Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


com.bea.alsb.presentation
Class TextAreaObject

java.lang.Object
  extended by com.bea.alsb.presentation.TextAreaObject

All Implemented Interfaces:
Constants, ITextAreaObject, UIObject
Direct Known Subclasses:
HintTextAreaObject, TransportUIFactory.TextAreaObject

public class TextAreaObject
extends java.lang.Object
implements UIObject, Constants, ITextAreaObject

Text Area Object


Field Summary

 

Fields inherited from interface com.bea.alsb.presentation.Constants
TYPE_BROWSER_TEXTBOX, TYPE_CHECKBOX, TYPE_CONFIRM, TYPE_DYN_TABLE, TYPE_EXPAND_TABLE, TYPE_FILE_BROWSER, TYPE_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX

 

Fields inherited from interface com.bea.alsb.presentation.ITextAreaObject
DEFAULT_NUMBER_OF_ROWS, DEFAULT_SIZE

 

Constructor Summary
TextAreaObject(java.lang.String value, int cols, int numRows, boolean readOnly)
          constructor

 

Method Summary
 int getNumCols()
          returns the textbox size
 int getNumRows()
          returns the textbox size
 boolean getReadOnly()
          returns the textbox size
 int getType()
          returns the type
 java.lang.String getValue()
          returns the value
 void setValue(java.lang.String value)
          sets the value

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TextAreaObject

public TextAreaObject(java.lang.String value,
                      int cols,
                      int numRows,
                      boolean readOnly)
constructor

Method Detail

getType

public int getType()
returns the type
Specified by:
getType in interface UIObject

getValue

public java.lang.String getValue()
returns the value
Specified by:
getValue in interface ITextAreaObject

setValue

public void setValue(java.lang.String value)
sets the value
Specified by:
setValue in interface ITextAreaObject

getNumCols

public int getNumCols()
returns the textbox size
Specified by:
getNumCols in interface ITextAreaObject

getNumRows

public int getNumRows()
returns the textbox size
Specified by:
getNumRows in interface ITextAreaObject

getReadOnly

public boolean getReadOnly()
returns the textbox size
Specified by:
getReadOnly in interface ITextAreaObject

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.3)

E15033-01


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