GtBridge.Phlow.Builder (gt_bridge v0.17.3)

Copy Markdown View Source

Builder for creating Phlow views.

This module provides factory methods for creating different types of views that can be used in defview declarations.

Summary

Functions

Create a new columned list view.

Create a new columned tree view.

Create a new empty view.

Create a new list view.

Create a new Mondrian (graph) view.

Create a new text editor view.

Functions

columned_list()

@spec columned_list() :: GtBridge.Phlow.ColumnedList.t()

Create a new columned list view.

columned_tree()

@spec columned_tree() :: GtBridge.Phlow.ColumnedTree.t()

Create a new columned tree view.

empty()

@spec empty() :: GtBridge.Phlow.Empty.t()

Create a new empty view.

list()

@spec list() :: GtBridge.Phlow.List.t()

Create a new list view.

mondrian()

@spec mondrian() :: GtBridge.Phlow.Mondrian.t()

Create a new Mondrian (graph) view.

text()

@spec text() :: GtBridge.Phlow.Text.t()

Create a new text editor view.