viewtify

viewtify.ui

ViewDSL

Domain specific language for user interface declaration.

hboxUserInterfaceProvider

The horizontal box.

vboxUserInterfaceProvider

The vertical box.

sboxUserInterfaceProvider

The stack box.

hsepUserInterfaceProvider

The horizontal line.

vsepUserInterfaceProvider

The horizontal line.

ViewDSL()

ui()Node

Node

ui(Nodenode)UserInterfaceProvider

Nodenode

A node to convert.

UserInterfaceProvider

Convert Node to UserInterfaceProvider.

$(UIGridViewEview, introwSize, intcolumnSize, Echildren, ConsumerUINodecontainerAttributes)void

EUserInterfaceProvider?Node
UIGridViewEview
introwSize
intcolumnSize
Echildren
ConsumerUINodecontainerAttributes

$(kiss.Variable?UserInterfaceProviderprovider, ConsumerUINodecontainerAttributes)void

kiss.Variable?UserInterfaceProviderprovider

A child UI provider.

ConsumerUINodecontainerAttributes

Attributes for container UI.

Declare the dynamic child UserInterfaceProvider.

$(UserInterfaceProviderjavafx.scene.layout.Panecontainer, javafx.collections.ObservableList?UserInterfaceProvider?Nodeproviders, ConsumerUINodecontainerAttributes)void

UserInterfaceProviderjavafx.scene.layout.Panecontainer

A container UI provider.

javafx.collections.ObservableList?UserInterfaceProvider?Nodeproviders

A children UI provider.

ConsumerUINodecontainerAttributes

Attributes for container UI.

Declare the dynamic children UserInterfaceProviders.

label(Objecttext, ConsumerUINodefollowers)void

Objecttext

A label text.

ConsumerUINodefollowers

Declare the Label.

label(kiss.Variabletext, ConsumerUINodefollowers)void

kiss.Variabletext

A label text.

ConsumerUINodefollowers

Declare the Label.

text(Objecttext)UILabel

Objecttext
UILabel

Declare the label text.

title(Stringlabel, Stringdetails)void

Stringlabel

A form label.

Stringdetails

Declare Form UI simply.

title(kiss.VariableStringlabel, kiss.VariableStringdetails)void

kiss.VariableStringlabel

A form label.

kiss.VariableStringdetails

Declare Form UI simply.

form(Stringlabel, UserInterfaceProvideruserInterfaces)void

Stringlabel

A form label.

UserInterfaceProvideruserInterfaces

A list of form controls.

Declare Form UI simply.

form(Stringlabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)void

Stringlabel

A form label.

stylist.Stylestyle

Additional style for controls.

UserInterfaceProvideruserInterfaces

A list of form controls.

Declare Form UI simply.

form(kiss.Variablelabel, UserInterfaceProvideruserInterfaces)void

kiss.Variablelabel

A form label.

UserInterfaceProvideruserInterfaces

A list of form controls.

Declare Form UI simply.

form(kiss.Variablelabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)void

kiss.Variablelabel

A form label.

stylist.Stylestyle

Additional style for controls.

UserInterfaceProvideruserInterfaces

A list of form controls.

Declare Form UI simply.

form(stylist.Stylestyle, UserInterfaceProvideruserInterfaces)void

stylist.Stylestyle

Additional style for controls.

UserInterfaceProvideruserInterfaces

A list of form controls.

Declare Form UI simply.

form(Stringlabel, kiss.WiseRunnableprocess)void

Stringlabel

A form label.

kiss.WiseRunnableprocess

Declare Form UI simply.

form(kiss.VariableStringlabel, kiss.WiseRunnableprocess)void

kiss.VariableStringlabel

A form label.

kiss.WiseRunnableprocess

Declare Form UI simply.

form(Stringlabel, kiss.WiseRunnablelabelProcess, kiss.WiseRunnableprocess)void

Stringlabel

A form label.

kiss.WiseRunnablelabelProcess
kiss.WiseRunnableprocess

Declare Form UI simply.