org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table
Class RenderStage

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table.RenderStage

public final class RenderStage
extends java.lang.Object

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/renderkit/core/xhtml/table/RenderStage.java#0 $) $Date: 10-nov-2005.19:02:36 $
Author:
The Oracle ADF Faces Team

Field Summary
static int COLUMN_FOOTER_STAGE
          This is the stage when the table footer is rendered
static int COLUMN_HEADER_STAGE
          This is the stage when a column header cell is rendered
static int DATA_STAGE
          This is the stage when a column data cell is rendered
static int DETAIL_CELL_STAGE
          This is the stage when a detail cell (the cell with the hideShow) is rendered
static int DETAIL_ROW_STAGE
          This is the stage when a disclosed detail row is rendered
static int END_STAGE
           
static int INITIAL_STAGE
           
static int LOWER_CONTROL_BAR_STAGE
           
static int START_ROW_STAGE
          This is an initialization stage for a particular row
static int SUB_CONTROL_BAR_STAGE
           
static int TREE_NODE_STAGE
          This is the stage when the object hierarchy column cell is rendered in an HGrid
static int UPPER_CONTROL_BAR_STAGE
           
 
Constructor Summary
RenderStage()
           
 
Method Summary
 int getStage()
           
 int setStage(int stage)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INITIAL_STAGE

public static final int INITIAL_STAGE
See Also:
Constant Field Values

UPPER_CONTROL_BAR_STAGE

public static final int UPPER_CONTROL_BAR_STAGE
See Also:
Constant Field Values

SUB_CONTROL_BAR_STAGE

public static final int SUB_CONTROL_BAR_STAGE
See Also:
Constant Field Values

LOWER_CONTROL_BAR_STAGE

public static final int LOWER_CONTROL_BAR_STAGE
See Also:
Constant Field Values

COLUMN_HEADER_STAGE

public static final int COLUMN_HEADER_STAGE
This is the stage when a column header cell is rendered

See Also:
Constant Field Values

DATA_STAGE

public static final int DATA_STAGE
This is the stage when a column data cell is rendered

See Also:
Constant Field Values

START_ROW_STAGE

public static final int START_ROW_STAGE
This is an initialization stage for a particular row

See Also:
Constant Field Values

DETAIL_CELL_STAGE

public static final int DETAIL_CELL_STAGE
This is the stage when a detail cell (the cell with the hideShow) is rendered

See Also:
Constant Field Values

DETAIL_ROW_STAGE

public static final int DETAIL_ROW_STAGE
This is the stage when a disclosed detail row is rendered

See Also:
Constant Field Values

TREE_NODE_STAGE

public static final int TREE_NODE_STAGE
This is the stage when the object hierarchy column cell is rendered in an HGrid

See Also:
Constant Field Values

COLUMN_FOOTER_STAGE

public static final int COLUMN_FOOTER_STAGE
This is the stage when the table footer is rendered

See Also:
Constant Field Values

END_STAGE

public static final int END_STAGE
See Also:
Constant Field Values
Constructor Detail

RenderStage

public RenderStage()
Method Detail

getStage

public int getStage()
Returns:
the current table render stage
See Also:
setStage(int)

setStage

public int setStage(int stage)
Returns:
the previous stage
See Also:
INITIAL_STAGE, UPPER_CONTROL_BAR_STAGE, LOWER_CONTROL_BAR_STAGE, COLUMN_HEADER_STAGE, DATA_STAGE, START_ROW_STAGE, DETAIL_CELL_STAGE, DETAIL_ROW_STAGE, TREE_NODE_STAGE, COLUMN_FOOTER_STAGE, END_STAGE

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.