Uses of Class
com.github.t1.bulmajava.form.Field
Packages that use Field
-
Uses of Field in com.github.t1.bulmajava.form
Methods in com.github.t1.bulmajava.form that return FieldModifier and TypeMethodDescriptionField.containsAddonLeft(AbstractElement<?> content, Modifier... modifiers) You must call this after all the regularcontent(Renderable), as we can't distinguish between the different controls in the field.Field.containsAddonRight(AbstractElement<?> content, Modifier... modifiers) Field.content(Renderable content) Deprecated.Field.content(Renderable... content) Deprecated.Deprecated.Field.content(Stream<Renderable> content) Deprecated.Field.control(AbstractElement<?> content, Modifier... modifiers) Field.control(Stream<AbstractElement<?>> content, Modifier... modifiers) static FieldField.field()Field.grouped()Adds theis-groupedclass and creates separate controls for the contentField.groupedCentered()Field.groupedMultiline()Field.groupedRight()Field.horizontal()Adds theis-horizontalclass and already adds an emptyfield-label