Uses of Class
org.apache.syncope.client.console.panels.search.SearchClause.Type
-
Packages that use SearchClause.Type Package Description org.apache.syncope.client.console.panels.search -
-
Uses of SearchClause.Type in org.apache.syncope.client.console.panels.search
Fields in org.apache.syncope.client.console.panels.search with type parameters of type SearchClause.Type Modifier and Type Field Description protected IModel<List<SearchClause.Type>>AbstractSearchPanel. typesprotected IModel<List<SearchClause.Type>>SearchClausePanel. typesMethods in org.apache.syncope.client.console.panels.search that return SearchClause.Type Modifier and Type Method Description SearchClause.TypeSearchClause. getType()static SearchClause.TypeSearchClause.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchClause.Type[]SearchClause.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.syncope.client.console.panels.search that return types with arguments of type SearchClause.Type Modifier and Type Method Description protected List<SearchClause.Type>AnyObjectSearchPanel. getAvailableTypes()protected List<SearchClause.Type>UserSearchPanel. getAvailableTypes()default IChoiceRenderer<SearchClause.Type>SearchClausePanel.Customizer. typeRenderer()Methods in org.apache.syncope.client.console.panels.search with parameters of type SearchClause.Type Modifier and Type Method Description protected voidSearchClausePanel. adjust(SearchClause.Type type, AjaxTextFieldPanel property, FieldPanel<SearchClause.Comparator> comparator)default voidSearchClausePanel.Customizer. adjust(SearchClause.Type type, AjaxTextFieldPanel property, FieldPanel<SearchClause.Comparator> comparator, FieldPanel<?> value, LoadableDetachableModel<List<Pair<String,String>>> properties)voidSearchClause. setType(SearchClause.Type type)Constructor parameters in org.apache.syncope.client.console.panels.search with type arguments of type SearchClause.Type Constructor Description SearchClausePanel(String id, String name, Model<SearchClause> clause, boolean required, IModel<List<SearchClause.Type>> types, SearchClausePanel.Customizer customizer, IModel<Map<String,PlainSchemaTO>> anames, IModel<Map<String,PlainSchemaTO>> dnames, Pair<IModel<List<String>>,IModel<Integer>> groupInfo, IModel<List<String>> roleNames, IModel<List<String>> privilegeNames, IModel<List<String>> auxClassNames, IModel<List<String>> resourceNames)
-