Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xmlet/HtmlFlow
/ div
Method
div
htmlflow-core/src/main/java/htmlflow/HtmlPage.java:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
public
abstract Html<HtmlPage> html();
81
82
public
final
Div<HtmlPage> div() {
83
return
new
Div<>(this);
84
}
85
86
public
final
Tr<HtmlPage> tr() {
87
return
new
Tr<>(this);
Callers
15
get
Method · 0.80
simpleTableView
Method · 0.80
taskListViewWithPartials
Method · 0.80
taskListViewHeader
Method · 0.80
taskTableView
Method · 0.80
taskView
Method · 0.80
HtmlLists
Class · 0.80
docWithNoIndent
Method · 0.80
viewWithNoIndent
Method · 0.80
viewAsyncWithNoIndent
Method · 0.80
taskDetailsTemplate
Method · 0.80
awaitAndDynamicTemplate
Method · 0.80
Calls
no outgoing calls
Tested by
15
get
Method · 0.64
simpleTableView
Method · 0.64
taskListViewWithPartials
Method · 0.64
taskListViewHeader
Method · 0.64
taskTableView
Method · 0.64
taskView
Method · 0.64
docWithNoIndent
Method · 0.64
viewWithNoIndent
Method · 0.64
viewAsyncWithNoIndent
Method · 0.64
taskDetailsTemplate
Method · 0.64
awaitAndDynamicTemplate
Method · 0.64
shouldRenderMicroFrontend
Method · 0.64