| java.lang.Object org.jfolder.console.base.context.RenderConsolePageContextHelper
All known Subclasses: org.jfolder.console.web.develop.web.page.RenderWebPageContextHelper,
RenderConsolePageContextHelper | abstract public class RenderConsolePageContextHelper (Code) | | |
Method Summary | |
final protected static SubmitActionContext[] | convertToSacList(ArrayList inL) | final protected static String[] | convertToStringList(ArrayList inL) | final protected static HashMap | getAllCenterSectionPaneProperties(ConsoleConfig inCc, int inIndex) | final protected static HashSet | getAllContextNamesInUse(ConsoleConfig inCc) | final protected static HashMap | getAllLeftSectionPaneProperties(ConsoleConfig inCc, int inIndex) | final protected static HashMap | getAllMainProperties(ConsoleConfig inCc) | final protected static HashMap | getAllRightSectionPaneProperties(ConsoleConfig inCc, int inIndex) | final protected static int | getContextHeight(HashMap inHm) | final protected static int | getContextWidth(HashMap inHm) | protected void | initializeActions(ArrayList inUrls, ArrayList inLabels, ArrayList inActions, ConsoleConfig inCc, int inSection, int inIndex, ConsolePageContext inCpc) | public void | render(ConsolePageContext inCpc, ConsoleConfig inCc) | abstract protected boolean | renderCustomSubPane(ConsolePageContext inCpc, String inContext, ConsoleConfig inCc, int inSection, int inIndex) | protected void | renderSubPane(ConsolePageContext inCpc, String inContext, ConsoleConfig inCc, int inSection, int inIndex) |
AREA__CENTER | final protected static int AREA__CENTER(Code) | | |
AREA__LEFT | final protected static int AREA__LEFT(Code) | | |
AREA__MINIMUM_SIZE | final protected static int AREA__MINIMUM_SIZE(Code) | | |
AREA__RIGHT | final protected static int AREA__RIGHT(Code) | | |
AREA__TOP | final protected static int AREA__TOP(Code) | | |
FIRST_INDEX | final protected static int FIRST_INDEX(Code) | | |
RenderConsolePageContextHelper | protected RenderConsolePageContextHelper()(Code) | | |
getAllCenterSectionPaneProperties | final protected static HashMap getAllCenterSectionPaneProperties(ConsoleConfig inCc, int inIndex)(Code) | | |
getAllLeftSectionPaneProperties | final protected static HashMap getAllLeftSectionPaneProperties(ConsoleConfig inCc, int inIndex)(Code) | | |
getAllRightSectionPaneProperties | final protected static HashMap getAllRightSectionPaneProperties(ConsoleConfig inCc, int inIndex)(Code) | | |
getContextHeight | final protected static int getContextHeight(HashMap inHm)(Code) | | |
getContextWidth | final protected static int getContextWidth(HashMap inHm)(Code) | | |
|
|