org.kuali.rice.kns.lookup
Class HtmlData.InputHtmlData
java.lang.Object
   org.kuali.rice.kns.lookup.HtmlData
org.kuali.rice.kns.lookup.HtmlData
       org.kuali.rice.kns.lookup.HtmlData.InputHtmlData
org.kuali.rice.kns.lookup.HtmlData.InputHtmlData
- All Implemented Interfaces: 
- Serializable
- Enclosing class:
- HtmlData
- public static class HtmlData.InputHtmlData 
- extends HtmlData
This class is an extension of HtmlData. It represents an input tag.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
| Fields 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 | 
 
 
 
| Methods 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 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CHECKBOX_INPUT_TYPE
public static final String CHECKBOX_INPUT_TYPE
- See Also:
- Constant Field Values
CHECKBOX_CHECKED_VALUE
public static final String CHECKBOX_CHECKED_VALUE
- See Also:
- Constant Field Values
inputType
protected String inputType
src
protected String src
styleClass
protected String styleClass
border
protected String border
checked
protected String checked
value
protected String value
HtmlData.InputHtmlData
public HtmlData.InputHtmlData(String name,
                              String inputType)
HtmlData.InputHtmlData
public HtmlData.InputHtmlData(String name,
                              String inputType,
                              String src)
constructCompleteHtmlTag
public String constructCompleteHtmlTag()
- This method contructs an input tag.
 
- 
- Specified by:
- constructCompleteHtmlTagin class- HtmlData
 
- 
- Returns:
- See Also:
- HtmlData.constructCompleteHtmlTag()
 
getInputType
public String getInputType()
- 
- Returns:
- the inputType
 
getSrc
public String getSrc()
- 
- Returns:
- the src
 
getBorder
public String getBorder()
- 
- Returns:
- the border
 
setBorder
public void setBorder(String border)
- 
- Parameters:
- border- the border to set
 
getStyleClass
public String getStyleClass()
- 
- Returns:
- the styleClass
 
setStyleClass
public void setStyleClass(String styleClass)
- 
- Parameters:
- styleClass- the styleClass to set
 
setChecked
public void setChecked(String checked)
- 
- Parameters:
- checked- the checked to set
 
setValue
public void setValue(String value)
- 
- Parameters:
- value- the value to set
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.