viewtify.ui
ViewDSL
lycoris.Tree
UserInterfaceProvider
,UINode
Domain specific language for user interface declaration.
hbox
UserInterfaceProvider
The horizontal box.
vbox
UserInterfaceProvider
The vertical box.
sbox
UserInterfaceProvider
The stack box.
hsep
UserInterfaceProvider
The horizontal line.
vsep
UserInterfaceProvider
The horizontal line.
ViewDSL
()
ui
()
Node
Node |
ui
(Node
node
)
UserInterfaceProvider
Node
node
)Node node |
A node to convert. |
UserInterfaceProvider |
Convert Node
to UserInterfaceProvider
.
$
(UIGridViewE
view
, int
rowSize
, int
columnSize
, E
children
, ConsumerUINode
containerAttributes
)
void
UIGridViewE
view
, int
rowSize
, int
columnSize
, E
children
, ConsumerUINode
containerAttributes
)E
|
|
UIGridView view |
|
int rowSize |
|
int columnSize |
|
E children |
|
Consumer containerAttributes |
$
(kiss.Variable?
UserInterfaceProvider
provider
, ConsumerUINode
containerAttributes
)
void
kiss.Variable?
UserInterfaceProvider
provider
, ConsumerUINode
containerAttributes
)kiss.Variable provider |
A child UI provider. |
Consumer containerAttributes |
Attributes for container UI. |
Declare the dynamic child UserInterfaceProvider
.
$
(UserInterfaceProviderjavafx.scene.layout.Pane
container
, javafx.collections.ObservableList?
UserInterfaceProvider?
Node
providers
, ConsumerUINode
containerAttributes
)
void
UserInterfaceProviderjavafx.scene.layout.Pane
container
, javafx.collections.ObservableList?
UserInterfaceProvider?
Node
providers
, ConsumerUINode
containerAttributes
)UserInterfaceProvider container |
A container UI provider. |
javafx.collections.ObservableList providers |
A children UI provider. |
Consumer containerAttributes |
Attributes for container UI. |
Declare the dynamic children UserInterfaceProvider
s.
label
(Object
text
, ConsumerUINode
followers
)
void
Object
text
, ConsumerUINode
followers
)Object text |
A label text. |
Consumer followers |
Declare the Label
.
label
(kiss.Variable
text
, ConsumerUINode
followers
)
void
kiss.Variable
text
, ConsumerUINode
followers
)kiss.Variable text |
A label text. |
Consumer followers |
Declare the Label
.
text
(Object
text
)
UILabel
Object
text
)Object text |
|
UILabel |
Declare the label text.
title
(String
label
, String
details
)
void
String
label
, String
details
)String label |
A form label. |
String details |
Declare Form UI simply.
title
(kiss.VariableString
label
, kiss.VariableString
details
)
void
kiss.VariableString
label
, kiss.VariableString
details
)kiss.Variable label |
A form label. |
kiss.Variable details |
Declare Form UI simply.
form
(String
label
, UserInterfaceProvider
userInterfaces
)
void
String
label
, UserInterfaceProvider
userInterfaces
)String label |
A form label. |
UserInterfaceProvider userInterfaces |
A list of form controls. |
Declare Form UI simply.
form
(String
label
, stylist.Style
style
, UserInterfaceProvider
userInterfaces
)
void
String
label
, stylist.Style
style
, UserInterfaceProvider
userInterfaces
)String label |
A form label. |
stylist.Style style |
Additional style for controls. |
UserInterfaceProvider userInterfaces |
A list of form controls. |
Declare Form UI simply.
form
(kiss.Variable
label
, UserInterfaceProvider
userInterfaces
)
void
kiss.Variable
label
, UserInterfaceProvider
userInterfaces
)kiss.Variable label |
A form label. |
UserInterfaceProvider userInterfaces |
A list of form controls. |
Declare Form UI simply.
form
(kiss.Variable
label
, stylist.Style
style
, UserInterfaceProvider
userInterfaces
)
void
kiss.Variable
label
, stylist.Style
style
, UserInterfaceProvider
userInterfaces
)kiss.Variable label |
A form label. |
stylist.Style style |
Additional style for controls. |
UserInterfaceProvider userInterfaces |
A list of form controls. |
Declare Form UI simply.
form
(stylist.Style
style
, UserInterfaceProvider
userInterfaces
)
void
stylist.Style
style
, UserInterfaceProvider
userInterfaces
)stylist.Style style |
Additional style for controls. |
UserInterfaceProvider userInterfaces |
A list of form controls. |
Declare Form UI simply.
form
(String
label
, kiss.WiseRunnable
process
)
void
String
label
, kiss.WiseRunnable
process
)String label |
A form label. |
kiss.WiseRunnable process |
Declare Form UI simply.
form
(kiss.VariableString
label
, kiss.WiseRunnable
process
)
void
kiss.VariableString
label
, kiss.WiseRunnable
process
)kiss.Variable label |
A form label. |
kiss.WiseRunnable process |
Declare Form UI simply.
form
(String
label
, kiss.WiseRunnable
labelProcess
, kiss.WiseRunnable
process
)
void
String
label
, kiss.WiseRunnable
labelProcess
, kiss.WiseRunnable
process
)String label |
A form label. |
kiss.WiseRunnable labelProcess |
|
kiss.WiseRunnable process |
Declare Form UI simply.