public class RowContext extends Object
| Constructor and Description |
|---|
RowContext() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColNumber() |
static RowContext |
getInstance(ContentContext ctx) |
Row |
getRowComponent(ContentContext ctx,
MenuElement page,
String area) |
boolean |
isFirst() |
void |
nextCol() |
static void |
reset(ContentContext ctx) |
void |
setColNumner(int colNumber) |
public static RowContext getInstance(ContentContext ctx) throws Exception
Exceptionpublic int getColNumber()
public void setColNumner(int colNumber)
public Row getRowComponent(ContentContext ctx, MenuElement page, String area) throws Exception
Exceptionpublic boolean isFirst()
public static void reset(ContentContext ctx)
public void nextCol()
Copyright © 2012-2018. All Rights Reserved.