public class LibraryDescriptor extends AppDescriptor
INCLUDE_MARKERDATATYPE_BOOLEAN, DATATYPE_INTEGER, DATATYPE_POSITVE_INTEGER, DATATYPE_STRING, DESCRIPTORATTRIBUTE_CLASS, DESCRIPTORATTRIBUTE_DEFAULT, DESCRIPTORATTRIBUTE_DESCRIPTORCLASS, DESCRIPTORATTRIBUTE_HANDLER, DESCRIPTORATTRIBUTE_NAME, DESCRIPTORATTRIBUTE_SHORTNAME, DESCRIPTORATTRIBUTE_TYPE, DESCRIPTORCLASS_COMPONENTDESCRIPTOR, DESCRIPTORCLASS_CONTROLDESCRIPTOR, DESCRIPTORTAG_ATTRIBUTE, DESCRIPTORTAG_BINDLIST, DESCRIPTORTAG_CHILDCONTROLS, DESCRIPTORTAG_COMPONENTDESCRIPTOR, DESCRIPTORTAG_COMPONENTLIST, DESCRIPTORTAG_COMPONENTS, DESCRIPTORTAG_CONTAINER, DESCRIPTORTAG_CONTROLDESCRIPTOR, DESCRIPTORTAG_DEFAULTVALUE, DESCRIPTORTAG_DESCRIPTION, DESCRIPTORTAG_FLAG, DESCRIPTORTAG_INPUTMODE, DESCRIPTORTAG_LABEL, DESCRIPTORTAG_PROPERTY, DESCRIPTORTAG_PROPERTYLIST, DESCRIPTORTAG_RENDERCONTROLS, DESCRIPTORTAG_TEMPLATE, DESCRIPTORTAG_USERAGENT, DESCRIPTORTAG_VALUE, DESCRIPTORTAG_VALUELIST, DESCRIPTORTYPE_ACTION, DESCRIPTORTYPE_DIALOG, DESCRIPTORTYPE_MENU, DESCRIPTORTYPE_MESSAGEBOX, DESCRIPTORTYPE_MODELESSDIALOG, DESCRIPTORTYPE_MOVABLEWINDOWDIALOG, DESCRIPTORTYPE_PAGE, DESCRIPTORTYPE_POPUP, DESCRIPTORTYPE_PRESENTATION, DESCRIPTORTYPE_RECORDHOVER, DESCRIPTORTYPE_TABLE, INSTANCECLASS_COMPONENTINSTANCE, INSTANCECLASS_CONTROLINSTANCE, orderedProperties| Constructor and Description | 
|---|
| LibraryDescriptor(java.lang.String appName,
                 WebClientSession wcs) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cleanup() | 
| org.w3c.dom.Element | getDialog(java.lang.String dialogId,
         WebClientSession wcs) | 
| org.w3c.dom.Element | getElement(java.lang.String id)Find the first element in the library with the attribute "id" equal to the parameter id, looking
 recursively in the element tree. | 
| org.w3c.dom.Element | getElement(java.lang.String id,
          boolean isCaseSensitive)Find the first element in the library with the attribute "id" equal to the parameter id, looking
 recursively in the element tree. | 
bindAttribute, getAppType, getDataSrcBindList, getDefaultTab, getEntityRelationshipModel, getMainPage, getMainPageOnDemand, getPageIndex, getPresentationElement, getRecHover, getTabElement, initialize, initializeControls, loadDialogEntity, setPresentationElementaddComponent, canCreateControl, getBindList, getComponents, getInstance, getTemplate, indicatesChildErrorgetElement, getInstance, getName, getProperties, getProperty, getShortName, hasProperty, initialize, toStringpublic LibraryDescriptor(java.lang.String appName,
                         WebClientSession wcs)
appName - wcs - public org.w3c.dom.Element getElement(java.lang.String id)
id - The string id of the element that is been searched in the librarypublic org.w3c.dom.Element getElement(java.lang.String id,
                                      boolean isCaseSensitive)
id - The string id of the element that is been searched in the libraryisCaseSensitive - True for case sensitive search, false for case insensitive searchpublic org.w3c.dom.Element getDialog(java.lang.String dialogId,
                                     WebClientSession wcs)
getDialog in class AppDescriptorpublic void cleanup()
cleanup in class AppDescriptor