Skip navigation links

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

E15033-01


com.bea.alsb.presentation
Class SimpleCell

java.lang.Object
  extended by com.bea.alsb.presentation.SimpleCell

All Implemented Interfaces:
ISimpleCell

public class SimpleCell
extends java.lang.Object
implements ISimpleCell

Simple Cell


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

 

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

 

Method Summary
 int getRowspan()
          Row span for this cell object
 java.lang.String getString()
          returns the STRING value
 SimpleCell.SimpleCellType getType()
          returns the type of value
 UIObject 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

SimpleCell

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

SimpleCell

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

SimpleCell

public SimpleCell(UIObject uiObject)
Constructor (for UIOBBECT)

Method Detail

getType

public 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 UIObject 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.3)

E15033-01


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