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

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:
  • Field Details

  • Constructor Details

    • InputHtmlData

      public InputHtmlData(String name, String inputType)
    • InputHtmlData

      public InputHtmlData(String name, String inputType, String src)
  • Method Details

    • constructCompleteHtmlTag

      public String constructCompleteHtmlTag()
      This method contructs an input tag.
      Specified by:
      constructCompleteHtmlTag in class HtmlData
      Returns:
      See Also:
    • 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