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
@spec columned_list() :: GtBridge.Phlow.ColumnedList.t()
Create a new columned list view.
@spec columned_tree() :: GtBridge.Phlow.ColumnedTree.t()
Create a new columned tree view.
@spec empty() :: GtBridge.Phlow.Empty.t()
Create a new empty view.
@spec list() :: GtBridge.Phlow.List.t()
Create a new list view.
@spec mondrian() :: GtBridge.Phlow.Mondrian.t()
Create a new Mondrian (graph) view.
@spec text() :: GtBridge.Phlow.Text.t()
Create a new text editor view.