Skip navigation links

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

E15033-03


com.bea.alsb.presentation
Interface ITextBoxObject

All Known Subinterfaces:
IHintTextBoxObject
All Known Implementing Classes:
HintTextBoxObject, TextBoxObject, TransportUIFactory.HintTextBoxObject, TransportUIFactory.TextBoxObject

public interface ITextBoxObject

Text Box Interface


Field Summary
static int DEFAULT_SIZE
           

 

Method Summary
 int getSize()
          returns the textbox size
 java.lang.String getValue()
          returns the value
 boolean isReadOnly()
          returns read-only state
 void setValue(java.lang.String value)
          sets the value

 

Field Detail

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values

Method Detail

getValue

java.lang.String getValue()
returns the value

setValue

void setValue(java.lang.String value)
sets the value

getSize

int getSize()
returns the textbox size

isReadOnly

boolean isReadOnly()
returns read-only state

Skip navigation links

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

E15033-03


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