#3246: GridBuilder.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/bootstrap/GridBuilder.java Type: Java Builder · Purpose: Builder pattern class constructing complex objects step by step. · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/bootstrap/GridBuilder.java 388 lines · 272 code · 76 comments · 40 blank
Builder pattern class constructing complex objects step by step.
Class: GridBuilder
Extends: AbstractGridBuilder
Annotations
@SuppressWarnings, @Override
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
MAX_LEVEL | int | public | static final |
mainContainer | DivPanel | private | final |
currentLevel | int | private | |
splitDepth | int | private | |
rowsPanelHelperSet | Set | private | |
Methods
| Name | Return Type | Access |
getMainContainer() | DivPanel | public |
newGridPanel() | GridBuilder | public |
newSplitPanel() | GridBuilder | public |
newSplitPanel() | GridBuilder | public |
newSubSplitPanel() | GridBuilder | public |
setCurrentLevel() | GridBuilder | public |
clear() | GridBuilder | public |
newGridPanel() | GridBuilder | private |
addGridPanel() | GridBuilder | private |
newRowPanelId() | String | private |
newRowPanel() | GridBuilder | private |
addRowPanel() | GridBuilder | private |
newRowId() | String | public |
newGridPanelId() | String | public |
getPanel() | DivPanel | public |
getRowPanel() | DivPanel | public |
newFormHeading() | FormHeadingPanel | public |
newSecurityAdviceBox() | DivTextPanel | public |
getObject() | String | public |
newRepeatingView() | RepeatingView | public |
newFieldset() | FieldsetPanel | public |
newFieldset() | FieldsetPanel | public |
newFieldset() | FieldsetPanel | public |
newFieldset() | FieldsetPanel | public |
validateRowPanelLevel() | void | private |
validateGridPanelLevel() | void | private |
setNullPanel() | void | private |
Architecture Analysis
Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
611a8aaee5 | Refactored (java, kt, less, jsx): childs -> children. |
9ebb885224 | Initial commit |