| java.lang.Object org.jfolder.common.web.template.CreationParameterContext
Method Summary | |
public void | addInputAsButton(Integer inIndex, String inLabel, String inScript) | public void | addInputAsExclusive(Integer inIndex, String inLabel, String inList, String inListLabels) | public void | addInputAsFileUpload(Integer inIndex, String inLabel) | public void | addInputAsHiddenBox(Integer inIndex, String inValue) | public void | addInputAsInclusive(Integer inIndex, String inLabel, String inList, String inListLabels, String inT) | public void | addInputAsTextArea(Integer inIndex, String inLabel, String inValue) | public void | addInputAsTextBox(Integer inIndex, String inLabel, String inValue) | public void | addInputAsVariable(Integer inIndex, String inLabel, Class inClass) | public void | addUnformattedInput(Integer inIndex, Integer inType, String inLabel, String inValue, String inList, String inListLabels) | public void | addUnformattedInput(Integer inIndex, String inType, String inLabel, String inValue, String inList, String inListLabels) | public String | createParameterCall() | public boolean | equals(Object inObj) | final public static String | getBaseId() | final public static String | getButtonFromTypeButton(int inIndex) | final public static String | getCancelText() | final public static String | getCreationSubmit(SubmitActionContext inSac, boolean inReplaceParameters, int inParameterCount) | final public static String | getDropDownBoxFromTypeSelectExclusive(int inIndex) | final public static String | getDropDownBoxFromTypeSelectInclusive(int inIndex) | final public static String | getFileUploadFromTypeFileUpload(int inIndex) | final public static String | getHiddenBoxFromTypeHiddenBox(int inIndex) | final public static String | getOtherFromTypeButton(int inIndex) | final public static String | getTextAreaFromTypeTextArea(int inIndex) | final public static String | getTextBoxFromTypeSelectInclusive(int inIndex) | final public static String | getTextBoxFromTypeTextBox(int inIndex) | public int | hashCode() | final public static CreationParameterContext | newInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo) | final public static CreationParameterContext | newInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo) | final public static CreationParameterContext | newInstance(String inTopLabel, SubmitActionContext inSac, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes) | final public static CreationParameterContext | newInstance(String inTopLabel, String inAction, boolean inReplaceParams, boolean inShowSubmitTwo, boolean inUseQuotes) | final public static String | prepareItems(String inItems) | final public static void | renderConceptTagCreationFunction(ConsoleTemplateContext inCtc) | final public static void | renderConceptTagCreationObject(ConsoleTemplateContext inCtc, ConsoleTemplateSession inCts) |
CONSOLE_CREATION_PARAMETER_COUNT | final protected static String CONSOLE_CREATION_PARAMETER_COUNT(Code) | | |
CONSOLE_CREATION_PARAMETER_TYPE_PREFIX | final protected static String CONSOLE_CREATION_PARAMETER_TYPE_PREFIX(Code) | | |
CONSOLE_CREATION_REPLACE_PARAMETERS | final protected static String CONSOLE_CREATION_REPLACE_PARAMETERS(Code) | | |
CONSOLE_CREATION_STRUCTURE_PREFIX | final protected static String CONSOLE_CREATION_STRUCTURE_PREFIX(Code) | | |
CONSOLE_CREATION_SUBMIT_ONE | final protected static String CONSOLE_CREATION_SUBMIT_ONE(Code) | | |
CONSOLE_CREATION_SUBMIT_TWO | final protected static String CONSOLE_CREATION_SUBMIT_TWO(Code) | | |
TYPE_EXCLUSIVE_SELECT | final public static Integer TYPE_EXCLUSIVE_SELECT(Code) | | |
TYPE_FILE_UPLOAD | final public static Integer TYPE_FILE_UPLOAD(Code) | | |
TYPE_INCLUSIVE_SELECT | final public static Integer TYPE_INCLUSIVE_SELECT(Code) | | |
getButtonFromTypeButton | final public static String getButtonFromTypeButton(int inIndex)(Code) | | |
getCancelText | final public static String getCancelText()(Code) | | |
getDropDownBoxFromTypeSelectExclusive | final public static String getDropDownBoxFromTypeSelectExclusive(int inIndex)(Code) | | |
getDropDownBoxFromTypeSelectInclusive | final public static String getDropDownBoxFromTypeSelectInclusive(int inIndex)(Code) | | |
getFileUploadFromTypeFileUpload | final public static String getFileUploadFromTypeFileUpload(int inIndex)(Code) | | |
getHiddenBoxFromTypeHiddenBox | final public static String getHiddenBoxFromTypeHiddenBox(int inIndex)(Code) | | |
getOtherFromTypeButton | final public static String getOtherFromTypeButton(int inIndex)(Code) | | |
getTextAreaFromTypeTextArea | final public static String getTextAreaFromTypeTextArea(int inIndex)(Code) | | |
getTextBoxFromTypeSelectInclusive | final public static String getTextBoxFromTypeSelectInclusive(int inIndex)(Code) | | |
getTextBoxFromTypeTextBox | final public static String getTextBoxFromTypeTextBox(int inIndex)(Code) | | |
hashCode | public int hashCode()(Code) | | |
|
|