Class SearchBoxConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class SearchBoxConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Configuration of the search box (the set of input fields that control definition of search query).

    Java class for SearchBoxConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SearchBoxConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="defaultMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxModeType" minOccurs="0"/>
             <element name="defaultScope" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchBoxScopeType" minOccurs="0"/>
             <element name="defaultObjectType" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form