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 4 Next »

 

Data Types

TypeJava Data TypeDescription
TYPE_UNKNOWN  This type is used when the data type is not known, or when a parameter does not have a storage value (as in the case of a button parameter).
TYPE_NUMERICBigDecimal 
TYPE_TEXTString 
TYPE_DATEjava.sql.Date 
TYPE_TIMEjava.sql.Time 
TYPE_TIMESTAMPjava.sql.Timestamp 
TYPE_BOOLEANBoolean 
TYPE_BINARY byte[] 
TYPE_GISPOINT

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISPOLYGON

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISLINESTRING

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISMULTILINE

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISMULTIPOLY

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISMULTIPOINT

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISMULTIGEOMETRY

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_GISGEOMETRY

GIS Geometry type

This class lives under the com.hof.mi.gis.data package.
TYPE_PASSWORD

String

Tells Yellowfin to display this in a password input box rather than a plain text input.
TYPE_FIELD

Integer

Special data type that indicates a report field is required.

TYPE_GISCACHEFIELD

Integer

Special data type that indicates a report field is required.

 

 

Display Types

TypeOptionsNotes

DISPLAY_TEXT_TINY

DISPLAY_TEXT_SMALL

DISPLAY_TEXT_MED

DISPLAY_TEXT_MEDLONG

DISPLAY_TEXT_LONG

ViewOptions:

  • Placeholder: placeholder text to show before a value has been entered.
  • Suffix: a display suffix which should be shown appended to the end of the actual value.
  • Width: override the width value of this input with a custom width. Note: This is a css property, so you can describe in whatever display unit you like. No unit defaults to px.
Several different default widths of text input boxes.
DISPLAY_SELECT

Options:

Each option added to a parameter with this display type will be shown as an option in the dropdown list. The value and description are taken from the option. For example:

p.addOption(“PUG”, “Small”);
p.addOption(“LAB”, “Large”);


p.addOption("PUG", "Small");
p.addOption("LAB", "Large");

 


ViewOptions:

width: override the width value of this input with a custom width. Note: This is a css property, so you can describe in whatever display unit you like. No unit defaults to px
Select dropdown. Has a choice in the list for each option.
   
   
   

 

 

 

 

 

 

  • No labels