Uses of Class
org.javlo.component.form.FormComponent
-
Packages that use FormComponent Package Description org.javlo.component.form org.javlo.helper -
-
Uses of FormComponent in org.javlo.component.form
Subclasses of FormComponent in org.javlo.component.form Modifier and Type Class Description class
AddressFormRegisterComponent
-
Uses of FormComponent in org.javlo.helper
Methods in org.javlo.helper with parameters of type FormComponent Modifier and Type Method Description static String
XHTMLHelper. getCheckbox(ContentContext ctx, String field, FormComponent formComponent)
static String
XHTMLHelper. getRadioInput(ContentContext ctx, FormComponent formComponent, String field, String choiceValue)
static String
XHTMLHelper. getRadioInput(ContentContext ctx, FormComponent formComponent, String field, String choiceValue, String jsOnChange)
static String
XHTMLHelper. getRowInput(ContentContext ctx, String field, FormComponent formComponent)
static String
XHTMLHelper. getRowInput(ContentContext ctx, String field, FormComponent formComponent, String inputType)
static String
XHTMLHelper. getRowInput(ContentContext ctx, String field, FormComponent formComponent, String[][] content)
static String
XHTMLHelper. getRowInputOneSelect(ContentContext ctx, String field, String[] content, FormComponent formComponent)
static String
XHTMLHelper. getRowPassword(ContentContext ctx, String field, FormComponent formComponent)
static String
XHTMLHelper. getRowTextArea(ContentContext ctx, FormComponent formComponent, String field)
static String
XHTMLHelper. getTextArea(ContentContext ctx, FormComponent formComponent, String field)
-