Package org.javlo.component.column.row
Class RowContext
- java.lang.Object
-
- org.javlo.component.column.row.RowContext
-
public class RowContext extends Object
-
-
Constructor Summary
Constructors Constructor Description RowContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getInstance
public static RowContext getInstance(ContentContext ctx) throws Exception
- Throws:
Exception
-
getColNumber
public int getColNumber()
-
setColNumner
public void setColNumner(int colNumber)
-
getRowComponent
public Row getRowComponent(ContentContext ctx, MenuElement page, String area) throws Exception
- Throws:
Exception
-
isFirst
public boolean isFirst()
-
reset
public static void reset(ContentContext ctx)
-
nextCol
public void nextCol()
-
-