Skip navigation links

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

E15033-09


com.bea.alsb.presentation
Class BrowserTextBoxObject

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

All Implemented Interfaces:
Constants, IBrowserTextBoxObject, UIObject, java.io.Serializable
Direct Known Subclasses:
TransportUIFactory.BrowserTextBoxObject

public class BrowserTextBoxObject
extends java.lang.Object
implements Constants, IBrowserTextBoxObject, java.io.Serializable

Browser Text Box Object

See Also:
Serialized Form

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.IBrowserTextBoxObject
DEFAULT_SIZE

 

Constructor Summary
BrowserTextBoxObject(java.lang.String value, int size, java.lang.String typeId, boolean hasEvent, ResourceQuery resourceQuery)
          constructor

 

Method Summary
 ResourceQuery getResourceQuery()
          return the resource query
 int getSize()
          returns the textbox size
 int getType()
          returns the type
 java.lang.String getTypeId()
          returns the type ID for the browser
 java.lang.String getValue()
          returns the value
 boolean hasEvent()
          returns whether to fire an event
 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

BrowserTextBoxObject

public BrowserTextBoxObject(java.lang.String value,
                            int size,
                            java.lang.String typeId,
                            boolean hasEvent,
                            ResourceQuery resourceQuery)
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 IBrowserTextBoxObject

setValue

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

getSize

public int getSize()
returns the textbox size
Specified by:
getSize in interface IBrowserTextBoxObject

getTypeId

public java.lang.String getTypeId()
returns the type ID for the browser
Specified by:
getTypeId in interface IBrowserTextBoxObject

hasEvent

public boolean hasEvent()
returns whether to fire an event
Specified by:
hasEvent in interface IBrowserTextBoxObject

getResourceQuery

public ResourceQuery getResourceQuery()
return the resource query
Specified by:
getResourceQuery in interface IBrowserTextBoxObject

Skip navigation links

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

E15033-09


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