|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.renderkit.core.xhtml.table.RenderStage
public final class RenderStage
| 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 |
|---|
public static final int INITIAL_STAGE
public static final int UPPER_CONTROL_BAR_STAGE
public static final int SUB_CONTROL_BAR_STAGE
public static final int LOWER_CONTROL_BAR_STAGE
public static final int COLUMN_HEADER_STAGE
public static final int DATA_STAGE
public static final int START_ROW_STAGE
public static final int DETAIL_CELL_STAGE
public static final int DETAIL_ROW_STAGE
public static final int TREE_NODE_STAGE
public static final int COLUMN_FOOTER_STAGE
public static final int END_STAGE
| Constructor Detail |
|---|
public RenderStage()
| Method Detail |
|---|
public int getStage()
setStage(int)public int setStage(int stage)
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_STAGEpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||