Class TextInputModule.Builder

java.lang.Object
com.calebleavell.jatui.modules.TUIModule.Builder<TextInputModule.Builder>
com.calebleavell.jatui.modules.TextInputModule.Builder
All Implemented Interfaces:
DirectedGraphNode<TUIModule.Property,TUIModule.Builder<?>,TextInputModule.Builder>
Enclosing class:
TextInputModule

public static class TextInputModule.Builder extends TUIModule.Builder<TextInputModule.Builder>
Builder for TextInputModule.

Required fields: name, displayText
Optional fields: handlers
Implementation Note:
The names for the InputHandler objects monotonically increase based on an iterator handlerNum, so the name format follows "<this.name>-<this.handlerNum>".