public interface UIBuilder extends UIContextProvider
UICommand
objects to specify the order of the displayed fields
Each wizard page receives an unique instance of UIBuilder
Modifier and Type | Method and Description |
---|---|
UIBuilder |
add(InputComponent<?,?> input)
Implementations should call this method in order to make the
InputComponent available in the UI |
InputComponentFactory |
getInputComponentFactory()
Returns the
InputComponentFactory service to allow creation of inputs ad-hoc. |
getUIContext
UIBuilder add(InputComponent<?,?> input)
InputComponent
available in the UIinput
- InputComponentFactory getInputComponentFactory()
InputComponentFactory
service to allow creation of inputs ad-hoc.InputComponentFactory
serviceCopyright © 2015 JBoss by Red Hat. All rights reserved.