viewtify.ui
ViewDSL
lycoris.TreeUserInterfaceProvider,UINode
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)Nodenode |
A node to convert. |
UserInterfaceProvider |
Convert Node to UserInterfaceProvider.
$(UIGridViewEview, introwSize, intcolumnSize, Echildren, ConsumerUINodecontainerAttributes)void
UIGridViewEview, introwSize, intcolumnSize, Echildren, ConsumerUINodecontainerAttributes)E |
|
UIGridViewview |
|
introwSize |
|
intcolumnSize |
|
Echildren |
|
ConsumercontainerAttributes |
$(kiss.Variable?UserInterfaceProviderprovider, ConsumerUINodecontainerAttributes)void
kiss.Variable?UserInterfaceProviderprovider, ConsumerUINodecontainerAttributes)kiss.Variableprovider |
A child UI provider. |
ConsumercontainerAttributes |
Attributes for container UI. |
Declare the dynamic child UserInterfaceProvider.
$(UserInterfaceProviderjavafx.scene.layout.Panecontainer, javafx.collections.ObservableList?UserInterfaceProvider?Nodeproviders, ConsumerUINodecontainerAttributes)void
UserInterfaceProviderjavafx.scene.layout.Panecontainer, javafx.collections.ObservableList?UserInterfaceProvider?Nodeproviders, ConsumerUINodecontainerAttributes)UserInterfaceProvidercontainer |
A container UI provider. |
javafx.collections.ObservableListproviders |
A children UI provider. |
ConsumercontainerAttributes |
Attributes for container UI. |
Declare the dynamic children UserInterfaceProviders.
label(Objecttext, ConsumerUINodefollowers)void
Objecttext, ConsumerUINodefollowers)Objecttext |
A label text. |
Consumerfollowers |
Declare the Label.
label(kiss.Variabletext, ConsumerUINodefollowers)void
kiss.Variabletext, ConsumerUINodefollowers)kiss.Variabletext |
A label text. |
Consumerfollowers |
Declare the Label.
text(Objecttext)UILabel
Objecttext)Objecttext |
|
UILabel |
Declare the label text.
title(Stringlabel, Stringdetails)void
Stringlabel, Stringdetails)Stringlabel |
A form label. |
Stringdetails |
Declare Form UI simply.
title(kiss.VariableStringlabel, kiss.VariableStringdetails)void
kiss.VariableStringlabel, kiss.VariableStringdetails)kiss.Variablelabel |
A form label. |
kiss.Variabledetails |
Declare Form UI simply.
form(Stringlabel, UserInterfaceProvideruserInterfaces)void
Stringlabel, UserInterfaceProvideruserInterfaces)Stringlabel |
A form label. |
UserInterfaceProvideruserInterfaces |
A list of form controls. |
Declare Form UI simply.
form(Stringlabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)void
Stringlabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)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, UserInterfaceProvideruserInterfaces)kiss.Variablelabel |
A form label. |
UserInterfaceProvideruserInterfaces |
A list of form controls. |
Declare Form UI simply.
form(kiss.Variablelabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)void
kiss.Variablelabel, stylist.Stylestyle, UserInterfaceProvideruserInterfaces)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, UserInterfaceProvideruserInterfaces)stylist.Stylestyle |
Additional style for controls. |
UserInterfaceProvideruserInterfaces |
A list of form controls. |
Declare Form UI simply.
form(Stringlabel, kiss.WiseRunnableprocess)void
Stringlabel, kiss.WiseRunnableprocess)Stringlabel |
A form label. |
kiss.WiseRunnableprocess |
Declare Form UI simply.
form(kiss.VariableStringlabel, kiss.WiseRunnableprocess)void
kiss.VariableStringlabel, kiss.WiseRunnableprocess)kiss.Variablelabel |
A form label. |
kiss.WiseRunnableprocess |
Declare Form UI simply.
form(Stringlabel, kiss.WiseRunnablelabelProcess, kiss.WiseRunnableprocess)void
Stringlabel, kiss.WiseRunnablelabelProcess, kiss.WiseRunnableprocess)Stringlabel |
A form label. |
kiss.WiseRunnablelabelProcess |
|
kiss.WiseRunnableprocess |
Declare Form UI simply.