com.bea.alsb.presentation
Interface IBrowserTextBoxObject

All Superinterfaces:
UIObject
All Known Implementing Classes:
BrowserTextBoxObject, TransportUIFactory.BrowserTextBoxObject

public interface IBrowserTextBoxObject
extends UIObject

Browser Text Box Interface


Field Summary
static int DEFAULT_SIZE
           
 
Method Summary
 ResourceQuery getResourceQuery()
          return the resource query
 int getSize()
          returns the textbox size
 String getTypeId()
          returns the type ID for the browser
 String getValue()
          returns the value
 boolean hasEvent()
          returns whether to fire an event
 void setValue(String value)
          sets the value
 
Methods inherited from interface com.bea.alsb.presentation.UIObject
getType
 

Field Detail

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values
Method Detail

getValue

String getValue()
returns the value


setValue

void setValue(String value)
sets the value


getSize

int getSize()
returns the textbox size


getTypeId

String getTypeId()
returns the type ID for the browser


hasEvent

boolean hasEvent()
returns whether to fire an event


getResourceQuery

ResourceQuery getResourceQuery()
return the resource query