| |
|
| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.jsp.JspContainer com.salmonllc.jsp.JspDisplayBox com.salmonllc.jsp.JspFormDisplayBox
All known Subclasses: com.salmonllc.jsp.JspDetailFormDisplayBox, com.salmonllc.jsp.JspListFormDisplayBox, com.salmonllc.jsp.JspSearchFormDisplayBox,
JspFormDisplayBox | abstract public class JspFormDisplayBox extends JspDisplayBox (Code) | | An extended version of the display box with addional functionality for building search, list and detail forms. This is the base class for the specific form components
|
BUTTON_DISPLAY_BELOW_TABLE | final public static int BUTTON_DISPLAY_BELOW_TABLE(Code) | | |
BUTTON_DISPLAY_IN_HEADER | final public static int BUTTON_DISPLAY_IN_HEADER(Code) | | |
BUTTON_DISPLAY_IN_HEADER_AND_BELOW_TABLE | final public static int BUTTON_DISPLAY_IN_HEADER_AND_BELOW_TABLE(Code) | | |
_buttonDisplayLocation | protected int _buttonDisplayLocation(Code) | | |
_okButtonCap_cancelButtonCap_undoButtonCap | protected String _okButtonCap_cancelButtonCap_undoButtonCap(Code) | | |
_updateLocale | protected boolean _updateLocale(Code) | | |
_validatorBuiltInternally | protected boolean _validatorBuiltInternally(Code) | | |
autoBindComponents | abstract public void autoBindComponents() throws Exception(Code) | | Binds various components to the component based on their names passed to the constructor. CriteriaBuilder, CriteriaValidator and ListForm. This method is called by the framework and should not be called directly.
|
generateHTML | public void generateHTML(TagWriter t, String boxBody) throws Exception(Code) | | Generates the Html for the component. This method is called by the framework and should not be called directly
|
getBottomButtonAlign | public String getBottomButtonAlign()(Code) | | the alignment for buttons that appear at the bottom of the component under the table |
getButtonsVisible | protected boolean[] getButtonsVisible()(Code) | | |
getCancelButtonCap | public String getCancelButtonCap()(Code) | | the caption for the cancel button |
getOkButtonCap | public String getOkButtonCap()(Code) | | the caption for the ok button |
getUndoButtonCap | public String getUndoButtonCap()(Code) | | the caption for the undo button |
isFromLookup | protected boolean isFromLookup()(Code) | | |
isFromPopupLookup | protected boolean isFromPopupLookup()(Code) | | |
processLocaleInfo | protected void processLocaleInfo()(Code) | | |
setBottomButtonAlign | public void setBottomButtonAlign(String string)(Code) | | rets the alignment for buttons that appear at the bottom of the component under the table. Valid values are ALIGN_LEFT, ALIGN_CENTER and ALIGN_RIGHT
|
setButtonBgColor | public void setButtonBgColor(String bgColor)(Code) | | Sets the background color for the search and add buttons
|
setButtonFontStyle | public void setButtonFontStyle(String style)(Code) | | Sets the font style for the search and add buttons
|
setButtonVisible | protected void setButtonVisible(boolean vis)(Code) | | |
setCancelButtonCap | public void setCancelButtonCap(String string)(Code) | | sets the caption for the cancel button
|
setOkButtonCap | public void setOkButtonCap(String string)(Code) | | sets the caption for the ok button
|
setTheme | public void setTheme(String theme)(Code) | | Sets the theme for the component
|
setUndoButtonCap | public void setUndoButtonCap(String string)(Code) | | sets the caption for the undo button
|
setUpButtons | protected void setUpButtons()(Code) | | |
setVisible | public void setVisible(boolean vis)(Code) | | Sets the component and all subcomponents visible or not
|
updateLocale | public void updateLocale()(Code) | | Updates the display box button labels for the current language
|
|
|
|