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.SimpleCell

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

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

public static class TransportUIFactory.SimpleCell
extends java.lang.Object
implements ISimpleCell, java.io.Serializable

Simple Cell Object

See Also:
Serialized Form

Nested Class Summary
static class TransportUIFactory.SimpleCell.SimpleCellType
          The types of content in a cell

 

Constructor Summary
TransportUIFactory.SimpleCell(java.lang.String value)
          Constructor (for STRING)
TransportUIFactory.SimpleCell(java.lang.String value, boolean isWrap)
          Constructor (for STRING with wrap attribute)
TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
          Constructor (for UIOBBECT)

 

Method Summary
 int getRowspan()
          Row span for this cell object
 java.lang.String getString()
          returns the STRING value
 TransportUIFactory.SimpleCell.SimpleCellType getType()
          returns the type of value
 TransportUIFactory.TransportUIObject getUIObject()
          returns the UIOBJECT value
 boolean isRender()
          Flag to render this object
 boolean isWrap()
          returns true, if the wrap attribute needs to set
 void setIsRender(boolean isRender)
          Setter for isrender
 void setRowspan(int rowSpan)
          Setter for rowspan

 

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

 

Constructor Detail

TransportUIFactory.SimpleCell

public TransportUIFactory.SimpleCell(java.lang.String value)
Constructor (for STRING)

TransportUIFactory.SimpleCell

public TransportUIFactory.SimpleCell(java.lang.String value,
                                     boolean isWrap)
Constructor (for STRING with wrap attribute)

TransportUIFactory.SimpleCell

public TransportUIFactory.SimpleCell(TransportUIFactory.TransportUIObject uiObject)
Constructor (for UIOBBECT)

Method Detail

getType

public TransportUIFactory.SimpleCell.SimpleCellType getType()
returns the type of value
Specified by:
getType in interface ISimpleCell

getString

public java.lang.String getString()
returns the STRING value
Specified by:
getString in interface ISimpleCell

getUIObject

public TransportUIFactory.TransportUIObject getUIObject()
returns the UIOBJECT value
Specified by:
getUIObject in interface ISimpleCell

isWrap

public boolean isWrap()
returns true, if the wrap attribute needs to set
Specified by:
isWrap in interface ISimpleCell
Returns:
boolean

setRowspan

public void setRowspan(int rowSpan)
Setter for rowspan
Parameters:
rowSpan - int

getRowspan

public int getRowspan()
Row span for this cell object
Specified by:
getRowspan in interface ISimpleCell
Returns:
int

setIsRender

public void setIsRender(boolean isRender)
Setter for isrender
Parameters:
isRender - boolean

isRender

public boolean isRender()
Flag to render this object
Specified by:
isRender in interface ISimpleCell
Returns:
boolean

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.