Uses of Class
org.jutil.text.html.Element

Packages that use Element
org.jutil.text.html   
 

Uses of Element in org.jutil.text.html
 

Subclasses of Element in org.jutil.text.html
 class Input
           
 class InputCountry
          JSP usage: <% InputCountry scountry = new InputCountry("AU"); out.println(scountry.toString()); %> or <%=new InputCountry((String)profile.getAttribute("Ecom_BillTo_Postal_CountryCode"), "Ecom_BillTo_Postal_")%> request.getParameter("Ecom_BillTo_Postal_CountryCode"); or request.getParameter("juCountryCode");
 class InputCreditCardMonth
           
 class InputCreditCardType
           
 class InputCreditCardYear
           
 class InputDate
          JSP usage: <% InputDate sdate = new InputDate(booking.getStartDate()); sdate.setAttribute("name", "juBkStartDate"); out.println(sdate.toString()); %> or <%=new InputDate(booking.getStartDate(), "juBkStartDate")%> request.getParameter("juBkStartDateDay"); request.getParameter("juBkStartDateMonth"); request.getParameter("juBkStartDateYear"); or request.getParameter("juDay"); request.getParameter("juMonth"); request.getParameter("juYear");
 class InputHidden
           
 class Select
           
 

Methods in org.jutil.text.html with parameters of type Element
static void Element.setAttributes(Element elm, java.lang.String[] attrs)