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

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
 
 
top

View level converters must extend the abstract class com.hof.mi.interfaces.ConverterConfiguration UI and persistence is available through the normal UserInputParameters API. You can see the documentation on this API <here>.

...

This defines the name that will be shown to the user when applying this converter.

...


Styleclass
ClasstopLink

top



 

 

Anchor
acceptsNativeType
acceptsNativeType

 

...

Code Block
languagejava
themeEclipse
@Override
public int getReturnType() {
    return UserInputParameters.TYPE_NUMERIC;
}

 

 

Styleclass
ClasstopLink

top

...