org.pentaho.reporting.engine.classic.core.parameters
Class ParameterAttributeNames.Core

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.parameters.ParameterAttributeNames.Core
Enclosing class:
ParameterAttributeNames

public static class ParameterAttributeNames.Core
extends Object


Field Summary
static String AUTOFILL_SELECTION
           
static String DATA_FORMAT
           
static String DEFAULT_VALUE_FORMULA
           
static String DEPRECATED
           
static String DISPLAY_VALUE_FORMULA
           
static String HIDDEN
           
static String LABEL
           
static String LAYOUT
           
static String LAYOUT_HORIZONTAL
           
static String LAYOUT_VERTICAL
           
static String NAMESPACE
           
static String PARAMETER_GROUP
           
static String PARAMETER_GROUP_LABEL
           
static String POST_PROCESSOR_FORMULA
           
static String PREFERRED
           
static String RE_EVALUATE_ON_FAILED_VALUES
           
static String ROLE
           
static String ROLE_SCHEDULE_PARAMETER
           
static String ROLE_SYSTEM_PARAMETER
           
static String ROLE_USER_PARAMETER
           
static String TIMEZONE
          Either server, client or a fixed timezone text in the standard format "+0800"
static String TYPE
           
static String TYPE_CHECKBOX
           
static String TYPE_DATEPICKER
           
static String TYPE_DROPDOWN
           
static String TYPE_LIST
           
static String TYPE_MULTILINE
           
static String TYPE_RADIO
           
static String TYPE_TEXTBOX
           
static String TYPE_TOGGLEBUTTON
           
static String VISIBLE_ITEMS
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

LABEL

public static final String LABEL
See Also:
Constant Field Values

HIDDEN

public static final String HIDDEN
See Also:
Constant Field Values

LAYOUT

public static final String LAYOUT
See Also:
Constant Field Values

LAYOUT_HORIZONTAL

public static final String LAYOUT_HORIZONTAL
See Also:
Constant Field Values

LAYOUT_VERTICAL

public static final String LAYOUT_VERTICAL
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values

TYPE_DROPDOWN

public static final String TYPE_DROPDOWN
See Also:
Constant Field Values

TYPE_LIST

public static final String TYPE_LIST
See Also:
Constant Field Values

TYPE_RADIO

public static final String TYPE_RADIO
See Also:
Constant Field Values

TYPE_CHECKBOX

public static final String TYPE_CHECKBOX
See Also:
Constant Field Values

TYPE_TOGGLEBUTTON

public static final String TYPE_TOGGLEBUTTON
See Also:
Constant Field Values

TYPE_TEXTBOX

public static final String TYPE_TEXTBOX
See Also:
Constant Field Values

TYPE_DATEPICKER

public static final String TYPE_DATEPICKER
See Also:
Constant Field Values

TYPE_MULTILINE

public static final String TYPE_MULTILINE
See Also:
Constant Field Values

VISIBLE_ITEMS

public static final String VISIBLE_ITEMS
See Also:
Constant Field Values

DATA_FORMAT

public static final String DATA_FORMAT
See Also:
Constant Field Values

POST_PROCESSOR_FORMULA

public static final String POST_PROCESSOR_FORMULA
See Also:
Constant Field Values

DISPLAY_VALUE_FORMULA

public static final String DISPLAY_VALUE_FORMULA
See Also:
Constant Field Values

DEFAULT_VALUE_FORMULA

public static final String DEFAULT_VALUE_FORMULA
See Also:
Constant Field Values

PARAMETER_GROUP

public static final String PARAMETER_GROUP
See Also:
Constant Field Values

PARAMETER_GROUP_LABEL

public static final String PARAMETER_GROUP_LABEL
See Also:
Constant Field Values

RE_EVALUATE_ON_FAILED_VALUES

public static final String RE_EVALUATE_ON_FAILED_VALUES
See Also:
Constant Field Values

AUTOFILL_SELECTION

public static final String AUTOFILL_SELECTION
See Also:
Constant Field Values

ROLE

public static final String ROLE
See Also:
Constant Field Values

ROLE_USER_PARAMETER

public static final String ROLE_USER_PARAMETER
See Also:
Constant Field Values

ROLE_SYSTEM_PARAMETER

public static final String ROLE_SYSTEM_PARAMETER
See Also:
Constant Field Values

ROLE_SCHEDULE_PARAMETER

public static final String ROLE_SCHEDULE_PARAMETER
See Also:
Constant Field Values

DEPRECATED

public static final String DEPRECATED
See Also:
Constant Field Values

PREFERRED

public static final String PREFERRED
See Also:
Constant Field Values

TIMEZONE

public static final String TIMEZONE
Either server, client or a fixed timezone text in the standard format "+0800"

See Also:
Constant Field Values