Class SystemLookupQueryFormOptions

  • All Implemented Interfaces:
    java.io.Serializable

    public class SystemLookupQueryFormOptions
    extends java.lang.Object
    implements java.io.Serializable
    Options for the SystemLookupIndexForm.
    See Also:
    Serialized Form
    • Constructor Detail

      • SystemLookupQueryFormOptions

        public SystemLookupQueryFormOptions()
    • Method Detail

      • getColumns

        public java.util.List<com.saperion.ngc.iform.xml.ColumnType> getColumns()
        Returns the settings for the columns of the result set view of the form.
        Returns:
        a list with the settings for the columns shown in the result set view of the form
      • setColumns

        public SystemLookupQueryFormOptions setColumns​(java.util.List<com.saperion.ngc.iform.xml.ColumnType> columns)
        Sets the options for the columns of the result set view of the form. If null or empty, all non-system columns will be shown.
        Parameters:
        columns - list with settings for the columns
        Returns:
        this
      • isAutoSearch

        public boolean isAutoSearch()
        Returns:
        true if the result list should perform a search when the form was loaded
      • setAutoSearch

        public SystemLookupQueryFormOptions setAutoSearch​(boolean autoSearch)
        Parameters:
        autoSearch - if true, the result list will perform a search when the form was loaded
        Returns:
        this