Uses of Class
org.javlo.component.column.ColContext
-
Packages that use ColContext Package Description org.javlo.component.column org.javlo.component.column.row -
-
Uses of ColContext in org.javlo.component.column
Methods in org.javlo.component.column that return ColContext Modifier and Type Method Description protected ColContext
OpenCol. getContext(ContentContext ctx)
static ColContext
ColContext. getInstance(ContentContext ctx, IContentVisualComponent currentComponent)
Methods in org.javlo.component.column with parameters of type ColContext Modifier and Type Method Description static String
OpenCol. closeRow(ContentContext ctx, ColContext colContext)
-
Uses of ColContext in org.javlo.component.column.row
Methods in org.javlo.component.column.row that return ColContext Modifier and Type Method Description protected ColContext
Row. getContext(ContentContext ctx)
-