org.kuali.rice.kns.lookup
Class HtmlData.InputHtmlData

java.lang.Object
  extended by org.kuali.rice.kns.lookup.HtmlData
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kns.lookup.HtmlData
HtmlData.AnchorHtmlData, HtmlData.InputHtmlData, HtmlData.MultipleAnchorHtmlData
 
Field Summary
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
           
 
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
 
Constructor Summary
HtmlData.InputHtmlData(String name, String inputType)
           
HtmlData.InputHtmlData(String name, String inputType, String src)
           
 
Method Summary
 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)
           
 
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
 

Field Detail

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
Constructor Detail

HtmlData.InputHtmlData

public HtmlData.InputHtmlData(String name,
                              String inputType)

HtmlData.InputHtmlData

public HtmlData.InputHtmlData(String name,
                              String inputType,
                              String src)
Method Detail

constructCompleteHtmlTag

public String constructCompleteHtmlTag()
This method contructs an input tag.

Specified by:
constructCompleteHtmlTag in 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.