public abstract class AFormShareScriptBuilder extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
ajaxAuto |
protected String |
containerId |
static boolean |
DEFAULT_AJAX_AUTO |
static String |
DEFAULT_CONTAINER_ID |
static String |
DEFAULT_INDENTATION |
static boolean |
DEFAULT_LOAD_JQUERY_FIRST |
static String |
DEFAULT_PP_ERROR_URL |
static String |
DEFAULT_PP_SUCCESS_URL |
static boolean |
DEFAULT_RP_FORM_ONLY |
static boolean |
DEFAULT_RP_INLINE |
static boolean |
DEFAULT_RP_KEEP_ALIVE |
static boolean |
DEFAULT_RP_USE_CSS |
static boolean |
DEFAULT_RP_USE_JQ |
static boolean |
DEFAULT_RP_USE_UI |
protected boolean |
loadJqueryFirst |
protected String |
ppErrorUrl |
protected String |
ppSuccessUrl |
protected Projekt |
project |
protected boolean |
rpFormOnly |
protected boolean |
rpInline |
protected boolean |
rpKeepAlive |
protected String |
rpTheme |
protected boolean |
rpUseCss |
protected boolean |
rpUseJq |
protected boolean |
rpUseUi |
protected ServerSelectionModel.Server |
server |
Constructor and Description |
---|
AFormShareScriptBuilder(ServerSelectionModel.Server server,
Projekt project) |
public static final boolean DEFAULT_LOAD_JQUERY_FIRST
public static final boolean DEFAULT_RP_INLINE
public static final boolean DEFAULT_RP_FORM_ONLY
public static final boolean DEFAULT_RP_USE_JQ
public static final boolean DEFAULT_RP_KEEP_ALIVE
public static final boolean DEFAULT_RP_USE_CSS
public static final boolean DEFAULT_RP_USE_UI
public static final boolean DEFAULT_AJAX_AUTO
public static final String DEFAULT_PP_SUCCESS_URL
public static final String DEFAULT_PP_ERROR_URL
public static final String DEFAULT_CONTAINER_ID
public static final String DEFAULT_INDENTATION
protected ServerSelectionModel.Server server
protected Projekt project
protected boolean loadJqueryFirst
protected boolean rpInline
protected boolean rpFormOnly
protected boolean rpKeepAlive
protected boolean rpUseJq
protected boolean rpUseCss
protected boolean rpUseUi
protected boolean ajaxAuto
protected String rpTheme
protected String ppSuccessUrl
protected String ppErrorUrl
protected String containerId
public AFormShareScriptBuilder(ServerSelectionModel.Server server, Projekt project)
public AFormShareScriptBuilder withRpInline(boolean rpInline)
public AFormShareScriptBuilder withRpTheme(Textbaustein rpTheme)
public AFormShareScriptBuilder withLoadJqueryFirst(boolean loadJqueryFirst)
public AFormShareScriptBuilder withRpFormOnly(boolean rpFormOnly)
public AFormShareScriptBuilder withRpKeepAlive(boolean rpKeepAlive)
public AFormShareScriptBuilder withRpUseJq(boolean rpUseJq)
public AFormShareScriptBuilder withRpUseCss(boolean rpUseCss)
public AFormShareScriptBuilder withRpUseUi(boolean rpUseUi)
public AFormShareScriptBuilder withAjaxAuto(boolean ajaxAuto)
public AFormShareScriptBuilder withPpSuccessUrl(String ppSuccessUrl)
public AFormShareScriptBuilder withPpErrorUrl(String ppErrorUrl)
public AFormShareScriptBuilder withContainerId(String containerId)
public AFormShareScriptBuilder withServer(ServerSelectionModel.Server server)
public AFormShareScriptBuilder withProject(Projekt project)
public abstract String build() throws Exception
protected String getRequestData(int indent)
protected String getIndentationSpaces(int indent)
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.