public final class PanelGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BGCOLOR_WHITE |
| Constructor and Description |
|---|
PanelGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
generateExpandedTitledPanelMiddle(Writer out,
String contextPath,
String titlePanel,
String expandedTitlePanel,
String contentPanel,
String contentBgColor) |
static void |
generatePanel(Writer out,
String contextPath,
String panel,
String inner) |
static void |
generatePanel(Writer out,
String contextPath,
String panel,
String inner,
String bgColor) |
static void |
generatePanel(Writer out,
String contextPath,
String panel,
String inner,
String bgColor,
boolean dialog) |
static void |
generatePanelEnd(Writer out,
String contextPath,
String panel) |
static void |
generatePanelEndWithBgImg(Writer out,
String contextPath,
String panel) |
static void |
generatePanelStart(Writer out,
String contextPath,
String panel,
String bgColor) |
static void |
generatePanelStart(Writer out,
String contextPath,
String panel,
String bgColor,
boolean dialog) |
static void |
generatePanelStartWithBgImg(Writer out,
String contextPath,
String panel,
String bgColor) |
static void |
generateTitledPanelMiddle(Writer out,
String contextPath,
String titlePanel,
String contentPanel,
String contentBgColor) |
public static final String BGCOLOR_WHITE
public static void generatePanel(Writer out, String contextPath, String panel, String inner) throws IOException
IOExceptionpublic static void generatePanel(Writer out, String contextPath, String panel, String inner, String bgColor) throws IOException
IOExceptionpublic static void generatePanel(Writer out, String contextPath, String panel, String inner, String bgColor, boolean dialog) throws IOException
IOExceptionpublic static void generatePanelStart(Writer out, String contextPath, String panel, String bgColor) throws IOException
IOExceptionpublic static void generatePanelStart(Writer out, String contextPath, String panel, String bgColor, boolean dialog) throws IOException
IOExceptionpublic static void generatePanelStartWithBgImg(Writer out, String contextPath, String panel, String bgColor) throws IOException
IOExceptionpublic static void generatePanelEnd(Writer out, String contextPath, String panel) throws IOException
IOExceptionpublic static void generatePanelEndWithBgImg(Writer out, String contextPath, String panel) throws IOException
IOExceptionpublic static void generateTitledPanelMiddle(Writer out, String contextPath, String titlePanel, String contentPanel, String contentBgColor) throws IOException
IOExceptionpublic static void generateExpandedTitledPanelMiddle(Writer out, String contextPath, String titlePanel, String expandedTitlePanel, String contentPanel, String contentBgColor) throws IOException
IOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.