Skip navigation links

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

E15033-02


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

java.lang.Object
  extended by com.bea.wli.sb.transports.ui.TransportUIFactory.ExpandableRowObject

All Implemented Interfaces:
IExpandableRowObject, java.io.Serializable
Enclosing class:
TransportUIFactory

public static class TransportUIFactory.ExpandableRowObject
extends java.lang.Object
implements IExpandableRowObject, java.io.Serializable

Expandable Row Object

See Also:
Serialized Form

Field Summary

 

Fields inherited from interface com.bea.alsb.presentation.IExpandableRowObject
COLLAPSED, EXPANDED

 

Constructor Summary
TransportUIFactory.ExpandableRowObject(boolean expanded, boolean selected, java.lang.String label, java.util.List<TransportEditField> fields)
          Constructor
TransportUIFactory.ExpandableRowObject(boolean selected, java.lang.String label, java.util.List<TransportEditField> fields)
           

 

Method Summary
 TransportUIError[] getErrors()
          returns the validation errors for the fields in this row
 java.util.List<TransportEditField> getFields()
          returns the list of fields for the expanded row
 java.lang.String getLabel()
          returns the label for each row
 boolean isExpanded()
          returns whether the row is expanded
 boolean isSelected()
          returns whether the row is selected (checked)
 void setErrors(TransportUIError[] errors)
          set the validation errors for the fields in this row
 void setErrors(UIError[] errors)
          set the validation errors for the fields in this row
 void setExpanded(boolean expanded)
          sets the row to expanded(true) or collapsed(false)
 void setSelected(boolean selected)
          sets the selected row

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

TransportUIFactory.ExpandableRowObject

public TransportUIFactory.ExpandableRowObject(boolean expanded,
                                              boolean selected,
                                              java.lang.String label,
                                              java.util.List<TransportEditField> fields)
Constructor

TransportUIFactory.ExpandableRowObject

public TransportUIFactory.ExpandableRowObject(boolean selected,
                                              java.lang.String label,
                                              java.util.List<TransportEditField> fields)

Method Detail

isExpanded

public boolean isExpanded()
returns whether the row is expanded
Specified by:
isExpanded in interface IExpandableRowObject

setExpanded

public void setExpanded(boolean expanded)
sets the row to expanded(true) or collapsed(false)
Specified by:
setExpanded in interface IExpandableRowObject

isSelected

public boolean isSelected()
returns whether the row is selected (checked)
Specified by:
isSelected in interface IExpandableRowObject

setSelected

public void setSelected(boolean selected)
sets the selected row
Specified by:
setSelected in interface IExpandableRowObject

getLabel

public java.lang.String getLabel()
returns the label for each row
Specified by:
getLabel in interface IExpandableRowObject

getFields

public java.util.List<TransportEditField> getFields()
returns the list of fields for the expanded row
Specified by:
getFields in interface IExpandableRowObject
Returns:

getErrors

public TransportUIError[] getErrors()
returns the validation errors for the fields in this row
Specified by:
getErrors in interface IExpandableRowObject

setErrors

public void setErrors(TransportUIError[] errors)
set the validation errors for the fields in this row

setErrors

public void setErrors(UIError[] errors)
set the validation errors for the fields in this row
Specified by:
setErrors in interface IExpandableRowObject

Skip navigation links

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

E15033-02


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