public interface IRulesheetTableModelDialogAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
boolean |
generateRuleSheetFromExcel(java.lang.String astrExcelFile,
java.lang.String astrVocabFile,
java.lang.String astrHorizontalDim,
java.lang.String astrVerticalDim,
java.lang.String astrAssignVal,
java.lang.String astrStartCell,
java.lang.String astrEndCell,
java.lang.String astrtabName,
IVocabularyModelAPI iIVocabularyModelAPI)
Generates a new Rulesheet resource Examples:
This function internally calls the IRulesheetModelAPI.createRulesheet function
for creating a new Rulesheet Resource in the editing domain, with a new RulesheetAsset instance as the root object.
|
java.util.ArrayList |
getSheetsForExcelSelected(java.lang.String astrExcelFile)
Returns a list of tab names in the excel file provided
This function is used to retun a list of tab names in the xecl provided.
|
displayMessageBox, getIExceptionDialogDelegate, getLocale, getMessage, getMessage, getMessageBase, getMessageBoxDelegate, getPreferences, getScrollableMessageDelegate, getUserInterfaceInfoDelegate, setIExceptionDialogDelegate, setLocale, setMessageBoxDelegate, setPreferencesDelegate, setScrollableMessageDelegate, setUserInterfaceInfoDelegateboolean generateRuleSheetFromExcel(java.lang.String astrExcelFile,
java.lang.String astrVocabFile,
java.lang.String astrHorizontalDim,
java.lang.String astrVerticalDim,
java.lang.String astrAssignVal,
java.lang.String astrStartCell,
java.lang.String astrEndCell,
java.lang.String astrtabName,
IVocabularyModelAPI iIVocabularyModelAPI)
astrExcelFile - The excel file.astrVocabFile - VocabFile.astrHorizontalDim - The horizontal axis in the excel.astrVerticalDim - The vertical axis in the excel.astrAssignVal - Action attribute to be used.astrStartCell - The start cell position for the excel.astrEndCell - The end cell position for the excel.astrtabName - The tab to be read from the excel.iIVocabularyModelAPI - IVocabularyModelAPI.java.util.ArrayList getSheetsForExcelSelected(java.lang.String astrExcelFile)
astrExcelFile - The excel file.Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.