java.lang.Object
snap.view.ViewBuilder<T>
A class to facilitate building views quickly.
-
Constructor Details
-
ViewBuilder
Constructor.
-
-
Method Details
-
cls
Set class. -
name
Set name. -
text
Set text. -
font
Set font. -
toolTip
Set font. -
reset
public void reset()Resets ViewBuilder. -
save
Builds and save current view. -
build
Builds the current view. -
buildAll
Returns all views. -
buildMenu
Returns menu with all menu items.
-