|
|||||||||
| 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.DynamicTableObject
public static class TransportUIFactory.DynamicTableObject
Dynamic table object
| Constructor Summary | |
|---|---|
TransportUIFactory.DynamicTableObject(String[] headers,
TransportUIFactory.TextBoxObject[] uiobjects,
List<String[]> rows)
constructor |
|
| Method Summary | |
|---|---|
String[] |
getHeaders()
returns the headers |
TransportUIFactory.TextBoxObject[] |
getObjects()
returns the UI Objets |
List<String[]> |
getRows()
returns the list of rows (can be modified) |
int |
getType()
returns the type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransportUIFactory.DynamicTableObject(String[] headers,
TransportUIFactory.TextBoxObject[] uiobjects,
List<String[]> rows)
| Method Detail |
|---|
public int getType()
getType in interface TransportUIFactory.TransportUIObjectpublic String[] getHeaders()
public TransportUIFactory.TextBoxObject[] getObjects()
public List<String[]> getRows()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||