com.bea.wli.sb.transports.ui
Class TransportUIFactory.ExpandableTableObject

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.ExpandableTableObject
All Implemented Interfaces:
IExpandableTableObject, UIObject, TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.ExpandableTableObject
extends java.lang.Object
implements TransportUIFactory.TransportUIObject, IExpandableTableObject

Expandable Table Object


Constructor Summary
TransportUIFactory.ExpandableTableObject(java.util.List<TransportUIFactory.ExpandableRowObject> rows, java.lang.String checkboxDescription)
          constructor
 
Method Summary
 java.lang.String getCheckboxDescription()
          returns the checkbox description
 java.util.List<TransportUIFactory.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

TransportUIFactory.ExpandableTableObject

public TransportUIFactory.ExpandableTableObject(java.util.List<TransportUIFactory.ExpandableRowObject> rows,
                                                java.lang.String checkboxDescription)
constructor

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface UIObject

getRows

public java.util.List<TransportUIFactory.ExpandableRowObject> getRows()
returns the row objects

Specified by:
getRows in interface IExpandableTableObject

getCheckboxDescription

public java.lang.String getCheckboxDescription()
returns the checkbox description

Specified by:
getCheckboxDescription in interface IExpandableTableObject