Uses of Class
com.logicaldoc.impex.application.Item
Packages that use Item
-
Uses of Item in com.logicaldoc.impex.application
Methods in com.logicaldoc.impex.application that return ItemModifier and TypeMethodDescriptionstatic Item[]Util.getAndOr()Gets the option items for and/or flagsstatic Item[]Util.getAvailableFields(String selectedTemplate) This method, evaluating all the criteria, retrieves all document fields plus all field from all the selected templates in some criteria.static Item[]Util.getDocumentFields()This method retrieves all document fieldsstatic Item[]Util.getLanguages()Gets the option items for languagesstatic Item[]Util.getOperators(int type) This method retrieves all operator fields for a specific criterion type.static Item[]Util.getTemplates()Gets the option items for templates selectionstatic Item[]Util.getYesNo()Gets the option items for yes/no flagsMethods in com.logicaldoc.impex.application that return types with arguments of type ItemModifier and TypeMethodDescriptionSearchLine.getCompositionComboBox()SearchLine.getFieldComboBox()SearchLine.getOperatorComboBox()SearchLine.getValueComboBox()Methods in com.logicaldoc.impex.application with parameters of type ItemModifier and TypeMethodDescriptionSearchPanel.getLabelFromArray(Item[] items, String value) Useful method used to get the Label string of a Item with the given Value inside the given Item listMethod parameters in com.logicaldoc.impex.application with type arguments of type ItemModifier and TypeMethodDescriptionvoidSearchLine.setCompositionComboBox(JComboBox<Item> compositionComboBox) voidSearchLine.setFieldComboBox(JComboBox<Item> fieldComboBox) voidSearchLine.setOperatorComboBox(JComboBox<Item> operatorComboBox) voidSearchLine.setValueComboBox(JComboBox<Item> valueComboBox)