Class TextArea
java.lang.Object
com.suncode.pwfl.workflow.form.AbstractFormField
com.suncode.pwfl.workflow.form.field.TextArea
- All Implemented Interfaces:
FormField
-
Field Summary
Fields inherited from class com.suncode.pwfl.workflow.form.AbstractFormField
type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreadSpecificAttributes(org.enhydra.shark.xpdl.elements.ExtendedAttributes eas) Wczytuje specyficzne atrybuty dla polatoString()Methods inherited from class com.suncode.pwfl.workflow.form.AbstractFormField
getType, getVariableDescription, getVariableId, getVariableName, isHidden, isReadOnly, isRequired, readSpecificAttribute, setHidden, setReadOnly, setRequired, setType, setVariableDescription, setVariableId, setVariableName
-
Constructor Details
-
TextArea
public TextArea()
-
-
Method Details
-
toString
-
readSpecificAttributes
public void readSpecificAttributes(org.enhydra.shark.xpdl.elements.ExtendedAttributes eas) Description copied from interface:FormFieldWczytuje specyficzne atrybuty dla pola- Specified by:
readSpecificAttributesin interfaceFormField- Overrides:
readSpecificAttributesin classAbstractFormField- Parameters:
eas- Definicja atrybutów
-