|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.sb.transports.ui.TransportUIFactory.TextAreaObject
public static class TransportUIFactory.TextAreaObject
textarea object
| Field Summary | |
|---|---|
static int |
DEFAULT_NUMBER_OF_ROWS
|
static int |
DEFAULT_SIZE
|
| Constructor Summary | |
|---|---|
TransportUIFactory.TextAreaObject(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 |
String |
getValue()
returns the value |
void |
setValue(String value)
sets the value |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DEFAULT_SIZE
public static final int DEFAULT_NUMBER_OF_ROWS
| Constructor Detail |
|---|
public TransportUIFactory.TextAreaObject(String value,
int cols,
int numRows,
boolean readOnly)
| Method Detail |
|---|
public int getType()
getType in interface TransportUIFactory.TransportUIObjectpublic String getValue()
public void setValue(String value)
public int getNumCols()
public int getNumRows()
public boolean getReadOnly()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||