public enum EFormShareProperty extends Enum<EFormShareProperty>
Modifier and Type | Method and Description |
---|---|
static EFormShareProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EFormShareProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EFormShareProperty SHOW_CODE_EDITOR
public static final EFormShareProperty SHOW_XFC_CHANGED_EVENT
public static final EFormShareProperty SHOW_IFRAME_SCROLLING
public static final EFormShareProperty SHOW_IFRAME_FRAMEBORDER
public static final EFormShareProperty SHOW_IFRAME_HEIGHT
public static final EFormShareProperty SHOW_IFRAME_WIDTH
public static final EFormShareProperty SHOW_IFRAME_ID
public static final EFormShareProperty SHOW_LINK_TARGET
public static final EFormShareProperty SHOW_LINK_TEXT
public static final EFormShareProperty SCRIPT_AJAX_AUTO
public static final EFormShareProperty SHOW_USE_ID_LINK
public static final EFormShareProperty SHOW_AJAX_AUTO
public static final EFormShareProperty SHOW_AJAX_ASYNC
public static final EFormShareProperty SHOW_AJAX_CACHE
public static final EFormShareProperty SHOW_FORM_CONTAINER_ID
public static final EFormShareProperty SHOW_RP_INLINE
public static final EFormShareProperty SHOW_RP_FORM_ONLY
public static final EFormShareProperty SHOW_RP_USE_JQ
public static final EFormShareProperty SHOW_RP_KEEP_ALIVE
public static final EFormShareProperty SHOW_RP_USE_CSS
public static final EFormShareProperty SHOW_RP_USE_UI
public static final EFormShareProperty SHOW_PP_SUCCESS_URL
public static final EFormShareProperty SHOW_PP_ERROR_URL
public static final EFormShareProperty SHOW_LINKS
public static EFormShareProperty[] values()
for (EFormShareProperty c : EFormShareProperty.values()) System.out.println(c);
public static EFormShareProperty valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 XIMA MEDIA GmbH. All rights reserved.