public static class HtmlData.InputHtmlData extends HtmlData
HtmlData.AnchorHtmlData, HtmlData.InputHtmlData, HtmlData.MultipleAnchorHtmlData| Modifier and Type | Field and Description |
|---|---|
protected String |
border |
static String |
CHECKBOX_CHECKED_VALUE |
static String |
CHECKBOX_INPUT_TYPE |
protected String |
checked |
protected String |
inputType |
protected String |
src |
protected String |
styleClass |
protected String |
value |
ANCHOR_HTML_DATA_TYPE, appendDisplayText, childUrlDataList, displayText, INPUT_HTML_DATA_TYPE, LOG, maxLength, methodToCall, name, prependDisplayText, title| Constructor and Description |
|---|
InputHtmlData(String name,
String inputType) |
InputHtmlData(String name,
String inputType,
String src) |
| Modifier and Type | Method and Description |
|---|---|
String |
constructCompleteHtmlTag()
This method contructs an input tag.
|
String |
getBorder() |
String |
getInputType() |
String |
getSrc() |
String |
getStyleClass() |
void |
setBorder(String border) |
void |
setChecked(String checked) |
void |
setStyleClass(String styleClass) |
void |
setValue(String value) |
getAppendDisplayText, getChildUrlDataList, getDisplayText, getMaxLength, getMethodToCall, getName, getPrependDisplayText, getTitle, getTitle, getTitleText, getTitleText, setAppendDisplayText, setChildUrlDataList, setDisplayText, setMaxLength, setMethodToCall, setName, setPrependDisplayText, setTitlepublic static final String CHECKBOX_INPUT_TYPE
public static final String CHECKBOX_CHECKED_VALUE
protected String styleClass
public InputHtmlData(String name, String inputType)
public InputHtmlData(String name, String inputType, String src)
public String constructCompleteHtmlTag()
constructCompleteHtmlTag in class HtmlDataHtmlData.constructCompleteHtmlTag()public String getInputType()
public String getStyleClass()
public void setStyleClass(String styleClass)
styleClass - the styleClass to setpublic void setChecked(String checked)
checked - the checked to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.