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
Exception
public void reset()
public void refresh(ContentContext ctx, IContentVisualComponent currentComponent) throws Exception
Exception
public static boolean isInstance(ContentContext ctx) throws Exception
Exception
public 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.