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
Exception
public int getColNumber()
public void setColNumner(int colNumber)
public Row getRowComponent(ContentContext ctx, MenuElement page, String area) throws Exception
Exception
public boolean isFirst()
public static void reset(ContentContext ctx)
public void nextCol()
Copyright © 2012-2018. All Rights Reserved.