Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


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, java.io.Serializable
Enclosing class:
TransportUIFactory

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

Expandable Table Object

See Also:
Serialized Form

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

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15033-03


Copyright © 2008, 2011, Oracle. All rights reserved.