public interface IContainer
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_CONTAINER_CODE |
static String |
OPEN_CONTAINER_CODE |
Modifier and Type | Method and Description |
---|---|
String |
getCloseCode(ContentContext ctx)
return the close code for the current component.
|
String |
getId() |
String |
getOpenCode(ContentContext ctx)
get the container code "open code" for open component.
|
boolean |
isOpen(ContentContext ctx) |
void |
setOpen(ContentContext ctx,
boolean open) |
static final String OPEN_CONTAINER_CODE
static final String CLOSE_CONTAINER_CODE
String getId()
boolean isOpen(ContentContext ctx)
void setOpen(ContentContext ctx, boolean open)
String getOpenCode(ContentContext ctx)
ctx
- String getCloseCode(ContentContext ctx)
ctx
- Copyright © 2012-2018. All Rights Reserved.