Skip to content

Commit

Permalink
add #485
Browse files Browse the repository at this point in the history
add #470
add #468
  • Loading branch information
theshadowco committed Jan 2, 2025
1 parent 2041079 commit 6ea4920
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ public enum FormElementType implements EnumWithValue {
PAGE("Page"),
PAGES("Pages"),
PDF_DOCUMENT_FIELD("PDFDocumentField"),
PERIOD_FIELD("PeriodField"),
PICTURE_DECORATION("PictureDecoration"),
PICTURE_FIELD("PictureField"),
PLANNER_FIELD("PlannerField"),
POPUP("Popup"),
PROGRESS_BAR_FIELD("ProgressBarField"),
RADIO_BUTTON_FIELD("RadioButtonField"),
Expand All @@ -80,7 +82,8 @@ public boolean isUnknown() {
}
},
USUAL_BUTTON("UsualButton"),
USUAL_GROUP("UsualGroup");
USUAL_GROUP("UsualGroup"),
VIEW_STATUS_ADDITION("ViewStatusAddition");

private static final Map<String, FormElementType> KEYS = computeKeys();

Expand Down

0 comments on commit 6ea4920

Please sign in to comment.