JRubik v0.6

es.aeat.eett.jRubik.rubik.cell
Interface RubikCell

All Known Implementing Classes:
RubikCellImpl

public interface RubikCell

en: JPivot displayable and other elements container used for rubik table component, navigation tree ...

es: Contenedor de elemntos displayables de JPivot utilizado por el componente tabla rubik, el arbol de navegación ...

see @com.tonbeller.jpivot.olap.model.Displayable


Field Summary
static java.lang.String BODY
           
static int CELL
           
static java.lang.String COL_INI_DATA
           
static java.lang.String COLS_IN_HEADER
           
static java.lang.String CORNER
           
static int FALSECELL
           
static java.lang.String HEAD
           
static int HEADING
           
static java.lang.String HEADING_HEADING
           
static int MEMBER
           
static java.lang.String NAME
           
static int NAVI_COLLAPSE
           
static int NAVI_EXPAND
           
static int NAVI_NULL
           
static java.lang.String RESULT_IS_EMPTY
           
static java.lang.String ROW
           
static java.lang.String ROWS_IN_BODY
           
static java.lang.String ROWS_IN_HEADER
           
static java.lang.String SLICER
           
static int STYLE_EVEN
           
static int STYLE_ODD
           
static int STYLE_SPAN
           
 
Method Summary
 boolean canCollapse()
           
 boolean canExpand()
           
 java.lang.String getCaption()
           
 com.tonbeller.jpivot.olap.model.Cell getCell()
           
 int getCellType()
           
 int getColspan()
           
 com.tonbeller.jpivot.olap.model.Displayable getDisplayable()
           
 int getIndent()
           
 java.lang.String getName()
           
 int getNavi()
           
 int getRowspan()
           
 com.tonbeller.jpivot.table.span.Span getSpan()
           
 int getStyle()
           
 void setCaption(java.lang.String caption)
           
 void setCell(com.tonbeller.jpivot.olap.model.Cell cell)
           
 void setCellType(int tipoCelda)
           
 void setColspan(int colspan)
           
 void setDisplayable(com.tonbeller.jpivot.olap.model.Displayable displayable)
           
 void setIndent(int indent)
           
 void setNavi(int i)
           
 void setRowspan(int rowspan)
           
 void setSpan(com.tonbeller.jpivot.table.span.Span span)
           
 void setStyle(int style)
           
 java.lang.String toString()
          Sobreescribe el metodo toString();
 

Field Detail

STYLE_SPAN

public static final int STYLE_SPAN
See Also:
Constant Field Values

STYLE_EVEN

public static final int STYLE_EVEN
See Also:
Constant Field Values

STYLE_ODD

public static final int STYLE_ODD
See Also:
Constant Field Values

HEADING

public static final int HEADING
See Also:
Constant Field Values

MEMBER

public static final int MEMBER
See Also:
Constant Field Values

CELL

public static final int CELL
See Also:
Constant Field Values

FALSECELL

public static final int FALSECELL
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

ROW

public static final java.lang.String ROW
See Also:
Constant Field Values

HEAD

public static final java.lang.String HEAD
See Also:
Constant Field Values

BODY

public static final java.lang.String BODY
See Also:
Constant Field Values

CORNER

public static final java.lang.String CORNER
See Also:
Constant Field Values

SLICER

public static final java.lang.String SLICER
See Also:
Constant Field Values

HEADING_HEADING

public static final java.lang.String HEADING_HEADING
See Also:
Constant Field Values

RESULT_IS_EMPTY

public static final java.lang.String RESULT_IS_EMPTY
See Also:
Constant Field Values

ROWS_IN_BODY

public static final java.lang.String ROWS_IN_BODY
See Also:
Constant Field Values

ROWS_IN_HEADER

public static final java.lang.String ROWS_IN_HEADER
See Also:
Constant Field Values

COLS_IN_HEADER

public static final java.lang.String COLS_IN_HEADER
See Also:
Constant Field Values

COL_INI_DATA

public static final java.lang.String COL_INI_DATA
See Also:
Constant Field Values

NAVI_EXPAND

public static final int NAVI_EXPAND
See Also:
Constant Field Values

NAVI_COLLAPSE

public static final int NAVI_COLLAPSE
See Also:
Constant Field Values

NAVI_NULL

public static final int NAVI_NULL
See Also:
Constant Field Values
Method Detail

getSpan

public com.tonbeller.jpivot.table.span.Span getSpan()
Returns:
Returns the Span.

setSpan

public void setSpan(com.tonbeller.jpivot.table.span.Span span)
Parameters:
span - The Span to set.

getDisplayable

public com.tonbeller.jpivot.olap.model.Displayable getDisplayable()
Returns:
Returns the Displayable.

setDisplayable

public void setDisplayable(com.tonbeller.jpivot.olap.model.Displayable displayable)
Parameters:
displayable - The Displayable to set.

getCellType

public int getCellType()
Returns:
Returns the tipoCelda.

setCellType

public void setCellType(int tipoCelda)
Parameters:
tipoCelda - The tipoCelda to set.

setCaption

public void setCaption(java.lang.String caption)
Parameters:
caption - The caption to set.

getColspan

public int getColspan()
Returns:
colspan

getRowspan

public int getRowspan()
Returns:
rowspan

getCaption

public java.lang.String getCaption()
Returns:
caption

setColspan

public void setColspan(int colspan)
Parameters:
colspan -

setRowspan

public void setRowspan(int rowspan)
Parameters:
rowspan -

getIndent

public int getIndent()
Returns:
identacion

setIndent

public void setIndent(int indent)
Parameters:
indent -

getName

public java.lang.String getName()
Returns:
name

getStyle

public int getStyle()
Returns:
Returns the style.

setStyle

public void setStyle(int style)
Parameters:
style - The style to set.

canExpand

public boolean canExpand()

canCollapse

public boolean canCollapse()

toString

public java.lang.String toString()
Sobreescribe el metodo toString();

Returns:
String

setNavi

public void setNavi(int i)
Parameters:
i -

getNavi

public int getNavi()
Returns:
Returns the navi.

setCell

public void setCell(com.tonbeller.jpivot.olap.model.Cell cell)

getCell

public com.tonbeller.jpivot.olap.model.Cell getCell()

JRubik v0.6

JRubik v0.6