public class ColContext extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_WIDTH |
| Constructor and Description |
|---|
ColContext() |
| Modifier and Type | Method and Description |
|---|---|
static ColContext |
getInstance(ContentContext ctx,
IContentVisualComponent currentComponent) |
int |
getRowWidth() |
boolean |
isFirst(IContentVisualComponent comp) |
static boolean |
isInstance(ContentContext ctx) |
boolean |
isLast(IContentVisualComponent comp) |
boolean |
isOpen() |
void |
refresh(ContentContext ctx,
IContentVisualComponent currentComponent) |
void |
reset() |
void |
setOpen(boolean open) |
void |
setRowWidth(int rowWidth) |
public static final int MAX_WIDTH
public static ColContext getInstance(ContentContext ctx, IContentVisualComponent currentComponent) throws Exception
Exceptionpublic void reset()
public void refresh(ContentContext ctx, IContentVisualComponent currentComponent) throws Exception
Exceptionpublic static boolean isInstance(ContentContext ctx) throws Exception
Exceptionpublic boolean isOpen()
public void setOpen(boolean open)
public boolean isFirst(IContentVisualComponent comp)
public boolean isLast(IContentVisualComponent comp)
public int getRowWidth()
public void setRowWidth(int rowWidth)
Copyright © 2012-2018. All Rights Reserved.