|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.alsb.presentation.ExpandableTableObject
public class ExpandableTableObject
Expandable Table Object
| 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_HINT_TEXTAREA, TYPE_HINT_TEXTBOX, TYPE_PASSWORD, TYPE_SELECT, TYPE_SIMPLE_TABLE, TYPE_TEXTAREA, TYPE_TEXTBOX |
| Constructor Summary | |
|---|---|
ExpandableTableObject(List<ExpandableRowObject> rows,
String checkboxDescription)
constructor |
|
| Method Summary | |
|---|---|
String |
getCheckboxDescription()
returns the checkbox description |
List<ExpandableRowObject> |
getRows()
returns the row objects |
int |
getType()
returns the type |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpandableTableObject(List<ExpandableRowObject> rows,
String checkboxDescription)
| Method Detail |
|---|
public int getType()
getType in interface UIObjectpublic List<ExpandableRowObject> getRows()
getRows in interface IExpandableTableObjectpublic String getCheckboxDescription()
getCheckboxDescription in interface IExpandableTableObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||