Skip to content

Divider DIVIDE

Inserts a horizontal dividing line in the form to visually group fields. No data is stored.

Basic Usage

java
@Transient
@EruptField(
    edit = @Edit(title = "-- Basic Information --", type = EditType.DIVIDE)
)
private String divide;

Contributors

The avatar of contributor named as YuePeng YuePeng

Changelog

Released under the Apache-2.0 License.