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 intgetColNumber()static RowContextgetInstance(ContentContext ctx)RowgetRowComponent(ContentContext ctx, MenuElement page, String area)booleanisFirst()voidnextCol()static voidreset(ContentContext ctx)voidsetColNumner(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()
-
-