Klasse FWFormComponentTemplates
java.lang.Object
net.simplace.client.sim.formengine.FWFormComponentTemplates
- Autor:
- aenders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic org.jdom2.ElementcreateBooleanElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aVisible) static final org.jdom2.ElementcreateChoiceElement(String aID, String aDescription, boolean aMultiselect, LinkedHashMap<String, String> aOptionsMap, String aDefault, String aEnabled, String aRequired, String aVisible) static org.jdom2.ElementcreateDateElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aPrecision, String aMinValue, String aMaxValue, String aVisible) static final org.jdom2.ElementcreateDoubleElement(String aID, String aDescription, String aMin, String aMax, Integer aPrecision, String aDefault, String aEnabled, String aRequired, String aVisible) static final org.jdom2.ElementcreateFileElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aVisible) static org.jdom2.ElementcreateFormElement(String aName) static final org.jdom2.ElementcreateGroupElement(String aID, String aDescription, String aEnabled, String aVisible, String aDetachable) static final org.jdom2.ElementcreateIntegerElement(String aID, String aDescription, Integer aMin, Integer aMax, String aDefault, String aEnabled, String aRequired, String aVisible) static final org.jdom2.ElementcreateLabelElement(String tID, String tText) static final org.jdom2.ElementcreateTableElement(String tID) static final org.jdom2.ElementcreateTextElement(String aID, String aDescription, int aMaxlength, String aRegexp, String aDefault, String aEnabled, String aRequired, String aVisible)
-
Konstruktordetails
-
FWFormComponentTemplates
public FWFormComponentTemplates()
-
-
Methodendetails
-
createLabelElement
- Parameter:
tID-tText-- Gibt zurück:
- label Element (id only)
-
createTextElement
public static final org.jdom2.Element createTextElement(String aID, String aDescription, int aMaxlength, String aRegexp, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aMaxlength-aRegexp-aDefault-aEnabled-aRequired-aVisible-aShouldLocalize-- Gibt zurück:
- label Element (id only)
-
createFileElement
public static final org.jdom2.Element createFileElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aDefault-aEnabled-aRequired-aVisible-aShouldLocalize-- Gibt zurück:
- label Element (id only)
-
createChoiceElement
public static final org.jdom2.Element createChoiceElement(String aID, String aDescription, boolean aMultiselect, LinkedHashMap<String, String> aOptionsMap, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aMultiselect-aOptionsMap-aDefault-aEnabled-aRequired-aVisible-- Gibt zurück:
- label Element (id only)
-
createIntegerElement
public static final org.jdom2.Element createIntegerElement(String aID, String aDescription, Integer aMin, Integer aMax, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aMin-aMax-aDefault-aEnabled-aRequired-aVisible-aShouldLocalize-- Gibt zurück:
- label Element (id only)
-
createDoubleElement
public static final org.jdom2.Element createDoubleElement(String aID, String aDescription, String aMin, String aMax, Integer aPrecision, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aMin-aMax-aPrecision-aDefault-aEnabled-aRequired-aVisible-aShouldLocalize-- Gibt zurück:
- label Element (id only)
-
createBooleanElement
public static org.jdom2.Element createBooleanElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aVisible) - Parameter:
aID-aDescription-aDefault-aEnabled-aRequired-aVisible-aShouldLocalize-- Gibt zurück:
- boolean Element
-
createDateElement
public static org.jdom2.Element createDateElement(String aID, String aDescription, String aDefault, String aEnabled, String aRequired, String aPrecision, String aMinValue, String aMaxValue, String aVisible) - Parameter:
aID-aDescription-aDefault-aEnabled-aRequired-aPrecision-aVisible-aShouldLocalize-- Gibt zurück:
- date Element
-
createGroupElement
public static final org.jdom2.Element createGroupElement(String aID, String aDescription, String aEnabled, String aVisible, String aDetachable) - Parameter:
aID-aDescription-aEnabled-aVisible-aDetachable-aRequired-aShouldLocalize-- Gibt zurück:
- group Element
-
createTableElement
- Parameter:
tID-- Gibt zurück:
- label Element (id only)
-
createFormElement
- Parameter:
aName-- Gibt zurück:
- the form Element
-