public class ECSFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ON
Description of the Field
|
static String |
PASSWORD
Description of the Field
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.ecs.Element |
makeBox(String name,
String value)
Description of the Method
|
static org.apache.ecs.Element |
makeButton(String text)
Description of the Method
|
static org.apache.ecs.Element |
makeButton(String text,
String onClickFunction)
makeButton.
|
static org.apache.ecs.html.TR |
makeField(String labeltext,
String value,
org.apache.ecs.Element e)
Description of the Method
|
static org.apache.ecs.html.TR |
makeField(String labeltext,
String name,
String value,
int size)
Description of the Method
|
static org.apache.ecs.Element |
makeInput(String label,
String type,
String name,
boolean value,
boolean selected,
String alignment)
Description of the Method
|
static org.apache.ecs.Element |
makeInput(String label,
String type,
String name,
String value)
Description of the Method
|
static org.apache.ecs.Element |
makeInput(String label,
String type,
String name,
String value,
boolean selected,
String alignment)
Description of the Method
|
static org.apache.ecs.html.A |
makeLink(String text,
String name,
boolean value)
Description of the Method
|
static org.apache.ecs.html.A |
makeLink(String text,
String name,
int value)
Description of the Method
|
static org.apache.ecs.html.A |
makeLink(String text,
String name,
String value)
Description of the Method
|
static org.apache.ecs.html.Input |
makeOnClickInput(String text,
String clickAction,
String type)
Description of the Method
|
static org.apache.ecs.html.Option |
makeOption(String label,
boolean value)
Description of the Method
|
static org.apache.ecs.html.TR |
makeOption(String labeltext,
String value,
org.apache.ecs.Element e)
Description of the Method
|
static org.apache.ecs.Element |
makePulldown(String name,
List<String> options)
Description of the Method
|
static org.apache.ecs.html.Select |
makePulldown(String name,
Object[] list,
String selected,
int rowsShowing)
Description of the Method
|
static org.apache.ecs.Element |
makePulldown(String name,
String results)
Description of the Method
|
static org.apache.ecs.Element |
makeSelect(boolean diffNames,
org.apache.ecs.html.Select select,
String name,
Vector<org.apache.ecs.html.Option> options,
String[] list,
String selected)
Default size of 1 for rows showing in select box.
|
static org.apache.ecs.html.Select |
makeSelect(boolean diffNames,
org.apache.ecs.html.Select select,
String name,
Vector<org.apache.ecs.html.Option> options,
String[] list,
String selected,
int rowsShowing)
Description of the Method
|
static org.apache.ecs.Element |
makeTallHeader(String title)
Description of the Method
|
static org.apache.ecs.Element |
makeTextArea(String title,
String text)
Description of the Method
|
public static final String ON
public static final String PASSWORD
public static org.apache.ecs.Element makeBox(String name, String value)
name - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.Element makeButton(String text)
text - Description of the Parameterpublic static org.apache.ecs.Element makeButton(String text, String onClickFunction)
makeButton.
public static org.apache.ecs.html.TR makeField(String labeltext, String value, org.apache.ecs.Element e)
labeltext - Description of the Parametervalue - Description of the Parametere - Description of the Parameterpublic static org.apache.ecs.html.TR makeField(String labeltext, String name, String value, int size)
labeltext - Description of the Parametername - Description of the Parametervalue - Description of the Parametersize - Description of the Parameterpublic static org.apache.ecs.Element makeInput(String label, String type, String name, boolean value, boolean selected, String alignment)
label - Description of the Parametertype - Description of the Parametername - Description of the Parametervalue - Description of the Parameteralignment - Description of the Parameterselected - Description of the Parameterpublic static org.apache.ecs.Element makeInput(String label, String type, String name, String value)
label - Description of the Parametertype - Description of the Parametername - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.Element makeInput(String label, String type, String name, String value, boolean selected, String alignment)
label - Description of the Parametertype - Description of the Parametername - Description of the Parametervalue - Description of the Parameteralignment - Description of the Parameterselected - Description of the Parameterpublic static org.apache.ecs.html.A makeLink(String text, String name, String value)
text - Description of the Parametername - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.html.A makeLink(String text, String name, int value)
text - Description of the Parametername - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.html.A makeLink(String text, String name, boolean value)
text - Description of the Parametername - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.html.Input makeOnClickInput(String text, String clickAction, String type)
text - Description of the ParameterclickAction - Description of the Parametertype - Description of the Parameterpublic static org.apache.ecs.html.TR makeOption(String labeltext, String value, org.apache.ecs.Element e)
labeltext - Description of the Parametervalue - Description of the Parametere - Description of the Parameterpublic static org.apache.ecs.html.Option makeOption(String label, boolean value)
label - Description of the Parametervalue - Description of the Parameterpublic static org.apache.ecs.Element makePulldown(String name, List<String> options)
name - Description of the Parameteroptions - Description of the Parameterpublic static org.apache.ecs.Element makePulldown(String name, String results)
results - Description of the Parametername - a String object.public static org.apache.ecs.html.Select makePulldown(String name, Object[] list, String selected, int rowsShowing)
name - Description of the Parameterlist - Description of the Parameterselected - Description of the ParameterrowsShowing - Description of the Parameterpublic static org.apache.ecs.Element makeSelect(boolean diffNames,
org.apache.ecs.html.Select select,
String name,
Vector<org.apache.ecs.html.Option> options,
String[] list,
String selected)
diffNames - Description of the Parameterselect - Description of the Parameterselected - Description of the Parameterselected - Description of the Parameterselected - Description of the Parameterselected - Description of the Parametername - Description of the Parameteroptions - Description of the Parameterlist - Description of the Parameterselected - Description of the Parameterselected - Description of the Parameterpublic static org.apache.ecs.html.Select makeSelect(boolean diffNames,
org.apache.ecs.html.Select select,
String name,
Vector<org.apache.ecs.html.Option> options,
String[] list,
String selected,
int rowsShowing)
diffNames - Description of the Parameterselect - Description of the Parameterselected - Description of the Parameterselected - Description of the Parameterselected - Description of the Parameterselected - Description of the Parametername - Description of the Parameteroptions - Description of the Parameterlist - Description of the Parameterselected - Description of the Parameterselected - Description of the ParameterrowsShowing - Description of the Parameterpublic static org.apache.ecs.Element makeTallHeader(String title)
title - Description of the ParameterCopyright © 2006–2016 OWASP. All rights reserved.