Class DTODataCollectionNodeType<T>
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<T>
- Type Parameters:
T- the generic type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DTODataCollectionNodeBarcode,DTODataCollectionNodeBoolean,DTODataCollectionNodeCheckbox,DTODataCollectionNodeCoordinates,DTODataCollectionNodeDate,DTODataCollectionNodeDatetime,DTODataCollectionNodeDouble,DTODataCollectionNodeDownloadAttachment,DTODataCollectionNodeLong,DTODataCollectionNodeMatrix,DTODataCollectionNodeMultiAttachment,DTODataCollectionNodeMultiSelection,DTODataCollectionNodeRadio,DTODataCollectionNodeRegEx,DTODataCollectionNodeResource,DTODataCollectionNodeSection,DTODataCollectionNodeSelection,DTODataCollectionNodeText,DTODataCollectionNodeTime
DTO for mobile forms node type.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the mobile forms node type.Returns the placeholder text for the mobile forms node.Returns the tooltip text for the mobile forms node.getValue()Returns the value of the mobile forms node.protected abstract StringinitName()Initializes and returns the name of the mobile forms node type.voidsetPlaceholder(LocalizedString placeholder) Sets the placeholder text for the mobile forms node.voidsetTooltip(LocalizedString tooltip) Sets the tooltip text for the mobile forms node.voidSets the value of the mobile forms node.
-
Constructor Details
-
DTODataCollectionNodeType
public DTODataCollectionNodeType()
-
-
Method Details
-
getName
Returns the name of the mobile forms node type.- Returns:
- the node type name
-
initName
Initializes and returns the name of the mobile forms node type. This method must be implemented by subclasses to provide the specific type name.- Returns:
- the node type name
-
getValue
Returns the value of the mobile forms node.- Returns:
- the node value
-
setValue
Sets the value of the mobile forms node.- Parameters:
value- the node value to set
-
getPlaceholder
Returns the placeholder text for the mobile forms node.- Returns:
- the placeholder text
-
setPlaceholder
Sets the placeholder text for the mobile forms node.- Parameters:
placeholder- the placeholder text to set
-
getTooltip
Returns the tooltip text for the mobile forms node.- Returns:
- the tooltip text
-
setTooltip
Sets the tooltip text for the mobile forms node.- Parameters:
tooltip- the tooltip text to set
-