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:
TransportUIFactory.TransportUIObject
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.ExpandableTableObject
extends Object
implements TransportUIFactory.TransportUIObject

Expandable Table Object


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

Method Detail

getType

public int getType()
returns the type

Specified by:
getType in interface TransportUIFactory.TransportUIObject

getRows

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


getCheckboxDescription

public String getCheckboxDescription()
returns the checkbox description