Package org.kuali.rice.kns.lookup
Class HtmlData.InputHtmlData
java.lang.Object
org.kuali.rice.kns.lookup.HtmlData
org.kuali.rice.kns.lookup.HtmlData.InputHtmlData
- All Implemented Interfaces:
Serializable
- Enclosing class:
HtmlData
This class is an extension of HtmlData. It represents an input tag.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.lookup.HtmlData
HtmlData.AnchorHtmlData, HtmlData.InputHtmlData, HtmlData.MultipleAnchorHtmlData -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final Stringstatic final Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.kuali.rice.kns.lookup.HtmlData
ANCHOR_HTML_DATA_TYPE, appendDisplayText, childUrlDataList, displayText, INPUT_HTML_DATA_TYPE, LOG, maxLength, methodToCall, name, prependDisplayText, title -
Constructor Summary
ConstructorsConstructorDescriptionInputHtmlData(String name, String inputType) InputHtmlData(String name, String inputType, String src) -
Method Summary
Modifier and TypeMethodDescriptionThis method contructs an input tag.getSrc()voidvoidsetChecked(String checked) voidsetStyleClass(String styleClass) voidMethods inherited from class org.kuali.rice.kns.lookup.HtmlData
getAppendDisplayText, getChildUrlDataList, getDisplayText, getMaxLength, getMethodToCall, getName, getPrependDisplayText, getTitle, getTitle, getTitleText, getTitleText, setAppendDisplayText, setChildUrlDataList, setDisplayText, setMaxLength, setMethodToCall, setName, setPrependDisplayText, setTitle
-
Field Details
-
CHECKBOX_INPUT_TYPE
- See Also:
-
CHECKBOX_CHECKED_VALUE
- See Also:
-
inputType
-
src
-
styleClass
-
border
-
checked
-
value
-
-
Constructor Details
-
InputHtmlData
-
InputHtmlData
-
-
Method Details
-
constructCompleteHtmlTag
This method contructs an input tag.- Specified by:
constructCompleteHtmlTagin classHtmlData- Returns:
- See Also:
-
getInputType
- Returns:
- the inputType
-
getSrc
- Returns:
- the src
-
getBorder
- Returns:
- the border
-
setBorder
- Parameters:
border- the border to set
-
getStyleClass
- Returns:
- the styleClass
-
setStyleClass
- Parameters:
styleClass- the styleClass to set
-
setChecked
- Parameters:
checked- the checked to set
-
setValue
- Parameters:
value- the value to set
-