Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

DataType

DataType parameters are used to define the data type of a field to which a formatter is applied. These are defined as final static integers in the UserInputParameter class.

Type

Description

TYPE_UNKNOWN

Unknown Value.

TYPE_NUMERIC

Numeric Value.

TYPE_DATE

Date Value.

TYPE_TIME

Time Value.

TYPE_TIMESTAMP

Timestamp Value.

TYPE_BOOLEAN

Boolean Value.

 

 

 

RenderType

RenderType parameter determines which type of output to render for.

TypeDescription

RENDER_HTML

Render for HTML.

RENDER_TEXT

Render for Text.

RENDER_CSV

Render for CSV.

RENDER_LINK

Render as link.

RENDER_FILTER_HTML

Render as HTML filter.

 

 

 

 

Previous topic:

Next topic: 

 

 

 

 

 

  • No labels