| |
|
| java.lang.Object com.salmonllc.html.HtmlComponent com.salmonllc.html.HtmlResetButton
HtmlResetButton | public class HtmlResetButton extends HtmlComponent (Code) | | This class generates an html reset button for a page.
|
HtmlResetButton | public HtmlResetButton(String name, String dispName, HtmlPage p)(Code) | | Constructs a new Submit Button.
Parameters: name - Each component on a page must have a unique name. Parameters: dispName - The text to appear on the button. Parameters: p - A Props object that will be used to initialize any properties in the object. |
HtmlResetButton | public HtmlResetButton(String name, String dispName, String theme, HtmlPage p)(Code) | | Constructs a new Submit Button.
Parameters: name - Each component on a page must have a unique name. Parameters: dispName - The text to appear on the button. Parameters: theme - The theme to use for loading properties. Parameters: p - A Props object that will be used to initialize any properties in the object. |
getDisplayName | public String getDisplayName()(Code) | | This method returns the text that will be displayed on the button in the browser.
java.lang.String |
getFontEndTag | public String getFontEndTag()(Code) | | This method gets the end font tag for the component.
|
getFontStartTag | public String getFontStartTag()(Code) | | This method gets the start font tag for the component.
|
getOnClick | public String getOnClick()(Code) | | This method gets the javascript that will be executed when the button is clicked.
|
getTheme | public String getTheme()(Code) | | This method returns the property theme for the component.
Parameters: theme - The theme to use. |
setDisplayName | public void setDisplayName(String name)(Code) | | This method sets the text that will appear on the button in the browser.
|
setFontEndTag | public void setFontEndTag(String value)(Code) | | This method sets the end font tag for the component.
|
setFontStartTag | public void setFontStartTag(String value)(Code) | | This method sets the start font tag for the component.
|
setOnClick | public void setOnClick(String onClick)(Code) | | This method sets the javascript that will be executed when the button is clicked.
|
setTheme | public void setTheme(String theme)(Code) | | This method sets the property theme for the component.
Parameters: theme - The theme to use. |
|
|
|