Class ManagedMultilineTextInputWidgetDescription
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ManagedInputWidgetDescription
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.ManagedMultilineTextInputWidgetDescription
-
- All Implemented Interfaces:
IManagedInputWidgetDescription
,java.io.Serializable
public class ManagedMultilineTextInputWidgetDescription extends ManagedInputWidgetDescription
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedMultilineTextInputWidgetDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedInputFieldType
getManagedInputFieldType()
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.ManagedInputWidgetDescription
getCode, getDescription, getLabel, getValue, isMandatory, setCode, setDescription, setLabel, setMandatory, setValue
-
-
-
-
Method Detail
-
getManagedInputFieldType
public ManagedInputFieldType getManagedInputFieldType()
- Returns:
- type of this input field
-
-