Skip navigation links

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

E15033-08


com.bea.alsb.presentation
Class HintTextAreaObject

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

All Implemented Interfaces:
Constants, IHintTextAreaObject, ITextAreaObject, UIObject

public class HintTextAreaObject
extends TextAreaObject
implements IHintTextAreaObject

Hint Text Area Object


Field Summary

 

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

 

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

 

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

 

Method Summary
 java.lang.String getHint()
          returns the hint
 int getType()
          returns the type
 void setHint(java.lang.String hint)
          sets the hint

 

Methods inherited from class com.bea.alsb.presentation.TextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, setValue

 

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

 

Methods inherited from interface com.bea.alsb.presentation.ITextAreaObject
getNumCols, getNumRows, getReadOnly, getValue, setValue

 

Constructor Detail

HintTextAreaObject

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

Method Detail

getType

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

getHint

public java.lang.String getHint()
returns the hint
Specified by:
getHint in interface IHintTextAreaObject

setHint

public void setHint(java.lang.String hint)
sets the hint
Specified by:
setHint in interface IHintTextAreaObject

Skip navigation links

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

E15033-08


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