Interface TemplateRef.Builder
- Enclosing class:
TemplateRef
public static interface TemplateRef.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontemplateRef(TemplateRefTemplateRef templateRef) Set the templateRef of thisTemplateRefinstance.
-
Method Details
-
templateRef
Set the templateRef of thisTemplateRefinstance.- Parameters:
templateRef- The templateRef of thisTemplateRef- Returns:
- The TemplateRef instance.
-