Open SiteSearch 4.1.1
Final

Uses of Class
ORG.oclc.mantis.ElementInfoObject

Packages that use ElementInfoObject
ORG.oclc.mantis   
ORG.oclc.mantis.hooks   
 

Uses of ElementInfoObject in ORG.oclc.mantis
 

Fields in ORG.oclc.mantis declared as ElementInfoObject
 ElementInfoObject ElementInfoObject.parentEIO
           
 

Methods in ORG.oclc.mantis that return ElementInfoObject
static ElementInfoObject ElementInfoObject.getElementInfo(Element el)
           
static ElementInfoObject ElementInfoObject.getElementInfo(Element el, boolean templateEditor)
           
static ElementInfoObject ElementInfoObject.getElementInfo(Element el, boolean templateEditor, boolean getChildren)
           
 ElementInfoObject MantisXML.getElementInfo(Element el)
          Get an ElementInfoObject containg data from the specified element and all of its children.
 ElementInfoObject MantisXML.getElementInfo(Element el, boolean templateEditor)
           
 

Methods in ORG.oclc.mantis with parameters of type ElementInfoObject
 String MantisHook.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayHeader(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayError(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayWarning(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayDataCheck(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayHook(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayHeading(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayEnlarger(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displaySpacingElements(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayContent(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayContentLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayContentAnchor(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayContentMailto(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MantisHook.displayContentValue(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 void MantisXML.displayLabel(ElementInfoObject eio, StringBuffer buf, StringBuffer out, String id, boolean templateEditor)
          Generate the HTML to display the label portion of an element's display.
 void MantisXML.displayHook(ElementInfoObject eio, StringBuffer out, String id, boolean templateEditor)
          Generate the HTML to display the hook portion of an element's display.
 void MantisXML.displaySpacingElements(ElementInfoObject eio, StringBuffer out, boolean templateEditor)
          Generate the HTML to display the spacing element's portion of an element's display.
 void MantisXML.displayContentLabel(ElementInfoObject eio, StringBuffer buf, StringBuffer out, String id)
          Generate the HTML to display the label portion of an element's display in record view mode.
 void MantisXML.displayContent(ElementInfoObject eio, boolean editable, String action, boolean templateEditor, StringBuffer out, StringBuffer buf, String id)
          Generate the HTML to display the content portion of an element's display in record view mode.
 void MantisXML.displayHeading(ElementInfoObject eio, StringBuffer out)
          Generate the HTML to display the heading portion of an element's display in record edit mode.
 void MantisXML.displayDataCheck(ElementInfoObject eio, StringBuffer out, boolean templateEditor)
          Generate the HTML to display the dataCheck portion of an element's display in record view mode.
 void MantisXML.displayRadio(ElementInfoObject eio, StringBuffer out, String id)
          Generate the HTML to display a radio button display.
 void MantisXML.displayListbox(ElementInfoObject eio, StringBuffer out, String id)
          Generate the HTML to display a listbox display.
 void MantisXML.displayError(ElementInfoObject eio, StringBuffer out)
          Generate the HTML to display an error.
 void MantisXML.displayWarning(ElementInfoObject eio, StringBuffer out)
          Generate the HTML to display a warning
protected  void MantisXML.displayAnchor(ElementInfoObject eio, StringBuffer out)
          Generate the HTML to display an anchor display.
 void MantisXML.displayMailto(ElementInfoObject eio, StringBuffer out)
          Generate the HTML to display a mailto display.
protected  void MantisXML.displayListboxAlternate(ElementInfoObject eio, StringBuffer out, String id)
          Generate the HTML to display a listbox alternate display.
 void MantisXML.displayEnlarger(ElementInfoObject eio, StringBuffer out, String id, boolean templateEditor)
          Generate the HTML to display enlarger buttons.
 void MantisXML.displayReplicable(ElementInfoObject eio, StringBuffer out, String id, boolean templateEditor)
          Generate the HTML to display replication buttons.
 String MantisXML.display(ElementInfoObject eio)
           
protected  void MantisXML.display(ElementInfoObject eio, int level, StringBuffer out, boolean editable, boolean expanded, boolean templateEditor)
          Footprint into display
protected  void MantisXML.display(ElementInfoObject eio, int level, StringBuffer out, boolean editable, boolean expanded, boolean templateEditor, String action)
          This method creates HTML displays for the record viewer as well as the record editor.
 void MantisXML.displayHeader(ElementInfoObject eio, StringBuffer msg, String action)
           
 void MantisXML.displayTableCell(ElementInfoObject eio, StringBuffer out, String id)
          This method creates the data segment of the element display.
 String MantisXML.getLabelName(ElementInfoObject eio)
          Get the display label for an element.
 String MantisXML.getLabelName(ElementInfoObject eio, boolean doReplace)
           
static int MantisXML.autosize(ElementInfoObject eio)
          Get the correct height from looking at the specified hieght, total content, as well as the autosize flag.
 

Uses of ElementInfoObject in ORG.oclc.mantis.hooks
 

Methods in ORG.oclc.mantis.hooks with parameters of type ElementInfoObject
 String MARCBigControlHook.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String SearchArchiveHook.displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MARCBigHook.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String CORCHeaderHook.displayHeader(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MARCControlHook.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String URL.displayContentValue(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String URL.displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String URL.displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String Auth.displayContentValue(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String Auth.displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String Auth.displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DropDownSetup.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCURLHook.displayContentLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCURLHook.displayLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCURLHook.displayContentValue(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCURLHook.displayTableCell(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCURLHook.displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String RBInfoDisplay.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCElementHook.displayContentLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCElementHook.displayLabel(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String DCElementHook.displayReplicable(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 String MARCHook.display(String action, ElementInfoObject eio, MantisXML xmltree, boolean editable, boolean templateEditor, StringBuffer buf, String id)
           
 


Open SiteSearch 4.1.1
Final