Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
public String getIcon();
The unique font awesome icon of the builder. Eg. "fas fa-key".
public String getColor();
The unique color code of the builder. Eg. "#85ea2d".
public String getObjectName();
The unique shortname of the output definition of the builder. Eg. "api", "report", etc.
public String getObjectLabel();
The unique label of the output definition of the builder. Eg. "API", "Report", etc.
public String getIdPrefix();
The prefix for created output definition ID. Eg. "API-", "rp-", etc.
public String getResourceBundlePath();
The resource bundle file path. The resource bundle message key can be retrieved in the builder javascript using 'get_cbuilder_msg(String key)'.
public String getBuilderConfig();
The builder configuration in JSON format.